@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,562 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ExecutionValue } from "../../executioncontext/v1/spec_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/spec.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_agentexecution_v1_spec: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* AgentExecutionSpec contains only user-provided inputs for triggering an execution.
|
|
10
|
+
* All execution results and state live in AgentExecutionStatus (in api.proto).
|
|
11
|
+
*
|
|
12
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.AgentExecutionSpec
|
|
13
|
+
*/
|
|
14
|
+
export type AgentExecutionSpec = Message<"ai.stigmer.agentic.agentexecution.v1.AgentExecutionSpec"> & {
|
|
15
|
+
/**
|
|
16
|
+
* Session ID this execution belongs to (optional).
|
|
17
|
+
* At least one of session_id or agent_id must be provided (enforced in handler).
|
|
18
|
+
* Both may be set — when both are present, session_id is used for session
|
|
19
|
+
* resolution and agent_id is preserved as metadata for downstream consumers
|
|
20
|
+
* (e.g., session subject generation).
|
|
21
|
+
* When absent, agent_id must be specified — a session is auto-created
|
|
22
|
+
* using the agent's default instance.
|
|
23
|
+
*
|
|
24
|
+
* @generated from field: string session_id = 1;
|
|
25
|
+
*/
|
|
26
|
+
sessionId: string;
|
|
27
|
+
/**
|
|
28
|
+
* Agent ID (optional).
|
|
29
|
+
* At least one of session_id or agent_id must be provided (enforced in handler).
|
|
30
|
+
* Both may be set — agent_id is preserved on the execution record even when
|
|
31
|
+
* session_id is present, so downstream consumers can access the agent
|
|
32
|
+
* without resolving through the session chain.
|
|
33
|
+
* When provided without session_id, a new session is auto-created using
|
|
34
|
+
* the agent's default instance ID.
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: string agent_id = 2;
|
|
37
|
+
*/
|
|
38
|
+
agentId: string;
|
|
39
|
+
/**
|
|
40
|
+
* User input message that triggers this execution.
|
|
41
|
+
* Each execution represents one user message and the agent's response.
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: string message = 3;
|
|
44
|
+
*/
|
|
45
|
+
message: string;
|
|
46
|
+
/**
|
|
47
|
+
* Optional execution-time configuration overrides.
|
|
48
|
+
* Example: Specify the model to use for this execution.
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.ExecutionConfig execution_config = 4;
|
|
51
|
+
*/
|
|
52
|
+
executionConfig?: ExecutionConfig;
|
|
53
|
+
/**
|
|
54
|
+
* Runtime environment variables and secrets (execution-scoped).
|
|
55
|
+
* These values are only available for this specific execution.
|
|
56
|
+
* Use case: B2B integrations where secrets are injected at runtime (e.g., Plant & Cloud).
|
|
57
|
+
* These values are stored in ExecutionContext and deleted when execution completes.
|
|
58
|
+
* Merge priority: Agent defaults < Environment < runtime_env (highest)
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: map<string, ai.stigmer.agentic.executioncontext.v1.ExecutionValue> runtime_env = 5;
|
|
61
|
+
*/
|
|
62
|
+
runtimeEnv: {
|
|
63
|
+
[key: string]: ExecutionValue;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Temporal task token for async activity completion (optional).
|
|
67
|
+
*
|
|
68
|
+
* **Purpose**: Enables async activity completion pattern where the caller
|
|
69
|
+
* (typically a Zigflow workflow activity) waits for actual agent completion
|
|
70
|
+
* without blocking worker threads.
|
|
71
|
+
*
|
|
72
|
+
* **Flow**:
|
|
73
|
+
* 1. Caller (Go Temporal activity) extracts its task token
|
|
74
|
+
* 2. Passes token in this field when creating AgentExecution
|
|
75
|
+
* 3. Returns activity.ErrResultPending (activity paused, thread released)
|
|
76
|
+
* 4. Agent workflow completes (minutes/hours later)
|
|
77
|
+
* 5. Agent workflow calls ActivityCompletionClient.complete(token, result)
|
|
78
|
+
* 6. Temporal resumes the paused activity with the result
|
|
79
|
+
*
|
|
80
|
+
* **Benefits**:
|
|
81
|
+
* - Correctness: Caller waits for actual completion, not just ACK
|
|
82
|
+
* - Scalability: Worker threads not blocked during long-running execution
|
|
83
|
+
* - Resilience: Token is durable in Temporal; survives restarts
|
|
84
|
+
* - Decoupling: Caller doesn't poll or manage agent lifecycle
|
|
85
|
+
*
|
|
86
|
+
* **When Empty**:
|
|
87
|
+
* - Empty/null = fire-and-forget or direct API call (backward compatible)
|
|
88
|
+
* - Agent execution proceeds normally, no callback performed
|
|
89
|
+
* - Use case: CLI commands, API requests, non-workflow triggers
|
|
90
|
+
*
|
|
91
|
+
* **When Provided**:
|
|
92
|
+
* - Agent workflow MUST complete the external activity using this token
|
|
93
|
+
* - Both success and failure paths must call completion
|
|
94
|
+
* - Token uniquely identifies the external activity execution
|
|
95
|
+
*
|
|
96
|
+
* **Token Format**:
|
|
97
|
+
* - Opaque binary blob from Temporal SDK (typically 100-200 bytes)
|
|
98
|
+
* - Contains: namespace, workflow ID, run ID, activity ID, attempt
|
|
99
|
+
* - DO NOT parse or modify - treat as opaque handle
|
|
100
|
+
*
|
|
101
|
+
* **Security**:
|
|
102
|
+
* - Token grants ability to complete the activity (bearer token)
|
|
103
|
+
* - Should only be passed through trusted internal services
|
|
104
|
+
* - Logged as Base64-encoded string (truncated for security)
|
|
105
|
+
*
|
|
106
|
+
* **Timeout**:
|
|
107
|
+
* - Caller should set StartToCloseTimeout (e.g., 24 hours)
|
|
108
|
+
* - If token callback never arrives, activity times out
|
|
109
|
+
* - Prevents infinite hangs if agent workflow crashes
|
|
110
|
+
*
|
|
111
|
+
* **Observability**:
|
|
112
|
+
* - Token is logged at creation time (Base64, first 20 chars)
|
|
113
|
+
* - Activity appears as "Running" in Temporal UI until completed
|
|
114
|
+
* - Both caller workflow and agent workflow visible in Temporal
|
|
115
|
+
*
|
|
116
|
+
* **Example Usage (Go)**:
|
|
117
|
+
* ```go
|
|
118
|
+
* // In Zigflow workflow activity
|
|
119
|
+
* func CallAgentActivity(ctx context.Context, config *AgentCallTaskConfig) {
|
|
120
|
+
* // Extract task token
|
|
121
|
+
* taskToken := activity.GetInfo(ctx).TaskToken
|
|
122
|
+
*
|
|
123
|
+
* // Create agent execution with token
|
|
124
|
+
* execution := &AgentExecution{
|
|
125
|
+
* Spec: &AgentExecutionSpec{
|
|
126
|
+
* AgentId: config.Agent,
|
|
127
|
+
* Message: config.Message,
|
|
128
|
+
* CallbackToken: taskToken, // 👈 Pass token here
|
|
129
|
+
* },
|
|
130
|
+
* }
|
|
131
|
+
*
|
|
132
|
+
* client.Create(ctx, execution)
|
|
133
|
+
*
|
|
134
|
+
* // Return pending - activity paused, thread released
|
|
135
|
+
* return nil, activity.ErrResultPending
|
|
136
|
+
* }
|
|
137
|
+
* ```
|
|
138
|
+
*
|
|
139
|
+
* **Example Usage (Java Completion)**:
|
|
140
|
+
* ```java
|
|
141
|
+
* // In agent workflow (after completion)
|
|
142
|
+
* if (spec.getCallbackToken() != null && !spec.getCallbackToken().isEmpty()) {
|
|
143
|
+
* // Complete the external activity
|
|
144
|
+
* systemActivities.completeZigflowToken(
|
|
145
|
+
* spec.getCallbackToken(),
|
|
146
|
+
* result
|
|
147
|
+
* );
|
|
148
|
+
* }
|
|
149
|
+
* ```
|
|
150
|
+
*
|
|
151
|
+
* **References**:
|
|
152
|
+
* - ADR: docs/adr/20260122-async-agent-execution-temporal-token-handshake.md
|
|
153
|
+
* - Temporal Docs: https://docs.temporal.io/activities#asynchronous-activity-completion
|
|
154
|
+
* - Go SDK: https://pkg.go.dev/go.temporal.io/sdk/activity#ErrResultPending
|
|
155
|
+
* - Java SDK: https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/client/ActivityCompletionClient.html
|
|
156
|
+
*
|
|
157
|
+
* @since 2026-01-22 (Phase 2: Async Agent Execution Integration)
|
|
158
|
+
*
|
|
159
|
+
* @generated from field: bytes callback_token = 6;
|
|
160
|
+
*/
|
|
161
|
+
callbackToken: Uint8Array;
|
|
162
|
+
/**
|
|
163
|
+
* Auto-approve all tool executions for this execution.
|
|
164
|
+
*
|
|
165
|
+
* When true, tools that would normally require approval are automatically
|
|
166
|
+
* approved without user intervention. This is the highest-priority override
|
|
167
|
+
* in the approval policy chain:
|
|
168
|
+
* McpServer.default_tool_approvals → Agent.tool_approval_overrides → auto_approve_all
|
|
169
|
+
*
|
|
170
|
+
* Use cases:
|
|
171
|
+
* - Automated CI/CD pipelines where human approval isn't practical
|
|
172
|
+
* - Trusted batch operations with pre-validated inputs
|
|
173
|
+
* - Development/testing environments
|
|
174
|
+
* - Scheduled jobs where approval would block automation
|
|
175
|
+
*
|
|
176
|
+
* Security consideration: This flag bypasses all approval checks.
|
|
177
|
+
* Ensure appropriate access controls on who can set this flag.
|
|
178
|
+
* Consider auditing executions where this flag is used.
|
|
179
|
+
*
|
|
180
|
+
* Default: false (approvals required as configured in policies)
|
|
181
|
+
*
|
|
182
|
+
* @generated from field: bool auto_approve_all = 7;
|
|
183
|
+
*/
|
|
184
|
+
autoApproveAll: boolean;
|
|
185
|
+
/**
|
|
186
|
+
* Parent workflow context for events-based approval notification (optional).
|
|
187
|
+
*
|
|
188
|
+
* When a workflow invokes an agent via CallAgentActivity, this field captures
|
|
189
|
+
* the parent workflow's Temporal workflow ID. This enables the agent execution
|
|
190
|
+
* workflow to signal the parent when approval is required, eliminating polling.
|
|
191
|
+
*
|
|
192
|
+
* ## Signal Pattern
|
|
193
|
+
*
|
|
194
|
+
* 1. Go workflow passes its workflow ID when creating AgentExecution
|
|
195
|
+
* 2. Go workflow starts signal listener for "child_approval_required"
|
|
196
|
+
* 3. When agent enters WAITING_FOR_APPROVAL, Java sends signal to parent
|
|
197
|
+
* 4. Go workflow receives signal, updates task status to WAITING_APPROVAL
|
|
198
|
+
*
|
|
199
|
+
* ## Format
|
|
200
|
+
*
|
|
201
|
+
* Temporal workflow ID, typically: "stigmer/workflow-execution/invoke/{execution-id}"
|
|
202
|
+
* Example: "stigmer/workflow-execution/invoke/wfx-abc123xyz456"
|
|
203
|
+
*
|
|
204
|
+
* ## When Empty
|
|
205
|
+
*
|
|
206
|
+
* - Agent invoked directly (not from workflow) - no parent to notify
|
|
207
|
+
* - Older clients that don't support this field - fallback to direct approval
|
|
208
|
+
*
|
|
209
|
+
* ## Backward Compatibility
|
|
210
|
+
*
|
|
211
|
+
* This field is optional. Agents invoked without a parent workflow ID will
|
|
212
|
+
* continue to work normally - approval is submitted directly via the
|
|
213
|
+
* AgentExecution.SubmitApproval RPC.
|
|
214
|
+
*
|
|
215
|
+
* @since Phase 5.1 (Events-Based Approval Notification)
|
|
216
|
+
*
|
|
217
|
+
* @generated from field: string parent_workflow_id = 8;
|
|
218
|
+
*/
|
|
219
|
+
parentWorkflowId: string;
|
|
220
|
+
/**
|
|
221
|
+
* Files attached to this execution.
|
|
222
|
+
*
|
|
223
|
+
* Attachments are injected into the sandbox before execution begins.
|
|
224
|
+
* The agent can read these files from the specified mount paths.
|
|
225
|
+
*
|
|
226
|
+
* Use cases:
|
|
227
|
+
* - Provide input data files to process
|
|
228
|
+
* - Pass configuration files
|
|
229
|
+
* - Supply reference documents for analysis
|
|
230
|
+
*
|
|
231
|
+
* Example CLI usage:
|
|
232
|
+
* stigmer run agent my-agent --attach ./config.yaml -m "Process this config"
|
|
233
|
+
*
|
|
234
|
+
* @since Artifact Lifecycle (Attachments & Outputs)
|
|
235
|
+
*
|
|
236
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.Attachment attachments = 9;
|
|
237
|
+
*/
|
|
238
|
+
attachments: Attachment[];
|
|
239
|
+
/**
|
|
240
|
+
* Workspace-relative file paths the user wants the agent to focus on.
|
|
241
|
+
*
|
|
242
|
+
* When users attach files that already exist inside the session's workspace,
|
|
243
|
+
* the CLI skips the upload/injection flow and records the workspace-relative
|
|
244
|
+
* path here instead. The agent accesses these files directly via the
|
|
245
|
+
* workspace filesystem -- no upload, no copy, no injection.
|
|
246
|
+
*
|
|
247
|
+
* This separates the "attention" signal ("look at this file") from the
|
|
248
|
+
* "transport" mechanism (upload + inject) that regular attachments use.
|
|
249
|
+
*
|
|
250
|
+
* Valid only when the session has a workspace entry with a local path source.
|
|
251
|
+
* For git workspaces or sessions without workspace entries, all files go
|
|
252
|
+
* through the regular attachment flow.
|
|
253
|
+
*
|
|
254
|
+
* Example CLI usage:
|
|
255
|
+
* stigmer run agent reviewer --workspace . --attach ./src/config.yaml -m "Review"
|
|
256
|
+
* # CLI detects src/config.yaml is inside workspace -> workspace_file_ref
|
|
257
|
+
* # No upload, no injection; agent reads directly from src/config.yaml
|
|
258
|
+
*
|
|
259
|
+
* @since Workspace-Aware File Referencing
|
|
260
|
+
*
|
|
261
|
+
* @generated from field: repeated string workspace_file_refs = 10;
|
|
262
|
+
*/
|
|
263
|
+
workspaceFileRefs: string[];
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecutionSpec.
|
|
267
|
+
* Use `create(AgentExecutionSpecSchema)` to create a new message.
|
|
268
|
+
*/
|
|
269
|
+
export declare const AgentExecutionSpecSchema: GenMessage<AgentExecutionSpec>;
|
|
270
|
+
/**
|
|
271
|
+
* Configuration that can be applied at execution time.
|
|
272
|
+
*
|
|
273
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.ExecutionConfig
|
|
274
|
+
*/
|
|
275
|
+
export type ExecutionConfig = Message<"ai.stigmer.agentic.agentexecution.v1.ExecutionConfig"> & {
|
|
276
|
+
/**
|
|
277
|
+
* The model to use for this execution.
|
|
278
|
+
* Example: "claude-sonnet-4-20250514"
|
|
279
|
+
*
|
|
280
|
+
* @generated from field: string model_name = 1;
|
|
281
|
+
*/
|
|
282
|
+
modelName: string;
|
|
283
|
+
/**
|
|
284
|
+
* Context management configuration for this execution.
|
|
285
|
+
* Controls automatic summarization behavior for long-running conversations.
|
|
286
|
+
* When not specified, defaults are derived from the Model Registry.
|
|
287
|
+
*
|
|
288
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.ContextManagementConfig context_management = 2;
|
|
289
|
+
*/
|
|
290
|
+
contextManagement?: ContextManagementConfig;
|
|
291
|
+
/**
|
|
292
|
+
* Maximum number of model-to-tools reasoning cycles per message.
|
|
293
|
+
*
|
|
294
|
+
* Each "round" is one model call followed by tool execution — the atomic
|
|
295
|
+
* unit of agent progress. Internally mapped to LangGraph's recursion_limit
|
|
296
|
+
* (approximately max_tool_rounds × 6 super-steps).
|
|
297
|
+
*
|
|
298
|
+
* ## Conversion
|
|
299
|
+
*
|
|
300
|
+
* LangGraph's recursion_limit counts "super-steps" — individual graph node
|
|
301
|
+
* executions. Each model-tool round consumes multiple super-steps because
|
|
302
|
+
* every active middleware hook (before_model, after_model, etc.) is a
|
|
303
|
+
* separate graph node. The conversion formula is:
|
|
304
|
+
*
|
|
305
|
+
* recursion_limit = max_tool_rounds × 6
|
|
306
|
+
*
|
|
307
|
+
* The ×6 factor is a floor estimate; actual cost per round depends on the
|
|
308
|
+
* middleware stack.
|
|
309
|
+
*
|
|
310
|
+
* ## Default Behavior
|
|
311
|
+
*
|
|
312
|
+
* 0 = unlimited (no artificial recursion limit).
|
|
313
|
+
* The agent runs until the task completes or loop detection middleware
|
|
314
|
+
* detects repetitive behavior (7 consecutive / 20 total duplicate
|
|
315
|
+
* patterns). This is the recommended default — loop detection is the
|
|
316
|
+
* primary safety mechanism.
|
|
317
|
+
*
|
|
318
|
+
* ## Valid Range
|
|
319
|
+
*
|
|
320
|
+
* When set: 10–1000 rounds (60–6000 super-steps).
|
|
321
|
+
* Values outside this range are clamped to the nearest bound with a
|
|
322
|
+
* warning log. Sub-agent graphs have their own independent recursion
|
|
323
|
+
* limit (LangGraph default: 10,000) and are not affected by this field.
|
|
324
|
+
*
|
|
325
|
+
* ## User Experience
|
|
326
|
+
*
|
|
327
|
+
* When a limit IS set and the agent approaches it, a graceful wrap-up
|
|
328
|
+
* message is injected at ~80% of the budget. At 100%, the user sees
|
|
329
|
+
* a "send another message to continue" prompt.
|
|
330
|
+
*
|
|
331
|
+
* @since Recursion Limit Configurability (D1)
|
|
332
|
+
*
|
|
333
|
+
* @generated from field: int32 max_tool_rounds = 3;
|
|
334
|
+
*/
|
|
335
|
+
maxToolRounds: number;
|
|
336
|
+
/**
|
|
337
|
+
* Maximum number of characters for a single tool result before truncation.
|
|
338
|
+
* When a tool result exceeds this limit, it is truncated and a marker is
|
|
339
|
+
* appended: "[truncated — result exceeded {limit} chars, ask for specific sections]"
|
|
340
|
+
*
|
|
341
|
+
* 0 = use platform default (recommended: 30,000 chars ~ 7,500 tokens).
|
|
342
|
+
* Set higher for agents that work with large files/outputs.
|
|
343
|
+
*
|
|
344
|
+
* Applies to all tool results (shell, read, write, MCP tools).
|
|
345
|
+
* Does not apply to built-in tools that already manage their output size.
|
|
346
|
+
*
|
|
347
|
+
* @generated from field: int32 max_tool_result_chars = 4;
|
|
348
|
+
*/
|
|
349
|
+
maxToolResultChars: number;
|
|
350
|
+
/**
|
|
351
|
+
* Maximum estimated cost in USD for this execution.
|
|
352
|
+
* When the running cost exceeds this limit, the agent receives a
|
|
353
|
+
* "budget exhausted" message and the execution transitions to TERMINATED.
|
|
354
|
+
*
|
|
355
|
+
* 0.0 = no cost cap (default, unlimited).
|
|
356
|
+
* Recommended: 1.00-5.00 for interactive sessions, 10.00+ for batch workflows.
|
|
357
|
+
*
|
|
358
|
+
* Cost is checked after each LLM call using the running total from
|
|
359
|
+
* UsageMetrics.estimated_cost_usd. When approaching the cap (>80%),
|
|
360
|
+
* a budget warning is injected into the conversation.
|
|
361
|
+
*
|
|
362
|
+
* @generated from field: double max_cost_usd = 5;
|
|
363
|
+
*/
|
|
364
|
+
maxCostUsd: number;
|
|
365
|
+
};
|
|
366
|
+
/**
|
|
367
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ExecutionConfig.
|
|
368
|
+
* Use `create(ExecutionConfigSchema)` to create a new message.
|
|
369
|
+
*/
|
|
370
|
+
export declare const ExecutionConfigSchema: GenMessage<ExecutionConfig>;
|
|
371
|
+
/**
|
|
372
|
+
* ContextManagementConfig controls automatic context summarization behavior.
|
|
373
|
+
*
|
|
374
|
+
* Context summarization monitors token usage and automatically summarizes
|
|
375
|
+
* older conversation history when approaching the model's context window limit.
|
|
376
|
+
* This enables long-running agent conversations without hitting context limits.
|
|
377
|
+
*
|
|
378
|
+
* ## Default Behavior
|
|
379
|
+
*
|
|
380
|
+
* When not specified, defaults are derived from the Model Registry:
|
|
381
|
+
* - Each model has a configured context_window, trigger_threshold, and target_tokens
|
|
382
|
+
* - Summarization is enabled by default for all models
|
|
383
|
+
* - Economy-tier models (claude-haiku-4, gpt-4o-mini) are used for summarization
|
|
384
|
+
*
|
|
385
|
+
* ## Configuration Options
|
|
386
|
+
*
|
|
387
|
+
* - **disable_summarization**: Opt out of automatic summarization entirely
|
|
388
|
+
* - **custom_trigger_threshold**: Override when summarization triggers
|
|
389
|
+
* - **custom_target_tokens**: Override the target size after summarization
|
|
390
|
+
*
|
|
391
|
+
* ## Example YAML
|
|
392
|
+
*
|
|
393
|
+
* Default behavior (use model registry defaults):
|
|
394
|
+
* execution_config:
|
|
395
|
+
* model_name: "claude-sonnet-4.5"
|
|
396
|
+
* # context_management not specified = use defaults
|
|
397
|
+
*
|
|
398
|
+
* Disable summarization:
|
|
399
|
+
* execution_config:
|
|
400
|
+
* model_name: "claude-sonnet-4.5"
|
|
401
|
+
* context_management:
|
|
402
|
+
* disable_summarization: true
|
|
403
|
+
*
|
|
404
|
+
* Custom thresholds (tokens):
|
|
405
|
+
* execution_config:
|
|
406
|
+
* model_name: "claude-sonnet-4.5"
|
|
407
|
+
* context_management:
|
|
408
|
+
* custom_trigger_threshold: 100000
|
|
409
|
+
* custom_target_tokens: 80000
|
|
410
|
+
*
|
|
411
|
+
* @since Phase 3 (Context Summarization Architecture)
|
|
412
|
+
*
|
|
413
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.ContextManagementConfig
|
|
414
|
+
*/
|
|
415
|
+
export type ContextManagementConfig = Message<"ai.stigmer.agentic.agentexecution.v1.ContextManagementConfig"> & {
|
|
416
|
+
/**
|
|
417
|
+
* Disable automatic context summarization for this execution.
|
|
418
|
+
*
|
|
419
|
+
* When true, the agent will never trigger automatic summarization,
|
|
420
|
+
* even if the context window approaches the model's limit.
|
|
421
|
+
*
|
|
422
|
+
* Use cases:
|
|
423
|
+
* - Short-lived executions that won't approach context limits
|
|
424
|
+
* - Debugging context-related issues
|
|
425
|
+
* - Workflows that manage their own context externally
|
|
426
|
+
*
|
|
427
|
+
* Warning: Disabling summarization may cause execution failure
|
|
428
|
+
* if context exceeds model limits.
|
|
429
|
+
*
|
|
430
|
+
* Default: false (summarization enabled based on model defaults)
|
|
431
|
+
*
|
|
432
|
+
* @generated from field: bool disable_summarization = 1;
|
|
433
|
+
*/
|
|
434
|
+
disableSummarization: boolean;
|
|
435
|
+
/**
|
|
436
|
+
* Custom token threshold to trigger summarization.
|
|
437
|
+
*
|
|
438
|
+
* When the context token count exceeds this threshold, summarization
|
|
439
|
+
* is triggered to reduce context size. Set to 0 to use model default.
|
|
440
|
+
*
|
|
441
|
+
* The default trigger threshold from Model Registry is typically 90%
|
|
442
|
+
* of the model's context window (e.g., 180K for 200K context models).
|
|
443
|
+
*
|
|
444
|
+
* Must be greater than custom_target_tokens if both are specified.
|
|
445
|
+
*
|
|
446
|
+
* Default: 0 (use model default from Model Registry)
|
|
447
|
+
*
|
|
448
|
+
* @generated from field: int32 custom_trigger_threshold = 2;
|
|
449
|
+
*/
|
|
450
|
+
customTriggerThreshold: number;
|
|
451
|
+
/**
|
|
452
|
+
* Custom target token count after summarization.
|
|
453
|
+
*
|
|
454
|
+
* Summarization aims to reduce context to approximately this size.
|
|
455
|
+
* Set to 0 to use model default.
|
|
456
|
+
*
|
|
457
|
+
* The default target from Model Registry is typically 80% of the
|
|
458
|
+
* model's context window (e.g., 160K for 200K context models).
|
|
459
|
+
*
|
|
460
|
+
* Must be less than custom_trigger_threshold if both are specified.
|
|
461
|
+
*
|
|
462
|
+
* Default: 0 (use model default from Model Registry)
|
|
463
|
+
*
|
|
464
|
+
* @generated from field: int32 custom_target_tokens = 3;
|
|
465
|
+
*/
|
|
466
|
+
customTargetTokens: number;
|
|
467
|
+
};
|
|
468
|
+
/**
|
|
469
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ContextManagementConfig.
|
|
470
|
+
* Use `create(ContextManagementConfigSchema)` to create a new message.
|
|
471
|
+
*/
|
|
472
|
+
export declare const ContextManagementConfigSchema: GenMessage<ContextManagementConfig>;
|
|
473
|
+
/**
|
|
474
|
+
* Attachment represents a file attached to an agent execution.
|
|
475
|
+
*
|
|
476
|
+
* All files must be pre-uploaded via the uploadAttachment RPC and referenced
|
|
477
|
+
* by storage_key. This ensures consistent behavior regardless of file size
|
|
478
|
+
* and avoids Temporal payload limits (2MB).
|
|
479
|
+
*
|
|
480
|
+
* ## Usage Flow
|
|
481
|
+
*
|
|
482
|
+
* 1. Client calls uploadAttachment RPC with file content
|
|
483
|
+
* 2. Server returns a storage_key
|
|
484
|
+
* 3. Client creates execution with Attachment containing that storage_key
|
|
485
|
+
* 4. Agent-runner downloads file from storage and injects into sandbox
|
|
486
|
+
*
|
|
487
|
+
* ## Mount Path
|
|
488
|
+
*
|
|
489
|
+
* The mount_path determines where the file appears in the sandbox.
|
|
490
|
+
* If not specified, defaults to /inputs/{filename}
|
|
491
|
+
*
|
|
492
|
+
* Examples:
|
|
493
|
+
* - mount_path: "/inputs/config.yaml" -> file at /inputs/config.yaml
|
|
494
|
+
* - mount_path: "/workspace/data/" -> directory extracted at /workspace/data/
|
|
495
|
+
*
|
|
496
|
+
* @since Artifact Lifecycle (Attachments & Outputs)
|
|
497
|
+
*
|
|
498
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.Attachment
|
|
499
|
+
*/
|
|
500
|
+
export type Attachment = Message<"ai.stigmer.agentic.agentexecution.v1.Attachment"> & {
|
|
501
|
+
/**
|
|
502
|
+
* Original filename for display and default mount path derivation.
|
|
503
|
+
* Example: "config.yaml", "input-data.zip"
|
|
504
|
+
*
|
|
505
|
+
* @generated from field: string filename = 1;
|
|
506
|
+
*/
|
|
507
|
+
filename: string;
|
|
508
|
+
/**
|
|
509
|
+
* Reference to pre-uploaded file in artifact store (required).
|
|
510
|
+
* Obtained by calling uploadAttachment RPC before creating the execution.
|
|
511
|
+
* Format: "attachments/{ulid}/{filename}"
|
|
512
|
+
*
|
|
513
|
+
* @generated from field: string storage_key = 2;
|
|
514
|
+
*/
|
|
515
|
+
storageKey: string;
|
|
516
|
+
/**
|
|
517
|
+
* Path in sandbox where file will be placed.
|
|
518
|
+
* Defaults to "/inputs/{filename}" if not specified.
|
|
519
|
+
* Example: "/workspace/input.yaml", "/inputs/data/"
|
|
520
|
+
*
|
|
521
|
+
* @generated from field: string mount_path = 3;
|
|
522
|
+
*/
|
|
523
|
+
mountPath: string;
|
|
524
|
+
/**
|
|
525
|
+
* MIME type for content negotiation (optional).
|
|
526
|
+
* Example: "application/yaml", "text/plain", "application/zip"
|
|
527
|
+
*
|
|
528
|
+
* @generated from field: string content_type = 4;
|
|
529
|
+
*/
|
|
530
|
+
contentType: string;
|
|
531
|
+
/**
|
|
532
|
+
* When true, the attachment is a zip archive that should be extracted
|
|
533
|
+
* at mount_path rather than written as a single file.
|
|
534
|
+
* Set automatically by the CLI when a directory is attached.
|
|
535
|
+
*
|
|
536
|
+
* @generated from field: bool extract = 5;
|
|
537
|
+
*/
|
|
538
|
+
extract: boolean;
|
|
539
|
+
/**
|
|
540
|
+
* Absolute filesystem path to the original file on the CLI host (optional).
|
|
541
|
+
*
|
|
542
|
+
* When set and the runner is in local mode, the file is read directly
|
|
543
|
+
* from this path instead of downloading from artifact storage via
|
|
544
|
+
* storage_key. This eliminates the storage round-trip for local
|
|
545
|
+
* executions.
|
|
546
|
+
*
|
|
547
|
+
* Ignored when the runner is not in local mode (cloud runners use
|
|
548
|
+
* storage_key exclusively).
|
|
549
|
+
*
|
|
550
|
+
* The CLI sets this unconditionally to the resolved absolute path of
|
|
551
|
+
* the attached file. storage_key remains required -- the upload still
|
|
552
|
+
* happens for execution history and replay support.
|
|
553
|
+
*
|
|
554
|
+
* @generated from field: string local_path = 6;
|
|
555
|
+
*/
|
|
556
|
+
localPath: string;
|
|
557
|
+
};
|
|
558
|
+
/**
|
|
559
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.Attachment.
|
|
560
|
+
* Use `create(AttachmentSchema)` to create a new message.
|
|
561
|
+
*/
|
|
562
|
+
export declare const AttachmentSchema: GenMessage<Attachment>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/agentexecution/v1/spec.proto (package ai.stigmer.agentic.agentexecution.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_executioncontext_v1_spec } from "../../executioncontext/v1/spec_pb";
|
|
6
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/spec.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_spec = /*@__PURE__*/ fileDesc("Ci9haS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvc3BlYy5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxIqEEChJBZ2VudEV4ZWN1dGlvblNwZWMSEgoKc2Vzc2lvbl9pZBgBIAEoCRIQCghhZ2VudF9pZBgCIAEoCRIYCgdtZXNzYWdlGAMgASgJQge6SARyAhABEk8KEGV4ZWN1dGlvbl9jb25maWcYBCABKAsyNS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuRXhlY3V0aW9uQ29uZmlnEl0KC3J1bnRpbWVfZW52GAUgAygLMkguYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFnZW50RXhlY3V0aW9uU3BlYy5SdW50aW1lRW52RW50cnkSFgoOY2FsbGJhY2tfdG9rZW4YBiABKAwSGAoQYXV0b19hcHByb3ZlX2FsbBgHIAEoCBIaChJwYXJlbnRfd29ya2Zsb3dfaWQYCCABKAkSRQoLYXR0YWNobWVudHMYCSADKAsyMC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQXR0YWNobWVudBIbChN3b3Jrc3BhY2VfZmlsZV9yZWZzGAogAygJGmkKD1J1bnRpbWVFbnZFbnRyeRILCgNrZXkYASABKAkSRQoFdmFsdWUYAiABKAsyNi5haS5zdGlnbWVyLmFnZW50aWMuZXhlY3V0aW9uY29udGV4dC52MS5FeGVjdXRpb25WYWx1ZToCOAEizgEKD0V4ZWN1dGlvbkNvbmZpZxISCgptb2RlbF9uYW1lGAEgASgJElkKEmNvbnRleHRfbWFuYWdlbWVudBgCIAEoCzI9LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Db250ZXh0TWFuYWdlbWVudENvbmZpZxIXCg9tYXhfdG9vbF9yb3VuZHMYAyABKAUSHQoVbWF4X3Rvb2xfcmVzdWx0X2NoYXJzGAQgASgFEhQKDG1heF9jb3N0X3VzZBgFIAEoASKKAQoXQ29udGV4dE1hbmFnZW1lbnRDb25maWcSHQoVZGlzYWJsZV9zdW1tYXJpemF0aW9uGAEgASgIEikKGGN1c3RvbV90cmlnZ2VyX3RocmVzaG9sZBgCIAEoBUIHukgEGgIoABIlChRjdXN0b21fdGFyZ2V0X3Rva2VucxgDIAEoBUIHukgEGgIoACKUAQoKQXR0YWNobWVudBIZCghmaWxlbmFtZRgBIAEoCUIHukgEcgIQARIcCgtzdG9yYWdlX2tleRgCIAEoCUIHukgEcgIQARISCgptb3VudF9wYXRoGAMgASgJEhQKDGNvbnRlbnRfdHlwZRgEIAEoCRIPCgdleHRyYWN0GAUgASgIEhIKCmxvY2FsX3BhdGgYBiABKAliBnByb3RvMw", [file_ai_stigmer_agentic_executioncontext_v1_spec, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecutionSpec.
|
|
13
|
+
* Use `create(AgentExecutionSpecSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const AgentExecutionSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_spec, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ExecutionConfig.
|
|
18
|
+
* Use `create(ExecutionConfigSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const ExecutionConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_spec, 1);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ContextManagementConfig.
|
|
23
|
+
* Use `create(ContextManagementConfigSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const ContextManagementConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_spec, 2);
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.Attachment.
|
|
28
|
+
* Use `create(AttachmentSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const AttachmentSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_spec, 3);
|
|
31
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qIAAqI;AACrI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,mCAAmC,CAAC;AACrG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,w/CAAw/C,EAAE,CAAC,gDAAgD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2QrlD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAuGjE;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAsGjE;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AA6FjE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
|