@graphteon/juricode
Version:
We are forging the future with lines of digital steel
22 lines • 835 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ActionType;
(function (ActionType) {
ActionType["INIT"] = "initialize";
ActionType["MESSAGE"] = "message";
ActionType["SYSTEM"] = "system";
ActionType["READ"] = "read";
ActionType["WRITE"] = "write";
ActionType["RUN"] = "run";
ActionType["RUN_IPYTHON"] = "run_ipython";
ActionType["BROWSE"] = "browse";
ActionType["BROWSE_INTERACTIVE"] = "browse_interactive";
ActionType["DELEGATE"] = "delegate";
ActionType["THINK"] = "think";
ActionType["FINISH"] = "finish";
ActionType["REJECT"] = "reject";
ActionType["CHANGE_AGENT_STATE"] = "change_agent_state";
ActionType["MCP"] = "call_tool_mcp";
})(ActionType || (ActionType = {}));
exports.default = ActionType;
//# sourceMappingURL=action-type.js.map