UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

22 lines 835 B
export var AgentState; (function (AgentState) { AgentState["LOADING"] = "loading"; AgentState["INIT"] = "init"; AgentState["RUNNING"] = "running"; AgentState["AWAITING_USER_INPUT"] = "awaiting_user_input"; AgentState["PAUSED"] = "paused"; AgentState["STOPPED"] = "stopped"; AgentState["FINISHED"] = "finished"; AgentState["REJECTED"] = "rejected"; AgentState["ERROR"] = "error"; AgentState["RATE_LIMITED"] = "rate_limited"; AgentState["AWAITING_USER_CONFIRMATION"] = "awaiting_user_confirmation"; AgentState["USER_CONFIRMED"] = "user_confirmed"; AgentState["USER_REJECTED"] = "user_rejected"; })(AgentState || (AgentState = {})); export const RUNTIME_INACTIVE_STATES = [ AgentState.LOADING, AgentState.STOPPED, AgentState.ERROR, ]; //# sourceMappingURL=agent-state.js.map