@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,403 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { SummarizationSource } from "./enum_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/context.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_agentexecution_v1_context: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* ResolvedExecutionContext captures the resolved configuration state at execution time.
|
|
10
|
+
* Populated once after all resources are resolved, before the agent begins processing.
|
|
11
|
+
*
|
|
12
|
+
* ## Purpose
|
|
13
|
+
*
|
|
14
|
+
* Provides visibility into what the agent actually had access to during execution:
|
|
15
|
+
* - Which environment variables were available (keys only, not values for security)
|
|
16
|
+
* - Which MCP servers were configured and their resolution status
|
|
17
|
+
* - Which skills were injected into the agent's context
|
|
18
|
+
*
|
|
19
|
+
* This enables:
|
|
20
|
+
* - **Debugging**: Understanding what environment/tools were available when investigating failures
|
|
21
|
+
* - **Auditing**: Tracking what resources each execution consumed
|
|
22
|
+
* - **Security review**: Verifying which secrets (by key name only) were exposed
|
|
23
|
+
* - **UX transparency**: Showing users what their agent can access
|
|
24
|
+
*
|
|
25
|
+
* ## Timing
|
|
26
|
+
*
|
|
27
|
+
* Populated in execute_graphton.py after Steps 3-5 complete (skills, env vars, MCP servers)
|
|
28
|
+
* but before the streaming loop begins. This represents the "snapshot" of resolved state.
|
|
29
|
+
* Once set, this field is immutable for the remainder of the execution.
|
|
30
|
+
*
|
|
31
|
+
* ## Security Considerations
|
|
32
|
+
*
|
|
33
|
+
* - Environment values are NEVER included (only keys)
|
|
34
|
+
* - MCP server credentials are not exposed
|
|
35
|
+
* - This is safe to include in status responses to clients
|
|
36
|
+
*
|
|
37
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext
|
|
38
|
+
*/
|
|
39
|
+
export type ResolvedExecutionContext = Message<"ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext"> & {
|
|
40
|
+
/**
|
|
41
|
+
* Environment variable keys available to the agent (NOT values for security).
|
|
42
|
+
* Represents the merged result of: template env_spec + instance environment_refs + runtime_env.
|
|
43
|
+
* Keys are sorted alphabetically for consistent ordering and deterministic comparison.
|
|
44
|
+
* Examples: ["API_KEY", "DATABASE_URL", "LOG_LEVEL"]
|
|
45
|
+
*
|
|
46
|
+
* @generated from field: repeated string environment_keys = 1;
|
|
47
|
+
*/
|
|
48
|
+
environmentKeys: string[];
|
|
49
|
+
/**
|
|
50
|
+
* MCP servers referenced by the agent and their resolution status.
|
|
51
|
+
* Key: MCP server slug (e.g., "github-mcp", "slack-mcp")
|
|
52
|
+
* Value: Resolution status including success/failure and diagnostic information
|
|
53
|
+
*
|
|
54
|
+
* Note: This tracks configuration resolution, not runtime connection status.
|
|
55
|
+
* A server showing resolved=true means it was found and transformed successfully;
|
|
56
|
+
* actual WebSocket/stdio connection happens later in the Graphton runtime.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: map<string, ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus> mcp_servers = 2;
|
|
59
|
+
*/
|
|
60
|
+
mcpServers: {
|
|
61
|
+
[key: string]: McpServerResolutionStatus;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Names of skills injected into the agent's system prompt.
|
|
65
|
+
* Each skill's SKILL.md content is appended to the instructions.
|
|
66
|
+
* Sorted alphabetically for consistent ordering and deterministic comparison.
|
|
67
|
+
* Examples: ["code-review", "docker-expert", "kubernetes-operator"]
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: repeated string skill_names = 3;
|
|
70
|
+
*/
|
|
71
|
+
skillNames: string[];
|
|
72
|
+
/**
|
|
73
|
+
* Skills that were available but excluded from the system prompt because
|
|
74
|
+
* they were not relevant to the current execution context.
|
|
75
|
+
* Enables visibility into the filtering decision for debugging and tuning.
|
|
76
|
+
* Sorted alphabetically for consistent ordering and deterministic comparison.
|
|
77
|
+
*
|
|
78
|
+
* When smart context filtering is active, this captures skills that were
|
|
79
|
+
* configured on the agent but scored below the relevance threshold for the
|
|
80
|
+
* current user message. Empty when all skills are included (no filtering).
|
|
81
|
+
*
|
|
82
|
+
* @generated from field: repeated string excluded_skill_names = 4;
|
|
83
|
+
*/
|
|
84
|
+
excludedSkillNames: string[];
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext.
|
|
88
|
+
* Use `create(ResolvedExecutionContextSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export declare const ResolvedExecutionContextSchema: GenMessage<ResolvedExecutionContext>;
|
|
91
|
+
/**
|
|
92
|
+
* McpServerResolutionStatus captures the resolution outcome for a single MCP server.
|
|
93
|
+
* Provides richer information than a simple boolean for better debugging and visibility.
|
|
94
|
+
*
|
|
95
|
+
* ## Resolution vs Connection
|
|
96
|
+
*
|
|
97
|
+
* This tracks whether the MCP server definition was successfully loaded and configured,
|
|
98
|
+
* NOT whether the runtime connection succeeded. Resolution includes:
|
|
99
|
+
* - Looking up the McpServer resource by reference
|
|
100
|
+
* - Transforming the server config (resolving env var placeholders)
|
|
101
|
+
* - Determining which tools to enable
|
|
102
|
+
*
|
|
103
|
+
* Runtime connection (WebSocket/stdio) happens later and is not tracked here.
|
|
104
|
+
*
|
|
105
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus
|
|
106
|
+
*/
|
|
107
|
+
export type McpServerResolutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus"> & {
|
|
108
|
+
/**
|
|
109
|
+
* Whether the MCP server was successfully resolved and configured.
|
|
110
|
+
* true: Server found, config transformed, ready for runtime connection
|
|
111
|
+
* false: Resolution failed (server not found, missing env var, invalid config)
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: bool resolved = 1;
|
|
114
|
+
*/
|
|
115
|
+
resolved: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Human-readable status message explaining the resolution outcome.
|
|
118
|
+
* For success: "Configured successfully"
|
|
119
|
+
* For failure: Describes what went wrong
|
|
120
|
+
* Examples:
|
|
121
|
+
* - "Configured successfully"
|
|
122
|
+
* - "Server not found"
|
|
123
|
+
* - "Missing required environment variable: GITHUB_TOKEN"
|
|
124
|
+
* - "Invalid server configuration: missing command"
|
|
125
|
+
*
|
|
126
|
+
* @generated from field: string message = 2;
|
|
127
|
+
*/
|
|
128
|
+
message: string;
|
|
129
|
+
/**
|
|
130
|
+
* Number of tools enabled from this MCP server.
|
|
131
|
+
* Reflects the intersection of server's available tools and enabled_tools config.
|
|
132
|
+
* 0 if resolution failed, server has no tools, or all tools disabled.
|
|
133
|
+
*
|
|
134
|
+
* @generated from field: int32 enabled_tool_count = 3;
|
|
135
|
+
*/
|
|
136
|
+
enabledToolCount: number;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus.
|
|
140
|
+
* Use `create(McpServerResolutionStatusSchema)` to create a new message.
|
|
141
|
+
*/
|
|
142
|
+
export declare const McpServerResolutionStatusSchema: GenMessage<McpServerResolutionStatus>;
|
|
143
|
+
/**
|
|
144
|
+
* SummarizationEvent records a single summarization occurrence during execution.
|
|
145
|
+
*
|
|
146
|
+
* Each time the context window approaches the model's limit and summarization
|
|
147
|
+
* is triggered, an event is recorded with before/after metrics.
|
|
148
|
+
*
|
|
149
|
+
* ## Purpose
|
|
150
|
+
*
|
|
151
|
+
* - **Debugging**: Understand when and why summarization occurred
|
|
152
|
+
* - **Monitoring**: Track summarization frequency and effectiveness
|
|
153
|
+
* - **Cost analysis**: Measure compression ratios and summarization costs
|
|
154
|
+
* - **Performance**: Track summarization latency
|
|
155
|
+
*
|
|
156
|
+
* ## Event Timing
|
|
157
|
+
*
|
|
158
|
+
* Events are recorded immediately after successful summarization, capturing:
|
|
159
|
+
* - Token counts before and after (to measure compression)
|
|
160
|
+
* - Message counts before and after (to understand conversation reduction)
|
|
161
|
+
* - Duration in milliseconds (to track performance)
|
|
162
|
+
* - Model used (to understand cost implications)
|
|
163
|
+
*
|
|
164
|
+
* @since Phase 3 (Context Summarization Architecture)
|
|
165
|
+
*
|
|
166
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.SummarizationEvent
|
|
167
|
+
*/
|
|
168
|
+
export type SummarizationEvent = Message<"ai.stigmer.agentic.agentexecution.v1.SummarizationEvent"> & {
|
|
169
|
+
/**
|
|
170
|
+
* ISO 8601 timestamp when summarization occurred.
|
|
171
|
+
* Example: "2026-01-31T14:30:00.123Z"
|
|
172
|
+
*
|
|
173
|
+
* @generated from field: string timestamp = 1;
|
|
174
|
+
*/
|
|
175
|
+
timestamp: string;
|
|
176
|
+
/**
|
|
177
|
+
* Token count before summarization.
|
|
178
|
+
* This was the token count that exceeded the trigger threshold.
|
|
179
|
+
*
|
|
180
|
+
* @generated from field: int32 tokens_before = 2;
|
|
181
|
+
*/
|
|
182
|
+
tokensBefore: number;
|
|
183
|
+
/**
|
|
184
|
+
* Token count after summarization.
|
|
185
|
+
* Should be approximately at or below the target_tokens threshold.
|
|
186
|
+
*
|
|
187
|
+
* @generated from field: int32 tokens_after = 3;
|
|
188
|
+
*/
|
|
189
|
+
tokensAfter: number;
|
|
190
|
+
/**
|
|
191
|
+
* Compression ratio achieved (0.0 to 1.0).
|
|
192
|
+
*
|
|
193
|
+
* Calculated as: 1 - (tokens_after / tokens_before)
|
|
194
|
+
* Example: 0.6 means 60% reduction in tokens (from 100K to 40K).
|
|
195
|
+
*
|
|
196
|
+
* Higher values indicate more aggressive compression.
|
|
197
|
+
* Typical values range from 0.3 to 0.7 depending on conversation content.
|
|
198
|
+
*
|
|
199
|
+
* @generated from field: float compression_ratio = 4;
|
|
200
|
+
*/
|
|
201
|
+
compressionRatio: number;
|
|
202
|
+
/**
|
|
203
|
+
* Time taken to perform summarization in milliseconds.
|
|
204
|
+
*
|
|
205
|
+
* Includes the LLM call to the summarization model, message processing,
|
|
206
|
+
* and summary injection. Does not include token counting.
|
|
207
|
+
*
|
|
208
|
+
* Typical values: 1000-5000ms depending on context size and model.
|
|
209
|
+
*
|
|
210
|
+
* @generated from field: int32 duration_ms = 5;
|
|
211
|
+
*/
|
|
212
|
+
durationMs: number;
|
|
213
|
+
/**
|
|
214
|
+
* Model used for summarization (economy-tier model).
|
|
215
|
+
*
|
|
216
|
+
* Summarization uses cost-effective models to minimize expense:
|
|
217
|
+
* - For Anthropic: claude-haiku-4
|
|
218
|
+
* - For OpenAI: gpt-4o-mini
|
|
219
|
+
* - For Ollama: local model
|
|
220
|
+
*
|
|
221
|
+
* Example: "claude-haiku-4", "gpt-4o-mini"
|
|
222
|
+
*
|
|
223
|
+
* @generated from field: string summarization_model = 6;
|
|
224
|
+
*/
|
|
225
|
+
summarizationModel: string;
|
|
226
|
+
/**
|
|
227
|
+
* Number of messages in conversation before summarization.
|
|
228
|
+
* Provides insight into conversation length that triggered summarization.
|
|
229
|
+
*
|
|
230
|
+
* @generated from field: int32 messages_before = 7;
|
|
231
|
+
*/
|
|
232
|
+
messagesBefore: number;
|
|
233
|
+
/**
|
|
234
|
+
* Number of messages in conversation after summarization.
|
|
235
|
+
* Typically reduced significantly as historical messages are collapsed.
|
|
236
|
+
*
|
|
237
|
+
* @generated from field: int32 messages_after = 8;
|
|
238
|
+
*/
|
|
239
|
+
messagesAfter: number;
|
|
240
|
+
/**
|
|
241
|
+
* What triggered this summarization event.
|
|
242
|
+
*
|
|
243
|
+
* Enables the CLI to distinguish between:
|
|
244
|
+
* - graph_start: compaction at the beginning of a new invocation
|
|
245
|
+
* - mid_execution: compaction triggered by accumulated tool responses
|
|
246
|
+
*
|
|
247
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.SummarizationSource source = 9;
|
|
248
|
+
*/
|
|
249
|
+
source: SummarizationSource;
|
|
250
|
+
/**
|
|
251
|
+
* Input tokens consumed by the summarization LLM call.
|
|
252
|
+
* This is the context sent to the summarization model for compression.
|
|
253
|
+
*
|
|
254
|
+
* @generated from field: int32 summarization_input_tokens = 10;
|
|
255
|
+
*/
|
|
256
|
+
summarizationInputTokens: number;
|
|
257
|
+
/**
|
|
258
|
+
* Output tokens generated by the summarization model (the summary).
|
|
259
|
+
*
|
|
260
|
+
* @generated from field: int32 summarization_output_tokens = 11;
|
|
261
|
+
*/
|
|
262
|
+
summarizationOutputTokens: number;
|
|
263
|
+
/**
|
|
264
|
+
* Cost in USD of this summarization call.
|
|
265
|
+
* Computed using the summarization model's pricing rates at execution time.
|
|
266
|
+
*
|
|
267
|
+
* @generated from field: double summarization_cost_usd = 12;
|
|
268
|
+
*/
|
|
269
|
+
summarizationCostUsd: number;
|
|
270
|
+
};
|
|
271
|
+
/**
|
|
272
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.SummarizationEvent.
|
|
273
|
+
* Use `create(SummarizationEventSchema)` to create a new message.
|
|
274
|
+
*/
|
|
275
|
+
export declare const SummarizationEventSchema: GenMessage<SummarizationEvent>;
|
|
276
|
+
/**
|
|
277
|
+
* ContextInfo provides visibility into context window utilization.
|
|
278
|
+
*
|
|
279
|
+
* This message enables monitoring, debugging, and optimization of context
|
|
280
|
+
* usage during agent executions. It tracks both the current state and
|
|
281
|
+
* historical summarization events.
|
|
282
|
+
*
|
|
283
|
+
* ## Real-Time Updates
|
|
284
|
+
*
|
|
285
|
+
* Fields are updated progressively during execution:
|
|
286
|
+
* - current_token_count: Updated after each LLM call
|
|
287
|
+
* - utilization_percent: Recalculated when token count changes
|
|
288
|
+
* - summarization_events: Appended when summarization occurs
|
|
289
|
+
*
|
|
290
|
+
* ## Configuration Visibility
|
|
291
|
+
*
|
|
292
|
+
* The message also surfaces the effective configuration:
|
|
293
|
+
* - What thresholds are in effect (model defaults or custom overrides)
|
|
294
|
+
* - Whether summarization is enabled
|
|
295
|
+
* - The model's context window limit
|
|
296
|
+
*
|
|
297
|
+
* ## Use Cases
|
|
298
|
+
*
|
|
299
|
+
* - **Dashboard**: Show context health indicator (green/yellow/red based on utilization)
|
|
300
|
+
* - **Alerts**: Notify when utilization consistently exceeds thresholds
|
|
301
|
+
* - **Analytics**: Track summarization frequency across agent fleet
|
|
302
|
+
* - **Debugging**: Understand context-related failures
|
|
303
|
+
*
|
|
304
|
+
* @since Phase 3 (Context Summarization Architecture)
|
|
305
|
+
*
|
|
306
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.ContextInfo
|
|
307
|
+
*/
|
|
308
|
+
export type ContextInfo = Message<"ai.stigmer.agentic.agentexecution.v1.ContextInfo"> & {
|
|
309
|
+
/**
|
|
310
|
+
* Current token count in the context window.
|
|
311
|
+
*
|
|
312
|
+
* This is the most recent token count, updated after each LLM call
|
|
313
|
+
* or summarization event. Represents the total tokens in the
|
|
314
|
+
* conversation (system prompt + messages + tool results).
|
|
315
|
+
*
|
|
316
|
+
* Updated progressively during streaming for real-time visibility.
|
|
317
|
+
*
|
|
318
|
+
* @generated from field: int32 current_token_count = 1;
|
|
319
|
+
*/
|
|
320
|
+
currentTokenCount: number;
|
|
321
|
+
/**
|
|
322
|
+
* Model's maximum context window size in tokens.
|
|
323
|
+
*
|
|
324
|
+
* Retrieved from Model Registry for the configured model.
|
|
325
|
+
* Example values:
|
|
326
|
+
* - claude-sonnet-4.5: 200,000
|
|
327
|
+
* - gpt-4o: 128,000
|
|
328
|
+
* - gpt-4-turbo: 128,000
|
|
329
|
+
*
|
|
330
|
+
* Used to calculate utilization_percent.
|
|
331
|
+
*
|
|
332
|
+
* @generated from field: int32 context_window_limit = 2;
|
|
333
|
+
*/
|
|
334
|
+
contextWindowLimit: number;
|
|
335
|
+
/**
|
|
336
|
+
* Token threshold that triggers summarization.
|
|
337
|
+
*
|
|
338
|
+
* When current_token_count exceeds this value, summarization is triggered
|
|
339
|
+
* to reduce context size. This is either the model default from Model
|
|
340
|
+
* Registry or a custom override from ContextManagementConfig.
|
|
341
|
+
*
|
|
342
|
+
* Typically set to ~90% of context_window_limit.
|
|
343
|
+
*
|
|
344
|
+
* @generated from field: int32 summarization_trigger_threshold = 3;
|
|
345
|
+
*/
|
|
346
|
+
summarizationTriggerThreshold: number;
|
|
347
|
+
/**
|
|
348
|
+
* Target token count after summarization.
|
|
349
|
+
*
|
|
350
|
+
* Summarization aims to reduce context to approximately this size.
|
|
351
|
+
* This is either the model default from Model Registry or a custom
|
|
352
|
+
* override from ContextManagementConfig.
|
|
353
|
+
*
|
|
354
|
+
* Typically set to ~80% of context_window_limit.
|
|
355
|
+
*
|
|
356
|
+
* @generated from field: int32 summarization_target_tokens = 4;
|
|
357
|
+
*/
|
|
358
|
+
summarizationTargetTokens: number;
|
|
359
|
+
/**
|
|
360
|
+
* Whether summarization is enabled for this execution.
|
|
361
|
+
*
|
|
362
|
+
* false if ContextManagementConfig.disable_summarization was true.
|
|
363
|
+
* true otherwise (default).
|
|
364
|
+
*
|
|
365
|
+
* When false, no summarization events will occur regardless of
|
|
366
|
+
* token count. The execution may fail if context exceeds limits.
|
|
367
|
+
*
|
|
368
|
+
* @generated from field: bool summarization_enabled = 5;
|
|
369
|
+
*/
|
|
370
|
+
summarizationEnabled: boolean;
|
|
371
|
+
/**
|
|
372
|
+
* Summarization events that occurred during this execution.
|
|
373
|
+
*
|
|
374
|
+
* Ordered chronologically (oldest first).
|
|
375
|
+
* Empty if no summarization was triggered during execution.
|
|
376
|
+
*
|
|
377
|
+
* Multiple events indicate a very long-running conversation that
|
|
378
|
+
* required multiple rounds of summarization.
|
|
379
|
+
*
|
|
380
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.SummarizationEvent summarization_events = 6;
|
|
381
|
+
*/
|
|
382
|
+
summarizationEvents: SummarizationEvent[];
|
|
383
|
+
/**
|
|
384
|
+
* Context utilization as a percentage (0-100).
|
|
385
|
+
*
|
|
386
|
+
* Calculated as: (current_token_count / context_window_limit) * 100
|
|
387
|
+
*
|
|
388
|
+
* Use for health indicators:
|
|
389
|
+
* - 0-70%: Green (healthy)
|
|
390
|
+
* - 70-90%: Yellow (approaching threshold)
|
|
391
|
+
* - 90-100%: Red (at or above trigger threshold)
|
|
392
|
+
*
|
|
393
|
+
* Updated progressively during streaming.
|
|
394
|
+
*
|
|
395
|
+
* @generated from field: float utilization_percent = 7;
|
|
396
|
+
*/
|
|
397
|
+
utilizationPercent: number;
|
|
398
|
+
};
|
|
399
|
+
/**
|
|
400
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ContextInfo.
|
|
401
|
+
* Use `create(ContextInfoSchema)` to create a new message.
|
|
402
|
+
*/
|
|
403
|
+
export declare const ContextInfoSchema: GenMessage<ContextInfo>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/agentexecution/v1/context.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_agentexecution_v1_enum } from "./enum_pb";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/context.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_context = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvY29udGV4dC5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxIsACChhSZXNvbHZlZEV4ZWN1dGlvbkNvbnRleHQSGAoQZW52aXJvbm1lbnRfa2V5cxgBIAMoCRJjCgttY3Bfc2VydmVycxgCIAMoCzJOLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5SZXNvbHZlZEV4ZWN1dGlvbkNvbnRleHQuTWNwU2VydmVyc0VudHJ5EhMKC3NraWxsX25hbWVzGAMgAygJEhwKFGV4Y2x1ZGVkX3NraWxsX25hbWVzGAQgAygJGnIKD01jcFNlcnZlcnNFbnRyeRILCgNrZXkYASABKAkSTgoFdmFsdWUYAiABKAsyPy5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuTWNwU2VydmVyUmVzb2x1dGlvblN0YXR1czoCOAEiWgoZTWNwU2VydmVyUmVzb2x1dGlvblN0YXR1cxIQCghyZXNvbHZlZBgBIAEoCBIPCgdtZXNzYWdlGAIgASgJEhoKEmVuYWJsZWRfdG9vbF9jb3VudBgDIAEoBSKGAwoSU3VtbWFyaXphdGlvbkV2ZW50EhEKCXRpbWVzdGFtcBgBIAEoCRIVCg10b2tlbnNfYmVmb3JlGAIgASgFEhQKDHRva2Vuc19hZnRlchgDIAEoBRIZChFjb21wcmVzc2lvbl9yYXRpbxgEIAEoAhITCgtkdXJhdGlvbl9tcxgFIAEoBRIbChNzdW1tYXJpemF0aW9uX21vZGVsGAYgASgJEhcKD21lc3NhZ2VzX2JlZm9yZRgHIAEoBRIWCg5tZXNzYWdlc19hZnRlchgIIAEoBRJJCgZzb3VyY2UYCSABKA4yOS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuU3VtbWFyaXphdGlvblNvdXJjZRIiChpzdW1tYXJpemF0aW9uX2lucHV0X3Rva2VucxgKIAEoBRIjChtzdW1tYXJpemF0aW9uX291dHB1dF90b2tlbnMYCyABKAUSHgoWc3VtbWFyaXphdGlvbl9jb3N0X3VzZBgMIAEoASKqAgoLQ29udGV4dEluZm8SGwoTY3VycmVudF90b2tlbl9jb3VudBgBIAEoBRIcChRjb250ZXh0X3dpbmRvd19saW1pdBgCIAEoBRInCh9zdW1tYXJpemF0aW9uX3RyaWdnZXJfdGhyZXNob2xkGAMgASgFEiMKG3N1bW1hcml6YXRpb25fdGFyZ2V0X3Rva2VucxgEIAEoBRIdChVzdW1tYXJpemF0aW9uX2VuYWJsZWQYBSABKAgSVgoUc3VtbWFyaXphdGlvbl9ldmVudHMYBiADKAsyOC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuU3VtbWFyaXphdGlvbkV2ZW50EhsKE3V0aWxpemF0aW9uX3BlcmNlbnQYByABKAJiBnByb3RvMw", [file_ai_stigmer_agentic_agentexecution_v1_enum]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext.
|
|
12
|
+
* Use `create(ResolvedExecutionContextSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const ResolvedExecutionContextSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus.
|
|
17
|
+
* Use `create(McpServerResolutionStatusSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const McpServerResolutionStatusSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.SummarizationEvent.
|
|
22
|
+
* Use `create(SummarizationEventSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const SummarizationEventSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 2);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ContextInfo.
|
|
27
|
+
* Use `create(ContextInfoSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const ContextInfoSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 3);
|
|
30
|
+
//# sourceMappingURL=context_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/context_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,8CAA8C,EAAE,MAAM,WAAW,CAAC;AAG3E;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,4kDAA4kD,EAAE,CAAC,8CAA8C,CAAC,CAAC,CAAC;AAkF3oD;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAoDpE;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AA8IpE;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAoIpE;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|