@graphteon/juricode
Version:
We are forging the future with lines of digital steel
20 lines • 755 B
JavaScript
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 = {}));
export default ActionType;
//# sourceMappingURL=action-type.js.map