@stigmer/protos 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +190 -0
- package/README.md +35 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +373 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js +38 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +34 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +296 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +35 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +206 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.d.ts +91 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js +16 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +419 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +407 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +21 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +403 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +30 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +526 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +538 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +1335 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +148 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +316 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +27 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +146 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +152 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +142 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +562 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.d.ts +129 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js +20 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +24 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +77 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +74 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +42 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js +62 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +79 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +46 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +52 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +47 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +44 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +60 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +56 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +69 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +129 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +142 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +62 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js +21 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +59 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +65 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +61 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +25 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +290 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +104 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js +63 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +123 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js +36 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +43 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +49 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +44 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +66 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +167 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js +30 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.d.ts +85 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +50 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js +56 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +52 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +118 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js +31 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +57 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js +63 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +146 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js +57 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.d.ts +125 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js +24 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +138 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +143 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +63 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +222 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js +39 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +48 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +153 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +45 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +58 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +77 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +87 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +90 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js +26 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +41 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +43 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +39 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +71 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js +21 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +80 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +121 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +716 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +31 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +833 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +839 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +827 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +33 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +693 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +700 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +1198 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +211 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +397 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +32 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +82 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +145 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +142 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +148 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +144 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +30 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +97 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.d.ts +68 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js +53 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +253 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +199 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.d.ts +257 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js +128 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +122 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js +129 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.d.ts +48 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js +52 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +185 -0
- package/ai/stigmer/commons/apiresource/io_pb.js +37 -0
- package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js +21 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.d.ts +11 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js +15 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/status_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/status_pb.js +30 -0
- package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -0
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +49 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js +19 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +74 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js +24 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +43 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js +49 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +44 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +55 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js +52 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js +20 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js +16 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +81 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +231 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js +34 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +555 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js +122 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +97 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +171 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +176 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +58 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js +16 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +19 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +105 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js +20 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +51 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +20 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +40 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +45 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +138 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js +47 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +79 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +85 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +80 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +21 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +95 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +17 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +50 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js +14 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +72 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +65 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +38 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.d.ts +106 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js +15 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/search/v1/io_pb.d.ts +320 -0
- package/ai/stigmer/search/v1/io_pb.js +29 -0
- package/ai/stigmer/search/v1/io_pb.js.map +1 -0
- package/ai/stigmer/search/v1/query_connect.d.ts +67 -0
- package/ai/stigmer/search/v1/query_connect.js +73 -0
- package/ai/stigmer/search/v1/query_connect.js.map +1 -0
- package/ai/stigmer/search/v1/query_pb.d.ts +69 -0
- package/ai/stigmer/search/v1/query_pb.js +40 -0
- package/ai/stigmer/search/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +34 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +39 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js +32 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +63 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +21 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js +17 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js +66 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +33 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +39 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +36 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js +20 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.d.ts +84 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.d.ts +89 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js +21 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js.map +1 -0
- package/buf/validate/validate_pb.d.ts +4766 -0
- package/buf/validate/validate_pb.js +357 -0
- package/buf/validate/validate_pb.js.map +1 -0
- package/package.json +32 -0
|
@@ -0,0 +1,526 @@
|
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
/**
|
|
3
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/enum.proto.
|
|
4
|
+
*/
|
|
5
|
+
export declare const file_ai_stigmer_agentic_agentexecution_v1_enum: GenFile;
|
|
6
|
+
/**
|
|
7
|
+
* ExecutionPhase defines the lifecycle phase of an agent execution.
|
|
8
|
+
*
|
|
9
|
+
* Phase Transitions:
|
|
10
|
+
*
|
|
11
|
+
* Normal flow:
|
|
12
|
+
* EXECUTION_PENDING → EXECUTION_IN_PROGRESS → EXECUTION_COMPLETED
|
|
13
|
+
*
|
|
14
|
+
* Failure flow:
|
|
15
|
+
* EXECUTION_PENDING → EXECUTION_IN_PROGRESS → EXECUTION_FAILED
|
|
16
|
+
*
|
|
17
|
+
* Termination flow (platform-initiated stop):
|
|
18
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_TERMINATED
|
|
19
|
+
*
|
|
20
|
+
* Approval flow (HITL):
|
|
21
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_WAITING_FOR_APPROVAL → EXECUTION_IN_PROGRESS
|
|
22
|
+
*
|
|
23
|
+
* Pause/Resume flow:
|
|
24
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
25
|
+
*
|
|
26
|
+
* Terminal States:
|
|
27
|
+
* - EXECUTION_COMPLETED: Agent finished successfully
|
|
28
|
+
* - EXECUTION_FAILED: Agent encountered an unexpected error
|
|
29
|
+
* - EXECUTION_TERMINATED: Platform stopped the agent (stall, budget, or force-kill)
|
|
30
|
+
* - EXECUTION_CANCELLED: User gracefully stopped the agent
|
|
31
|
+
*
|
|
32
|
+
* Non-Terminal States:
|
|
33
|
+
* - EXECUTION_WAITING_FOR_APPROVAL: Awaiting user approval for tool
|
|
34
|
+
* - EXECUTION_PAUSED: Temporarily paused, can be resumed
|
|
35
|
+
*
|
|
36
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ExecutionPhase
|
|
37
|
+
*/
|
|
38
|
+
export declare enum ExecutionPhase {
|
|
39
|
+
/**
|
|
40
|
+
* @generated from enum value: EXECUTION_PHASE_UNSPECIFIED = 0;
|
|
41
|
+
*/
|
|
42
|
+
EXECUTION_PHASE_UNSPECIFIED = 0,
|
|
43
|
+
/**
|
|
44
|
+
* Waiting to start
|
|
45
|
+
*
|
|
46
|
+
* @generated from enum value: EXECUTION_PENDING = 1;
|
|
47
|
+
*/
|
|
48
|
+
EXECUTION_PENDING = 1,
|
|
49
|
+
/**
|
|
50
|
+
* Currently executing
|
|
51
|
+
*
|
|
52
|
+
* @generated from enum value: EXECUTION_IN_PROGRESS = 2;
|
|
53
|
+
*/
|
|
54
|
+
EXECUTION_IN_PROGRESS = 2,
|
|
55
|
+
/**
|
|
56
|
+
* Successfully completed
|
|
57
|
+
*
|
|
58
|
+
* @generated from enum value: EXECUTION_COMPLETED = 3;
|
|
59
|
+
*/
|
|
60
|
+
EXECUTION_COMPLETED = 3,
|
|
61
|
+
/**
|
|
62
|
+
* Failed with error
|
|
63
|
+
*
|
|
64
|
+
* @generated from enum value: EXECUTION_FAILED = 4;
|
|
65
|
+
*/
|
|
66
|
+
EXECUTION_FAILED = 4,
|
|
67
|
+
/**
|
|
68
|
+
* Cancelled by user
|
|
69
|
+
*
|
|
70
|
+
* @generated from enum value: EXECUTION_CANCELLED = 5;
|
|
71
|
+
*/
|
|
72
|
+
EXECUTION_CANCELLED = 5,
|
|
73
|
+
/**
|
|
74
|
+
* Execution was stopped by the platform.
|
|
75
|
+
*
|
|
76
|
+
* Unlike CANCELLED (user-initiated graceful stop) and FAILED (unexpected
|
|
77
|
+
* error), TERMINATED means the platform intentionally stopped this
|
|
78
|
+
* execution — either via automated safety mechanisms or user-initiated
|
|
79
|
+
* force-kill.
|
|
80
|
+
*
|
|
81
|
+
* Terminal state — execution will not change phases again.
|
|
82
|
+
*
|
|
83
|
+
* When this phase is reached:
|
|
84
|
+
* - completed_at timestamp is set
|
|
85
|
+
* - error field contains the termination reason
|
|
86
|
+
*
|
|
87
|
+
* Trigger paths:
|
|
88
|
+
* - Internal (activity-level): stall timeout (agent unresponsive),
|
|
89
|
+
* tool-call budget exhausted (GraphRecursionError). LangGraph
|
|
90
|
+
* checkpoint is valid; the user can continue via follow-up message.
|
|
91
|
+
* - External (Terminate RPC): user or system force-kills the Temporal
|
|
92
|
+
* workflow. LangGraph checkpoint may be incomplete.
|
|
93
|
+
*
|
|
94
|
+
* Use Cases:
|
|
95
|
+
* - Agent stalled — no events for the configured timeout
|
|
96
|
+
* - Agent exhausted its tool-call budget (recursion limit)
|
|
97
|
+
* - Force-stop stuck agents that don't respond to cancellation
|
|
98
|
+
* - Kill agents consuming excessive resources
|
|
99
|
+
*
|
|
100
|
+
* Terminated vs Cancelled vs Failed:
|
|
101
|
+
* - Terminated: Platform stopped it (automated or force-kill)
|
|
102
|
+
* - Cancelled: User gracefully stopped it (checkpoint saved)
|
|
103
|
+
* - Failed: Something broke unexpectedly (exception, crash)
|
|
104
|
+
*
|
|
105
|
+
* @since Agent Execution Lifecycle
|
|
106
|
+
*
|
|
107
|
+
* @generated from enum value: EXECUTION_TERMINATED = 8;
|
|
108
|
+
*/
|
|
109
|
+
EXECUTION_TERMINATED = 8,
|
|
110
|
+
/**
|
|
111
|
+
* Blocked on tool approval (HITL Phase 1).
|
|
112
|
+
*
|
|
113
|
+
* The agent has encountered a tool that requires user approval before execution.
|
|
114
|
+
* When in this phase:
|
|
115
|
+
* - status.pending_approval contains details about the tool awaiting approval
|
|
116
|
+
* - User must call SubmitApproval RPC to continue
|
|
117
|
+
*
|
|
118
|
+
* This is NOT a terminal state - execution resumes after approval decision:
|
|
119
|
+
* - APPROVE: Tool executes, phase returns to EXECUTION_IN_PROGRESS
|
|
120
|
+
* - SKIP: Tool returns skip message, phase returns to EXECUTION_IN_PROGRESS
|
|
121
|
+
* - REJECT: Execution fails, phase transitions to EXECUTION_FAILED
|
|
122
|
+
*
|
|
123
|
+
* UI should show distinct treatment for this phase (e.g., approval dialog).
|
|
124
|
+
*
|
|
125
|
+
* @generated from enum value: EXECUTION_WAITING_FOR_APPROVAL = 6;
|
|
126
|
+
*/
|
|
127
|
+
EXECUTION_WAITING_FOR_APPROVAL = 6,
|
|
128
|
+
/**
|
|
129
|
+
* Execution was paused by user and can be resumed.
|
|
130
|
+
*
|
|
131
|
+
* The execution was temporarily stopped at a checkpoint and can continue
|
|
132
|
+
* from where it left off. Unlike CANCELLED, the execution is not terminal.
|
|
133
|
+
*
|
|
134
|
+
* Pause flow:
|
|
135
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_PAUSED
|
|
136
|
+
*
|
|
137
|
+
* Resume flow:
|
|
138
|
+
* EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
139
|
+
*
|
|
140
|
+
* NOT a terminal state - execution can be resumed.
|
|
141
|
+
*
|
|
142
|
+
* When this phase is reached:
|
|
143
|
+
* - Running activities are gracefully cancelled
|
|
144
|
+
* - LangGraph checkpoints are saved (thread_id preserved)
|
|
145
|
+
* - No completed_at timestamp (execution is not finished)
|
|
146
|
+
*
|
|
147
|
+
* Resume behavior:
|
|
148
|
+
* - Activity is re-invoked with same thread_id
|
|
149
|
+
* - LangGraph loads from checkpoint automatically
|
|
150
|
+
* - Execution continues from where it was paused
|
|
151
|
+
*
|
|
152
|
+
* @since Gap A3 (Pause/Resume Propagation)
|
|
153
|
+
*
|
|
154
|
+
* @generated from enum value: EXECUTION_PAUSED = 7;
|
|
155
|
+
*/
|
|
156
|
+
EXECUTION_PAUSED = 7
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ExecutionPhase.
|
|
160
|
+
*/
|
|
161
|
+
export declare const ExecutionPhaseSchema: GenEnum<ExecutionPhase>;
|
|
162
|
+
/**
|
|
163
|
+
* MessageType defines the type of message in the conversation.
|
|
164
|
+
*
|
|
165
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.MessageType
|
|
166
|
+
*/
|
|
167
|
+
export declare enum MessageType {
|
|
168
|
+
/**
|
|
169
|
+
* @generated from enum value: MESSAGE_TYPE_UNSPECIFIED = 0;
|
|
170
|
+
*/
|
|
171
|
+
MESSAGE_TYPE_UNSPECIFIED = 0,
|
|
172
|
+
/**
|
|
173
|
+
* User message
|
|
174
|
+
*
|
|
175
|
+
* @generated from enum value: MESSAGE_HUMAN = 1;
|
|
176
|
+
*/
|
|
177
|
+
MESSAGE_HUMAN = 1,
|
|
178
|
+
/**
|
|
179
|
+
* AI assistant message
|
|
180
|
+
*
|
|
181
|
+
* @generated from enum value: MESSAGE_AI = 2;
|
|
182
|
+
*/
|
|
183
|
+
MESSAGE_AI = 2,
|
|
184
|
+
/**
|
|
185
|
+
* Tool call result
|
|
186
|
+
*
|
|
187
|
+
* @generated from enum value: MESSAGE_TOOL = 3;
|
|
188
|
+
*/
|
|
189
|
+
MESSAGE_TOOL = 3,
|
|
190
|
+
/**
|
|
191
|
+
* System message
|
|
192
|
+
*
|
|
193
|
+
* @generated from enum value: MESSAGE_SYSTEM = 4;
|
|
194
|
+
*/
|
|
195
|
+
MESSAGE_SYSTEM = 4
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.MessageType.
|
|
199
|
+
*/
|
|
200
|
+
export declare const MessageTypeSchema: GenEnum<MessageType>;
|
|
201
|
+
/**
|
|
202
|
+
* ToolCallStatus defines the status of a tool call.
|
|
203
|
+
*
|
|
204
|
+
* Status Transitions:
|
|
205
|
+
*
|
|
206
|
+
* Normal flow (no approval required):
|
|
207
|
+
* TOOL_CALL_PENDING → TOOL_CALL_RUNNING → TOOL_CALL_COMPLETED
|
|
208
|
+
*
|
|
209
|
+
* Failure flow:
|
|
210
|
+
* TOOL_CALL_PENDING → TOOL_CALL_RUNNING → TOOL_CALL_FAILED
|
|
211
|
+
*
|
|
212
|
+
* Approval flow (HITL):
|
|
213
|
+
* TOOL_CALL_PENDING → TOOL_CALL_WAITING_APPROVAL → TOOL_CALL_RUNNING → TOOL_CALL_COMPLETED
|
|
214
|
+
* ↘ TOOL_CALL_SKIPPED (if user skips)
|
|
215
|
+
*
|
|
216
|
+
* Terminal States:
|
|
217
|
+
* - TOOL_CALL_COMPLETED: Tool executed successfully
|
|
218
|
+
* - TOOL_CALL_FAILED: Tool execution failed
|
|
219
|
+
* - TOOL_CALL_SKIPPED: User chose to skip this tool (HITL)
|
|
220
|
+
*
|
|
221
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ToolCallStatus
|
|
222
|
+
*/
|
|
223
|
+
export declare enum ToolCallStatus {
|
|
224
|
+
/**
|
|
225
|
+
* @generated from enum value: TOOL_CALL_STATUS_UNSPECIFIED = 0;
|
|
226
|
+
*/
|
|
227
|
+
TOOL_CALL_STATUS_UNSPECIFIED = 0,
|
|
228
|
+
/**
|
|
229
|
+
* Waiting to execute
|
|
230
|
+
*
|
|
231
|
+
* @generated from enum value: TOOL_CALL_PENDING = 1;
|
|
232
|
+
*/
|
|
233
|
+
TOOL_CALL_PENDING = 1,
|
|
234
|
+
/**
|
|
235
|
+
* Currently executing
|
|
236
|
+
*
|
|
237
|
+
* @generated from enum value: TOOL_CALL_RUNNING = 2;
|
|
238
|
+
*/
|
|
239
|
+
TOOL_CALL_RUNNING = 2,
|
|
240
|
+
/**
|
|
241
|
+
* Successfully completed
|
|
242
|
+
*
|
|
243
|
+
* @generated from enum value: TOOL_CALL_COMPLETED = 3;
|
|
244
|
+
*/
|
|
245
|
+
TOOL_CALL_COMPLETED = 3,
|
|
246
|
+
/**
|
|
247
|
+
* Failed with error
|
|
248
|
+
*
|
|
249
|
+
* @generated from enum value: TOOL_CALL_FAILED = 4;
|
|
250
|
+
*/
|
|
251
|
+
TOOL_CALL_FAILED = 4,
|
|
252
|
+
/**
|
|
253
|
+
* Blocked on user approval (HITL Phase 1).
|
|
254
|
+
*
|
|
255
|
+
* The tool requires user consent before execution. This status is set when:
|
|
256
|
+
* - Tool has requires_approval=true (from approval policy chain)
|
|
257
|
+
* - AgentExecutionSpec.auto_approve_all is false
|
|
258
|
+
*
|
|
259
|
+
* While in this status:
|
|
260
|
+
* - ToolCall.approval_message contains the approval prompt
|
|
261
|
+
* - ToolCall.approval_requested_at is set
|
|
262
|
+
* - ExecutionPhase is EXECUTION_WAITING_FOR_APPROVAL
|
|
263
|
+
*
|
|
264
|
+
* Transitions:
|
|
265
|
+
* - APPROVE → TOOL_CALL_RUNNING → TOOL_CALL_COMPLETED/FAILED
|
|
266
|
+
* - SKIP → TOOL_CALL_SKIPPED
|
|
267
|
+
* - REJECT → Execution fails (tool remains in WAITING_APPROVAL)
|
|
268
|
+
*
|
|
269
|
+
* @generated from enum value: TOOL_CALL_WAITING_APPROVAL = 5;
|
|
270
|
+
*/
|
|
271
|
+
TOOL_CALL_WAITING_APPROVAL = 5,
|
|
272
|
+
/**
|
|
273
|
+
* User skipped this tool (HITL Phase 1).
|
|
274
|
+
*
|
|
275
|
+
* Terminal state indicating the user chose not to execute this tool.
|
|
276
|
+
* When a tool is skipped:
|
|
277
|
+
* - The LLM receives a message: "Tool '{name}' was skipped by user"
|
|
278
|
+
* - Execution continues without this tool's result
|
|
279
|
+
* - The LLM can adapt its plan accordingly
|
|
280
|
+
*
|
|
281
|
+
* This is a terminal state - the tool will not be retried.
|
|
282
|
+
* Unlike FAILED, SKIPPED is an intentional user decision, not an error.
|
|
283
|
+
*
|
|
284
|
+
* @generated from enum value: TOOL_CALL_SKIPPED = 6;
|
|
285
|
+
*/
|
|
286
|
+
TOOL_CALL_SKIPPED = 6
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ToolCallStatus.
|
|
290
|
+
*/
|
|
291
|
+
export declare const ToolCallStatusSchema: GenEnum<ToolCallStatus>;
|
|
292
|
+
/**
|
|
293
|
+
* TodoStatus defines the status of a todo item.
|
|
294
|
+
*
|
|
295
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.TodoStatus
|
|
296
|
+
*/
|
|
297
|
+
export declare enum TodoStatus {
|
|
298
|
+
/**
|
|
299
|
+
* @generated from enum value: TODO_STATUS_UNSPECIFIED = 0;
|
|
300
|
+
*/
|
|
301
|
+
TODO_STATUS_UNSPECIFIED = 0,
|
|
302
|
+
/**
|
|
303
|
+
* Not started
|
|
304
|
+
*
|
|
305
|
+
* @generated from enum value: TODO_PENDING = 1;
|
|
306
|
+
*/
|
|
307
|
+
TODO_PENDING = 1,
|
|
308
|
+
/**
|
|
309
|
+
* Currently being worked on
|
|
310
|
+
*
|
|
311
|
+
* @generated from enum value: TODO_IN_PROGRESS = 2;
|
|
312
|
+
*/
|
|
313
|
+
TODO_IN_PROGRESS = 2,
|
|
314
|
+
/**
|
|
315
|
+
* Successfully completed
|
|
316
|
+
*
|
|
317
|
+
* @generated from enum value: TODO_COMPLETED = 3;
|
|
318
|
+
*/
|
|
319
|
+
TODO_COMPLETED = 3,
|
|
320
|
+
/**
|
|
321
|
+
* Cancelled/no longer needed
|
|
322
|
+
*
|
|
323
|
+
* @generated from enum value: TODO_CANCELLED = 4;
|
|
324
|
+
*/
|
|
325
|
+
TODO_CANCELLED = 4
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.TodoStatus.
|
|
329
|
+
*/
|
|
330
|
+
export declare const TodoStatusSchema: GenEnum<TodoStatus>;
|
|
331
|
+
/**
|
|
332
|
+
* SubAgentStatus defines the status of a sub-agent execution.
|
|
333
|
+
*
|
|
334
|
+
* Status Transitions:
|
|
335
|
+
*
|
|
336
|
+
* Normal flow:
|
|
337
|
+
* SUB_AGENT_PENDING → SUB_AGENT_IN_PROGRESS → SUB_AGENT_COMPLETED
|
|
338
|
+
*
|
|
339
|
+
* Failure flow:
|
|
340
|
+
* SUB_AGENT_IN_PROGRESS → SUB_AGENT_FAILED
|
|
341
|
+
*
|
|
342
|
+
* Cancellation flow (parent cancelled while sub-agent active):
|
|
343
|
+
* SUB_AGENT_IN_PROGRESS → SUB_AGENT_CANCELLED
|
|
344
|
+
*
|
|
345
|
+
* Terminal States:
|
|
346
|
+
* - SUB_AGENT_COMPLETED: Sub-agent finished successfully
|
|
347
|
+
* - SUB_AGENT_FAILED: Sub-agent encountered an error
|
|
348
|
+
* - SUB_AGENT_CANCELLED: Parent execution was cancelled while sub-agent was active
|
|
349
|
+
*
|
|
350
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.SubAgentStatus
|
|
351
|
+
*/
|
|
352
|
+
export declare enum SubAgentStatus {
|
|
353
|
+
/**
|
|
354
|
+
* @generated from enum value: SUB_AGENT_STATUS_UNSPECIFIED = 0;
|
|
355
|
+
*/
|
|
356
|
+
SUB_AGENT_STATUS_UNSPECIFIED = 0,
|
|
357
|
+
/**
|
|
358
|
+
* Waiting to start
|
|
359
|
+
*
|
|
360
|
+
* @generated from enum value: SUB_AGENT_PENDING = 1;
|
|
361
|
+
*/
|
|
362
|
+
SUB_AGENT_PENDING = 1,
|
|
363
|
+
/**
|
|
364
|
+
* Currently executing
|
|
365
|
+
*
|
|
366
|
+
* @generated from enum value: SUB_AGENT_IN_PROGRESS = 2;
|
|
367
|
+
*/
|
|
368
|
+
SUB_AGENT_IN_PROGRESS = 2,
|
|
369
|
+
/**
|
|
370
|
+
* Successfully completed
|
|
371
|
+
*
|
|
372
|
+
* @generated from enum value: SUB_AGENT_COMPLETED = 3;
|
|
373
|
+
*/
|
|
374
|
+
SUB_AGENT_COMPLETED = 3,
|
|
375
|
+
/**
|
|
376
|
+
* Failed with error
|
|
377
|
+
*
|
|
378
|
+
* @generated from enum value: SUB_AGENT_FAILED = 4;
|
|
379
|
+
*/
|
|
380
|
+
SUB_AGENT_FAILED = 4,
|
|
381
|
+
/**
|
|
382
|
+
* Parent execution was cancelled while this sub-agent was active.
|
|
383
|
+
*
|
|
384
|
+
* When a parent execution is cancelled (via user action or system timeout),
|
|
385
|
+
* all active sub-agents transition to this terminal state. This prevents
|
|
386
|
+
* sub-agents from remaining in IN_PROGRESS indefinitely in persisted status.
|
|
387
|
+
*
|
|
388
|
+
* When this status is reached:
|
|
389
|
+
* - completed_at timestamp is set
|
|
390
|
+
* - error field contains: "Cancelled: parent execution was cancelled"
|
|
391
|
+
*
|
|
392
|
+
* @since Sub-Agent Execution Streamline
|
|
393
|
+
*
|
|
394
|
+
* @generated from enum value: SUB_AGENT_CANCELLED = 5;
|
|
395
|
+
*/
|
|
396
|
+
SUB_AGENT_CANCELLED = 5
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.SubAgentStatus.
|
|
400
|
+
*/
|
|
401
|
+
export declare const SubAgentStatusSchema: GenEnum<SubAgentStatus>;
|
|
402
|
+
/**
|
|
403
|
+
* ExecutionArtifactKind defines the type of artifact published by an agent.
|
|
404
|
+
*
|
|
405
|
+
* When an agent publishes a file, it's stored as-is.
|
|
406
|
+
* When an agent publishes a directory, it's archived as a ZIP file.
|
|
407
|
+
*
|
|
408
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ExecutionArtifactKind
|
|
409
|
+
*/
|
|
410
|
+
export declare enum ExecutionArtifactKind {
|
|
411
|
+
/**
|
|
412
|
+
* @generated from enum value: EXECUTION_ARTIFACT_KIND_UNSPECIFIED = 0;
|
|
413
|
+
*/
|
|
414
|
+
UNSPECIFIED = 0,
|
|
415
|
+
/**
|
|
416
|
+
* Single file
|
|
417
|
+
*
|
|
418
|
+
* @generated from enum value: EXECUTION_ARTIFACT_KIND_FILE = 1;
|
|
419
|
+
*/
|
|
420
|
+
FILE = 1,
|
|
421
|
+
/**
|
|
422
|
+
* Directory (stored as ZIP)
|
|
423
|
+
*
|
|
424
|
+
* @generated from enum value: EXECUTION_ARTIFACT_KIND_DIRECTORY = 2;
|
|
425
|
+
*/
|
|
426
|
+
DIRECTORY = 2
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ExecutionArtifactKind.
|
|
430
|
+
*/
|
|
431
|
+
export declare const ExecutionArtifactKindSchema: GenEnum<ExecutionArtifactKind>;
|
|
432
|
+
/**
|
|
433
|
+
* SummarizationSource identifies what triggered a context summarization event.
|
|
434
|
+
*
|
|
435
|
+
* Context summarization can be triggered at two points during execution:
|
|
436
|
+
* - At graph start, when resuming a conversation that already exceeds the threshold
|
|
437
|
+
* - Mid-execution, when accumulated tool responses push context past the threshold
|
|
438
|
+
*
|
|
439
|
+
* This distinction enables the CLI to render appropriate notifications and
|
|
440
|
+
* allows monitoring to track compaction frequency by trigger type.
|
|
441
|
+
*
|
|
442
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.SummarizationSource
|
|
443
|
+
*/
|
|
444
|
+
export declare enum SummarizationSource {
|
|
445
|
+
/**
|
|
446
|
+
* @generated from enum value: SUMMARIZATION_SOURCE_UNSPECIFIED = 0;
|
|
447
|
+
*/
|
|
448
|
+
SUMMARIZATION_SOURCE_UNSPECIFIED = 0,
|
|
449
|
+
/**
|
|
450
|
+
* Triggered at the start of a graph invocation (abefore_agent)
|
|
451
|
+
*
|
|
452
|
+
* @generated from enum value: graph_start = 1;
|
|
453
|
+
*/
|
|
454
|
+
graph_start = 1,
|
|
455
|
+
/**
|
|
456
|
+
* Triggered mid-execution before a model call (awrap_model_call)
|
|
457
|
+
*
|
|
458
|
+
* @generated from enum value: mid_execution = 2;
|
|
459
|
+
*/
|
|
460
|
+
mid_execution = 2
|
|
461
|
+
}
|
|
462
|
+
/**
|
|
463
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.SummarizationSource.
|
|
464
|
+
*/
|
|
465
|
+
export declare const SummarizationSourceSchema: GenEnum<SummarizationSource>;
|
|
466
|
+
/**
|
|
467
|
+
* ApprovalAction represents the user's decision on an approval request.
|
|
468
|
+
*
|
|
469
|
+
* ## Action Semantics
|
|
470
|
+
*
|
|
471
|
+
* - APPROVE: Execute the tool normally, continue execution
|
|
472
|
+
* - SKIP: Return "skipped by user" message to LLM, continue execution
|
|
473
|
+
* - REJECT: Fail the execution immediately with rejection error
|
|
474
|
+
*
|
|
475
|
+
* ## LLM Behavior on Skip
|
|
476
|
+
*
|
|
477
|
+
* When a tool is skipped, the LLM receives a message like:
|
|
478
|
+
* "Tool 'delete_repository' was skipped by user. Please proceed without this operation."
|
|
479
|
+
* This allows the LLM to adapt its plan while preserving execution continuity.
|
|
480
|
+
*
|
|
481
|
+
* ## Usage
|
|
482
|
+
*
|
|
483
|
+
* Used in:
|
|
484
|
+
* - ToolCall.approval_action: Records the decision made
|
|
485
|
+
* - SubmitApprovalInput.action: User's submitted decision
|
|
486
|
+
*
|
|
487
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ApprovalAction
|
|
488
|
+
*/
|
|
489
|
+
export declare enum ApprovalAction {
|
|
490
|
+
/**
|
|
491
|
+
* Unspecified action (invalid, should never be used).
|
|
492
|
+
* SubmitApproval RPC rejects this value.
|
|
493
|
+
*
|
|
494
|
+
* @generated from enum value: APPROVAL_ACTION_UNSPECIFIED = 0;
|
|
495
|
+
*/
|
|
496
|
+
UNSPECIFIED = 0,
|
|
497
|
+
/**
|
|
498
|
+
* Execute the tool normally.
|
|
499
|
+
* Tool transitions from WAITING_APPROVAL to RUNNING, then executes.
|
|
500
|
+
* Execution phase returns to IN_PROGRESS.
|
|
501
|
+
*
|
|
502
|
+
* @generated from enum value: APPROVAL_ACTION_APPROVE = 1;
|
|
503
|
+
*/
|
|
504
|
+
APPROVE = 1,
|
|
505
|
+
/**
|
|
506
|
+
* Skip tool execution, continue without it.
|
|
507
|
+
* Tool transitions to SKIPPED status.
|
|
508
|
+
* LLM receives: "Tool '{name}' was skipped by user. Please proceed without this operation."
|
|
509
|
+
* Execution continues - this is NOT a failure.
|
|
510
|
+
*
|
|
511
|
+
* @generated from enum value: APPROVAL_ACTION_SKIP = 2;
|
|
512
|
+
*/
|
|
513
|
+
SKIP = 2,
|
|
514
|
+
/**
|
|
515
|
+
* Reject tool execution, fail the entire execution.
|
|
516
|
+
* Execution phase transitions to FAILED.
|
|
517
|
+
* Error message includes rejection reason from user's comment.
|
|
518
|
+
*
|
|
519
|
+
* @generated from enum value: APPROVAL_ACTION_REJECT = 3;
|
|
520
|
+
*/
|
|
521
|
+
REJECT = 3
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ApprovalAction.
|
|
525
|
+
*/
|
|
526
|
+
export declare const ApprovalActionSchema: GenEnum<ApprovalAction>;
|