@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,129 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { PendingApproval } from "./approval_pb";
|
|
3
|
+
import type { SubAgentStatus } from "./enum_pb";
|
|
4
|
+
import type { AgentMessage, ToolCall } from "./message_pb";
|
|
5
|
+
import type { UsageMetrics } from "./usage_pb";
|
|
6
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/subagent.proto.
|
|
9
|
+
*/
|
|
10
|
+
export declare const file_ai_stigmer_agentic_agentexecution_v1_subagent: GenFile;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a sub-agent invocation within an execution.
|
|
13
|
+
* When the main agent delegates work to a specialized sub-agent, this message
|
|
14
|
+
* tracks the complete lifecycle of that delegation including input, output, and timing.
|
|
15
|
+
*
|
|
16
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.SubAgentExecution
|
|
17
|
+
*/
|
|
18
|
+
export type SubAgentExecution = Message<"ai.stigmer.agentic.agentexecution.v1.SubAgentExecution"> & {
|
|
19
|
+
/**
|
|
20
|
+
* Unique identifier for this sub-agent execution.
|
|
21
|
+
* Matches the tool call ID from the LangGraph "task" tool invocation.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: string id = 1;
|
|
24
|
+
*/
|
|
25
|
+
id: string;
|
|
26
|
+
/**
|
|
27
|
+
* Name of the sub-agent being invoked.
|
|
28
|
+
* Examples: "code_editor", "researcher", "debugger"
|
|
29
|
+
* Extracted from tool call args.subagent_type field.
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: string name = 2;
|
|
32
|
+
*/
|
|
33
|
+
name: string;
|
|
34
|
+
/**
|
|
35
|
+
* Task/instruction given to the sub-agent.
|
|
36
|
+
* This is the input prompt that tells the sub-agent what to do.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: string input = 3;
|
|
39
|
+
*/
|
|
40
|
+
input: string;
|
|
41
|
+
/**
|
|
42
|
+
* Result returned by the sub-agent when complete.
|
|
43
|
+
* Only populated when status == SUB_AGENT_COMPLETED.
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: string output = 4;
|
|
46
|
+
*/
|
|
47
|
+
output: string;
|
|
48
|
+
/**
|
|
49
|
+
* Current lifecycle status of the sub-agent execution.
|
|
50
|
+
*
|
|
51
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.SubAgentStatus status = 5;
|
|
52
|
+
*/
|
|
53
|
+
status: SubAgentStatus;
|
|
54
|
+
/**
|
|
55
|
+
* ISO 8601 timestamp when the sub-agent was invoked.
|
|
56
|
+
* Example: "2025-11-22T10:30:00Z"
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: string started_at = 6;
|
|
59
|
+
*/
|
|
60
|
+
startedAt: string;
|
|
61
|
+
/**
|
|
62
|
+
* ISO 8601 timestamp when the sub-agent completed or failed.
|
|
63
|
+
* Only populated for terminal states (completed/failed).
|
|
64
|
+
*
|
|
65
|
+
* @generated from field: string completed_at = 7;
|
|
66
|
+
*/
|
|
67
|
+
completedAt: string;
|
|
68
|
+
/**
|
|
69
|
+
* Error message if status == SUB_AGENT_FAILED.
|
|
70
|
+
* Contains the failure reason for debugging and user display.
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: string error = 8;
|
|
73
|
+
*/
|
|
74
|
+
error: string;
|
|
75
|
+
/**
|
|
76
|
+
* Optional sub-agent execution metadata.
|
|
77
|
+
*
|
|
78
|
+
* @generated from field: google.protobuf.Struct metadata = 9;
|
|
79
|
+
*/
|
|
80
|
+
metadata?: JsonObject;
|
|
81
|
+
/**
|
|
82
|
+
* Tool calls made by this sub-agent.
|
|
83
|
+
* Captures the sub-agent's internal tool invocations separately from main agent.
|
|
84
|
+
* Enables debugging when sub-agent fails (e.g., "failed on 8th tool call").
|
|
85
|
+
*
|
|
86
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ToolCall tool_calls = 10;
|
|
87
|
+
*/
|
|
88
|
+
toolCalls: ToolCall[];
|
|
89
|
+
/**
|
|
90
|
+
* Messages generated by this sub-agent.
|
|
91
|
+
* Captures AI responses and tool results within the sub-agent context.
|
|
92
|
+
* Ordered chronologically like AgentExecutionStatus.messages.
|
|
93
|
+
*
|
|
94
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.AgentMessage messages = 11;
|
|
95
|
+
*/
|
|
96
|
+
messages: AgentMessage[];
|
|
97
|
+
/**
|
|
98
|
+
* Token and LLM resource usage for this sub-agent execution.
|
|
99
|
+
* Captures only this sub-agent's direct LLM calls.
|
|
100
|
+
* Isolated from main agent and other sub-agents for accurate cost attribution.
|
|
101
|
+
*
|
|
102
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.UsageMetrics usage = 12;
|
|
103
|
+
*/
|
|
104
|
+
usage?: UsageMetrics;
|
|
105
|
+
/**
|
|
106
|
+
* Concise, human-readable summary of the sub-agent's task (3-10 words).
|
|
107
|
+
* Populated directly from the task tool's `description` argument — the short
|
|
108
|
+
* label the invoking LLM provides when calling the "task" tool. No server-side
|
|
109
|
+
* LLM generation; available instantly when the sub-agent starts.
|
|
110
|
+
* Used as the primary display label in collapsed and expanded UI views.
|
|
111
|
+
* Examples: "Explore CLI rendering code", "Fix auth middleware tests"
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: string subject = 13;
|
|
114
|
+
*/
|
|
115
|
+
subject: string;
|
|
116
|
+
/**
|
|
117
|
+
* Approval requests pending within this sub-agent's tool calls.
|
|
118
|
+
* Also surfaced at parent AgentExecutionStatus.pending_approvals for
|
|
119
|
+
* top-level visibility. Cleared when the approval is resolved.
|
|
120
|
+
*
|
|
121
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.PendingApproval pending_approvals = 14;
|
|
122
|
+
*/
|
|
123
|
+
pendingApprovals: PendingApproval[];
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.SubAgentExecution.
|
|
127
|
+
* Use `create(SubAgentExecutionSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export declare const SubAgentExecutionSchema: GenMessage<SubAgentExecution>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/agentexecution/v1/subagent.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_approval } from "./approval_pb";
|
|
6
|
+
import { file_ai_stigmer_agentic_agentexecution_v1_enum } from "./enum_pb";
|
|
7
|
+
import { file_ai_stigmer_agentic_agentexecution_v1_message } from "./message_pb";
|
|
8
|
+
import { file_ai_stigmer_agentic_agentexecution_v1_usage } from "./usage_pb";
|
|
9
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
10
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/subagent.proto.
|
|
13
|
+
*/
|
|
14
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_subagent = /*@__PURE__*/ fileDesc("CjNhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvc3ViYWdlbnQucHJvdG8SJGFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MSKwBAoRU3ViQWdlbnRFeGVjdXRpb24SCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRINCgVpbnB1dBgDIAEoCRIOCgZvdXRwdXQYBCABKAkSTgoGc3RhdHVzGAUgASgOMjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlN1YkFnZW50U3RhdHVzQgi6SAWCAQIQARISCgpzdGFydGVkX2F0GAYgASgJEhQKDGNvbXBsZXRlZF9hdBgHIAEoCRINCgVlcnJvchgIIAEoCRIpCghtZXRhZGF0YRgJIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSQgoKdG9vbF9jYWxscxgKIAMoCzIuLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Ub29sQ2FsbBJECghtZXNzYWdlcxgLIAMoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudE1lc3NhZ2USQQoFdXNhZ2UYDCABKAsyMi5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuVXNhZ2VNZXRyaWNzEg8KB3N1YmplY3QYDSABKAkSUAoRcGVuZGluZ19hcHByb3ZhbHMYDiADKAsyNS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuUGVuZGluZ0FwcHJvdmFsYgZwcm90bzM", [file_ai_stigmer_agentic_agentexecution_v1_approval, file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_agentexecution_v1_message, file_ai_stigmer_agentic_agentexecution_v1_usage, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.SubAgentExecution.
|
|
17
|
+
* Use `create(SubAgentExecutionSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const SubAgentExecutionSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_subagent, 0);
|
|
20
|
+
//# sourceMappingURL=subagent_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subagent_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/subagent_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,eAAe,CAAC;AAEnF,OAAO,EAAE,8CAA8C,EAAE,MAAM,WAAW,CAAC;AAE3E,OAAO,EAAE,iDAAiD,EAAE,MAAM,cAAc,CAAC;AAEjF,OAAO,EAAE,+CAA+C,EAAE,MAAM,YAAY,CAAC;AAC7E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,q3BAAq3B,EAAE,CAAC,kDAAkD,EAAE,8CAA8C,EAAE,iDAAiD,EAAE,+CAA+C,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAkIroC;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/usage.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_agentexecution_v1_usage: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* UsageMetrics tracks token consumption, cost, and LLM resource usage.
|
|
9
|
+
* Provides execution-level aggregation for cost tracking, billing, and analytics.
|
|
10
|
+
*
|
|
11
|
+
* ## Scope
|
|
12
|
+
*
|
|
13
|
+
* Each UsageMetrics instance represents direct LLM usage within its context:
|
|
14
|
+
* - AgentExecutionStatus.usage: Main agent's LLM calls (excludes sub-agents)
|
|
15
|
+
* - SubAgentExecution.usage: That sub-agent's LLM calls
|
|
16
|
+
*
|
|
17
|
+
* To calculate total execution cost, sum: status.usage + sum(sub_agent.usage)
|
|
18
|
+
*
|
|
19
|
+
* ## Token Counting
|
|
20
|
+
*
|
|
21
|
+
* - prompt_tokens: Total input tokens sent to the LLM (includes cached tokens)
|
|
22
|
+
* - completion_tokens: Output tokens generated by the LLM (response)
|
|
23
|
+
* - cache_creation_tokens / cache_read_tokens: Cache-aware breakdown
|
|
24
|
+
* - Extracted from on_chat_model_end events via LangChain usage_metadata
|
|
25
|
+
*
|
|
26
|
+
* ## Relationship Between Token Fields
|
|
27
|
+
*
|
|
28
|
+
* prompt_tokens is the total across all input token types:
|
|
29
|
+
* prompt_tokens = sum(model_breakdown[].input_tokens
|
|
30
|
+
* + model_breakdown[].cache_creation_tokens
|
|
31
|
+
* + model_breakdown[].cache_read_tokens)
|
|
32
|
+
*
|
|
33
|
+
* At the aggregate level, cache_creation_tokens and cache_read_tokens are the
|
|
34
|
+
* sums of their respective fields across all model breakdowns. The "fresh"
|
|
35
|
+
* (non-cached) input portion equals:
|
|
36
|
+
* prompt_tokens - cache_creation_tokens - cache_read_tokens
|
|
37
|
+
*
|
|
38
|
+
* ## Cost Computation
|
|
39
|
+
*
|
|
40
|
+
* estimated_cost_usd is computed at execution time using pricing rates stamped
|
|
41
|
+
* on each ModelUsage entry. This makes historical data self-contained — an
|
|
42
|
+
* execution from January 2026 carries January 2026 rates even if prices change.
|
|
43
|
+
*
|
|
44
|
+
* ## Model Tracking
|
|
45
|
+
*
|
|
46
|
+
* primary_model reflects the configured model from ExecutionConfig.model_name.
|
|
47
|
+
* When model is auto-selected or varies per call, this captures the first/main model used.
|
|
48
|
+
* model_breakdown provides per-model detail when multiple models are used.
|
|
49
|
+
*
|
|
50
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.UsageMetrics
|
|
51
|
+
*/
|
|
52
|
+
export type UsageMetrics = Message<"ai.stigmer.agentic.agentexecution.v1.UsageMetrics"> & {
|
|
53
|
+
/**
|
|
54
|
+
* Total input tokens (prompts) consumed across all LLM calls in this context.
|
|
55
|
+
* Includes all input token types: regular, cache writes, and cache reads.
|
|
56
|
+
* Accumulated from each on_chat_model_end event's usage_metadata.input_tokens.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: int32 prompt_tokens = 1;
|
|
59
|
+
*/
|
|
60
|
+
promptTokens: number;
|
|
61
|
+
/**
|
|
62
|
+
* Total output tokens (completions) generated across all LLM calls in this context.
|
|
63
|
+
* Accumulated from each on_chat_model_end event's usage_metadata.output_tokens.
|
|
64
|
+
*
|
|
65
|
+
* @generated from field: int32 completion_tokens = 2;
|
|
66
|
+
*/
|
|
67
|
+
completionTokens: number;
|
|
68
|
+
/**
|
|
69
|
+
* Total tokens (prompt + completion). Convenience field for quick reference.
|
|
70
|
+
* Equals: prompt_tokens + completion_tokens
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: int32 total_tokens = 3;
|
|
73
|
+
*/
|
|
74
|
+
totalTokens: number;
|
|
75
|
+
/**
|
|
76
|
+
* Number of LLM API calls made in this context.
|
|
77
|
+
* Incremented for each on_chat_model_end event.
|
|
78
|
+
* Useful for: average tokens per call, call frequency analysis.
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: int32 llm_call_count = 4;
|
|
81
|
+
*/
|
|
82
|
+
llmCallCount: number;
|
|
83
|
+
/**
|
|
84
|
+
* Primary model used for this execution.
|
|
85
|
+
* Typically matches ExecutionConfig.model_name or the first model detected.
|
|
86
|
+
* Examples: "claude-sonnet-4-20250514", "gpt-4o", "gemini-1.5-pro"
|
|
87
|
+
*
|
|
88
|
+
* @generated from field: string primary_model = 5;
|
|
89
|
+
*/
|
|
90
|
+
primaryModel: string;
|
|
91
|
+
/**
|
|
92
|
+
* Tokens written to provider prompt cache across all LLM calls.
|
|
93
|
+
* Anthropic: cache_creation_input_tokens (billed at 1.25x input rate)
|
|
94
|
+
* OpenAI: N/A (caching is automatic, no separate write metric)
|
|
95
|
+
* Zero if prompt caching is not active or not supported by provider.
|
|
96
|
+
*
|
|
97
|
+
* @generated from field: int32 cache_creation_tokens = 6;
|
|
98
|
+
*/
|
|
99
|
+
cacheCreationTokens: number;
|
|
100
|
+
/**
|
|
101
|
+
* Tokens read from provider prompt cache (cache hits) across all LLM calls.
|
|
102
|
+
* Anthropic: cache_read_input_tokens (billed at 0.1x input rate)
|
|
103
|
+
* OpenAI: prompt_tokens_details.cached_tokens (billed at 0.5x input rate)
|
|
104
|
+
* Zero if no cache hits occurred.
|
|
105
|
+
*
|
|
106
|
+
* @generated from field: int32 cache_read_tokens = 7;
|
|
107
|
+
*/
|
|
108
|
+
cacheReadTokens: number;
|
|
109
|
+
/**
|
|
110
|
+
* Breakdown of token usage and cost per model.
|
|
111
|
+
* Each entry aggregates all LLM calls for a specific model within this context.
|
|
112
|
+
* Used for cost reports: "claude-sonnet-4 used 50K input tokens = $0.15."
|
|
113
|
+
*
|
|
114
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ModelUsage model_breakdown = 8;
|
|
115
|
+
*/
|
|
116
|
+
modelBreakdown: ModelUsage[];
|
|
117
|
+
/**
|
|
118
|
+
* Total estimated cost in USD for this execution context.
|
|
119
|
+
* Computed at execution time using the pricing rates stamped on each ModelUsage.
|
|
120
|
+
* Equals: sum(model_breakdown[].estimated_cost_usd)
|
|
121
|
+
*
|
|
122
|
+
* Captured at write time because pricing changes over time — storing the
|
|
123
|
+
* computed cost makes historical data self-contained and accurate without
|
|
124
|
+
* needing a pricing history table.
|
|
125
|
+
*
|
|
126
|
+
* @generated from field: double estimated_cost_usd = 9;
|
|
127
|
+
*/
|
|
128
|
+
estimatedCostUsd: number;
|
|
129
|
+
/**
|
|
130
|
+
* Total characters truncated from tool results during this execution.
|
|
131
|
+
* Non-zero indicates the agent received tool outputs that exceeded the
|
|
132
|
+
* configured max_tool_result_chars limit.
|
|
133
|
+
* Useful for: tuning truncation limits, identifying verbose tools.
|
|
134
|
+
*
|
|
135
|
+
* @generated from field: int64 tool_result_chars_truncated = 10;
|
|
136
|
+
*/
|
|
137
|
+
toolResultCharsTruncated: bigint;
|
|
138
|
+
/**
|
|
139
|
+
* Per-call breakdown of every LLM API call in this context.
|
|
140
|
+
* Ordered chronologically (call 1, call 2, ...).
|
|
141
|
+
* Enables debugging expensive calls, tracking token growth across calls,
|
|
142
|
+
* and verifying cache hit patterns.
|
|
143
|
+
*
|
|
144
|
+
* This is the detailed view — model_breakdown is the per-model aggregate.
|
|
145
|
+
* Both are populated: model_breakdown for reports, llm_calls for debugging.
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.LlmCallMetrics llm_calls = 11;
|
|
148
|
+
*/
|
|
149
|
+
llmCalls: LlmCallMetrics[];
|
|
150
|
+
/**
|
|
151
|
+
* Total wall-clock duration of the execution in milliseconds.
|
|
152
|
+
* Convenience field equivalent to (completed_at - started_at).
|
|
153
|
+
* Includes all time: LLM calls, tool execution, approval waits, overhead.
|
|
154
|
+
*
|
|
155
|
+
* @generated from field: int32 total_duration_ms = 12;
|
|
156
|
+
*/
|
|
157
|
+
totalDurationMs: number;
|
|
158
|
+
/**
|
|
159
|
+
* Time spent waiting for LLM responses in milliseconds.
|
|
160
|
+
* Sum of all LLM call durations (llm_calls[].duration_ms).
|
|
161
|
+
* Directly correlates with token generation cost.
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: int32 llm_duration_ms = 13;
|
|
164
|
+
*/
|
|
165
|
+
llmDurationMs: number;
|
|
166
|
+
/**
|
|
167
|
+
* Time spent executing tools in milliseconds.
|
|
168
|
+
* Sum of all tool execution durations (tool start to tool complete).
|
|
169
|
+
* Represents compute resource usage in the sandbox.
|
|
170
|
+
*
|
|
171
|
+
* @generated from field: int32 tool_duration_ms = 14;
|
|
172
|
+
*/
|
|
173
|
+
toolDurationMs: number;
|
|
174
|
+
/**
|
|
175
|
+
* Time spent waiting for user approval in milliseconds.
|
|
176
|
+
* Sum of all approval wait times (approval_requested_at to approval_decided_at).
|
|
177
|
+
* This is idle time — no LLM or compute resources consumed.
|
|
178
|
+
* Useful for excluding from "active execution cost" calculations.
|
|
179
|
+
*
|
|
180
|
+
* @generated from field: int32 approval_wait_duration_ms = 15;
|
|
181
|
+
*/
|
|
182
|
+
approvalWaitDurationMs: number;
|
|
183
|
+
/**
|
|
184
|
+
* Provider that served the primary model.
|
|
185
|
+
* Examples: "anthropic", "openai", "google", "ollama", "aws-bedrock"
|
|
186
|
+
* Matches the provider field in model_breakdown for the primary model.
|
|
187
|
+
* Useful for quick display without diving into model_breakdown.
|
|
188
|
+
*
|
|
189
|
+
* @generated from field: string primary_provider = 16;
|
|
190
|
+
*/
|
|
191
|
+
primaryProvider: string;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.UsageMetrics.
|
|
195
|
+
* Use `create(UsageMetricsSchema)` to create a new message.
|
|
196
|
+
*/
|
|
197
|
+
export declare const UsageMetricsSchema: GenMessage<UsageMetrics>;
|
|
198
|
+
/**
|
|
199
|
+
* ModelUsage captures token usage and cost for a single model within an execution.
|
|
200
|
+
* Provides the per-model breakdown needed for accurate cost calculation when
|
|
201
|
+
* multiple models are used (e.g., main model + summarization model).
|
|
202
|
+
*
|
|
203
|
+
* ## Token Bucket Design
|
|
204
|
+
*
|
|
205
|
+
* The four token fields (input_tokens, output_tokens, cache_creation_tokens,
|
|
206
|
+
* cache_read_tokens) are disjoint, non-overlapping buckets. Every token falls
|
|
207
|
+
* into exactly one bucket, making cost calculation straightforward:
|
|
208
|
+
* cost = (input_tokens * input_price / 1M)
|
|
209
|
+
* + (output_tokens * output_price / 1M)
|
|
210
|
+
* + (cache_creation_tokens * cache_creation_price / 1M)
|
|
211
|
+
* + (cache_read_tokens * cache_read_price / 1M)
|
|
212
|
+
*
|
|
213
|
+
* ## input_tokens Semantics
|
|
214
|
+
*
|
|
215
|
+
* input_tokens represents regular (non-cached) input tokens only — tokens
|
|
216
|
+
* billed at the standard input rate. This follows the Anthropic provider
|
|
217
|
+
* convention where input_tokens excludes cache tokens.
|
|
218
|
+
*
|
|
219
|
+
* Total input for this model = input_tokens + cache_creation_tokens + cache_read_tokens
|
|
220
|
+
*
|
|
221
|
+
* ## Pricing Rates
|
|
222
|
+
*
|
|
223
|
+
* Pricing fields are stamped at execution time from the Model Pricing Registry.
|
|
224
|
+
* This makes historical data self-contained: an execution from January 2026
|
|
225
|
+
* carries January 2026 rates even if provider pricing changes later.
|
|
226
|
+
*
|
|
227
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.ModelUsage
|
|
228
|
+
*/
|
|
229
|
+
export type ModelUsage = Message<"ai.stigmer.agentic.agentexecution.v1.ModelUsage"> & {
|
|
230
|
+
/**
|
|
231
|
+
* Model identifier as returned by the provider.
|
|
232
|
+
* Example: "claude-sonnet-4-20250514", "gpt-4o-2024-08-06"
|
|
233
|
+
*
|
|
234
|
+
* @generated from field: string model = 1;
|
|
235
|
+
*/
|
|
236
|
+
model: string;
|
|
237
|
+
/**
|
|
238
|
+
* Provider identifier. Determines which pricing table to use.
|
|
239
|
+
* Examples: "anthropic", "openai", "google", "ollama", "aws-bedrock"
|
|
240
|
+
*
|
|
241
|
+
* @generated from field: string provider = 2;
|
|
242
|
+
*/
|
|
243
|
+
provider: string;
|
|
244
|
+
/**
|
|
245
|
+
* Regular input tokens (non-cached) billed at the standard input rate.
|
|
246
|
+
* Anthropic: input_tokens (excludes cache tokens)
|
|
247
|
+
* OpenAI: prompt_tokens - cached_tokens
|
|
248
|
+
*
|
|
249
|
+
* Total input = input_tokens + cache_creation_tokens + cache_read_tokens
|
|
250
|
+
*
|
|
251
|
+
* @generated from field: int32 input_tokens = 3;
|
|
252
|
+
*/
|
|
253
|
+
inputTokens: number;
|
|
254
|
+
/**
|
|
255
|
+
* Output tokens generated by the model.
|
|
256
|
+
*
|
|
257
|
+
* @generated from field: int32 output_tokens = 4;
|
|
258
|
+
*/
|
|
259
|
+
outputTokens: number;
|
|
260
|
+
/**
|
|
261
|
+
* Tokens written to prompt cache during this execution.
|
|
262
|
+
* Anthropic: cache_creation_input_tokens (billed at 1.25x input rate)
|
|
263
|
+
* OpenAI: N/A (caching is automatic, no separate write metric)
|
|
264
|
+
*
|
|
265
|
+
* @generated from field: int32 cache_creation_tokens = 5;
|
|
266
|
+
*/
|
|
267
|
+
cacheCreationTokens: number;
|
|
268
|
+
/**
|
|
269
|
+
* Tokens read from prompt cache (cache hits).
|
|
270
|
+
* Anthropic: cache_read_input_tokens (billed at 0.1x input rate)
|
|
271
|
+
* OpenAI: prompt_tokens_details.cached_tokens (billed at 0.5x input rate)
|
|
272
|
+
*
|
|
273
|
+
* @generated from field: int32 cache_read_tokens = 6;
|
|
274
|
+
*/
|
|
275
|
+
cacheReadTokens: number;
|
|
276
|
+
/**
|
|
277
|
+
* Number of LLM API calls made with this model.
|
|
278
|
+
*
|
|
279
|
+
* @generated from field: int32 call_count = 7;
|
|
280
|
+
*/
|
|
281
|
+
callCount: number;
|
|
282
|
+
/**
|
|
283
|
+
* Input token price per million tokens (USD) at execution time.
|
|
284
|
+
*
|
|
285
|
+
* @generated from field: double input_price_per_million = 8;
|
|
286
|
+
*/
|
|
287
|
+
inputPricePerMillion: number;
|
|
288
|
+
/**
|
|
289
|
+
* Output token price per million tokens (USD) at execution time.
|
|
290
|
+
*
|
|
291
|
+
* @generated from field: double output_price_per_million = 9;
|
|
292
|
+
*/
|
|
293
|
+
outputPricePerMillion: number;
|
|
294
|
+
/**
|
|
295
|
+
* Cache write token price per million tokens (USD) at execution time.
|
|
296
|
+
* Anthropic: 1.25x of input_price. OpenAI: same as input.
|
|
297
|
+
*
|
|
298
|
+
* @generated from field: double cache_creation_price_per_million = 10;
|
|
299
|
+
*/
|
|
300
|
+
cacheCreationPricePerMillion: number;
|
|
301
|
+
/**
|
|
302
|
+
* Cache read token price per million tokens (USD) at execution time.
|
|
303
|
+
* Anthropic: 0.1x of input_price. OpenAI: 0.5x of input_price.
|
|
304
|
+
*
|
|
305
|
+
* @generated from field: double cache_read_price_per_million = 11;
|
|
306
|
+
*/
|
|
307
|
+
cacheReadPricePerMillion: number;
|
|
308
|
+
/**
|
|
309
|
+
* Computed cost in USD for this model's usage in this execution.
|
|
310
|
+
* = (input_tokens * input_price / 1M)
|
|
311
|
+
* + (output_tokens * output_price / 1M)
|
|
312
|
+
* + (cache_creation_tokens * cache_creation_price / 1M)
|
|
313
|
+
* + (cache_read_tokens * cache_read_price / 1M)
|
|
314
|
+
*
|
|
315
|
+
* @generated from field: double estimated_cost_usd = 12;
|
|
316
|
+
*/
|
|
317
|
+
estimatedCostUsd: number;
|
|
318
|
+
};
|
|
319
|
+
/**
|
|
320
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ModelUsage.
|
|
321
|
+
* Use `create(ModelUsageSchema)` to create a new message.
|
|
322
|
+
*/
|
|
323
|
+
export declare const ModelUsageSchema: GenMessage<ModelUsage>;
|
|
324
|
+
/**
|
|
325
|
+
* Metrics for a single LLM API call during execution.
|
|
326
|
+
* Provides per-call granularity for debugging, optimization, and cost attribution.
|
|
327
|
+
*
|
|
328
|
+
* One entry is created for each on_chat_model_end event.
|
|
329
|
+
* Ordered chronologically — the Nth entry corresponds to the Nth LLM call.
|
|
330
|
+
*
|
|
331
|
+
* ## Cache Verification
|
|
332
|
+
*
|
|
333
|
+
* Especially valuable for verifying prompt caching: you expect call 1 to be a
|
|
334
|
+
* cache miss (or cache write), and calls 2+ to have high cache_read_tokens.
|
|
335
|
+
* If they don't, something is wrong with cache breakpoint placement.
|
|
336
|
+
*
|
|
337
|
+
* ## Size Consideration
|
|
338
|
+
*
|
|
339
|
+
* A typical execution has 3-15 LLM calls. Each LlmCallMetrics is ~10 fields /
|
|
340
|
+
* ~80 bytes. Even a 50-call execution adds only ~4KB — negligible compared to
|
|
341
|
+
* the messages[] and tool_calls[] arrays which carry full content strings.
|
|
342
|
+
*
|
|
343
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.LlmCallMetrics
|
|
344
|
+
*/
|
|
345
|
+
export type LlmCallMetrics = Message<"ai.stigmer.agentic.agentexecution.v1.LlmCallMetrics"> & {
|
|
346
|
+
/**
|
|
347
|
+
* Sequence number of this LLM call within the execution (1-based).
|
|
348
|
+
*
|
|
349
|
+
* @generated from field: int32 sequence = 1;
|
|
350
|
+
*/
|
|
351
|
+
sequence: number;
|
|
352
|
+
/**
|
|
353
|
+
* Model used for this specific call.
|
|
354
|
+
* May differ from primary_model if model fallback or routing occurred.
|
|
355
|
+
*
|
|
356
|
+
* @generated from field: string model = 2;
|
|
357
|
+
*/
|
|
358
|
+
model: string;
|
|
359
|
+
/**
|
|
360
|
+
* Provider for this call.
|
|
361
|
+
*
|
|
362
|
+
* @generated from field: string provider = 3;
|
|
363
|
+
*/
|
|
364
|
+
provider: string;
|
|
365
|
+
/**
|
|
366
|
+
* Input tokens for this call (total prompt size sent to the model).
|
|
367
|
+
*
|
|
368
|
+
* @generated from field: int32 input_tokens = 4;
|
|
369
|
+
*/
|
|
370
|
+
inputTokens: number;
|
|
371
|
+
/**
|
|
372
|
+
* Output tokens generated by the model in this call.
|
|
373
|
+
*
|
|
374
|
+
* @generated from field: int32 output_tokens = 5;
|
|
375
|
+
*/
|
|
376
|
+
outputTokens: number;
|
|
377
|
+
/**
|
|
378
|
+
* Cache tokens written during this call.
|
|
379
|
+
*
|
|
380
|
+
* @generated from field: int32 cache_creation_tokens = 6;
|
|
381
|
+
*/
|
|
382
|
+
cacheCreationTokens: number;
|
|
383
|
+
/**
|
|
384
|
+
* Cache tokens read (cache hits) during this call.
|
|
385
|
+
*
|
|
386
|
+
* @generated from field: int32 cache_read_tokens = 7;
|
|
387
|
+
*/
|
|
388
|
+
cacheReadTokens: number;
|
|
389
|
+
/**
|
|
390
|
+
* Computed cost in USD for this single call.
|
|
391
|
+
*
|
|
392
|
+
* @generated from field: double estimated_cost_usd = 8;
|
|
393
|
+
*/
|
|
394
|
+
estimatedCostUsd: number;
|
|
395
|
+
/**
|
|
396
|
+
* Wall-clock duration of this LLM call in milliseconds.
|
|
397
|
+
* From request sent to response complete.
|
|
398
|
+
*
|
|
399
|
+
* @generated from field: int32 duration_ms = 9;
|
|
400
|
+
*/
|
|
401
|
+
durationMs: number;
|
|
402
|
+
/**
|
|
403
|
+
* ISO 8601 timestamp when this LLM call started.
|
|
404
|
+
*
|
|
405
|
+
* @generated from field: string timestamp = 10;
|
|
406
|
+
*/
|
|
407
|
+
timestamp: string;
|
|
408
|
+
};
|
|
409
|
+
/**
|
|
410
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.LlmCallMetrics.
|
|
411
|
+
* Use `create(LlmCallMetricsSchema)` to create a new message.
|
|
412
|
+
*/
|
|
413
|
+
export declare const LlmCallMetricsSchema: GenMessage<LlmCallMetrics>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/agentexecution/v1/usage.proto (package ai.stigmer.agentic.agentexecution.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/agentexecution/v1/usage.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_usage = /*@__PURE__*/ fileDesc("CjBhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvdXNhZ2UucHJvdG8SJGFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MSKfBAoMVXNhZ2VNZXRyaWNzEhUKDXByb21wdF90b2tlbnMYASABKAUSGQoRY29tcGxldGlvbl90b2tlbnMYAiABKAUSFAoMdG90YWxfdG9rZW5zGAMgASgFEhYKDmxsbV9jYWxsX2NvdW50GAQgASgFEhUKDXByaW1hcnlfbW9kZWwYBSABKAkSHQoVY2FjaGVfY3JlYXRpb25fdG9rZW5zGAYgASgFEhkKEWNhY2hlX3JlYWRfdG9rZW5zGAcgASgFEkkKD21vZGVsX2JyZWFrZG93bhgIIAMoCzIwLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Nb2RlbFVzYWdlEhoKEmVzdGltYXRlZF9jb3N0X3VzZBgJIAEoARIjCht0b29sX3Jlc3VsdF9jaGFyc190cnVuY2F0ZWQYCiABKAMSRwoJbGxtX2NhbGxzGAsgAygLMjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkxsbUNhbGxNZXRyaWNzEhkKEXRvdGFsX2R1cmF0aW9uX21zGAwgASgFEhcKD2xsbV9kdXJhdGlvbl9tcxgNIAEoBRIYChB0b29sX2R1cmF0aW9uX21zGA4gASgFEiEKGWFwcHJvdmFsX3dhaXRfZHVyYXRpb25fbXMYDyABKAUSGAoQcHJpbWFyeV9wcm92aWRlchgQIAEoCSLXAgoKTW9kZWxVc2FnZRINCgVtb2RlbBgBIAEoCRIQCghwcm92aWRlchgCIAEoCRIUCgxpbnB1dF90b2tlbnMYAyABKAUSFQoNb3V0cHV0X3Rva2VucxgEIAEoBRIdChVjYWNoZV9jcmVhdGlvbl90b2tlbnMYBSABKAUSGQoRY2FjaGVfcmVhZF90b2tlbnMYBiABKAUSEgoKY2FsbF9jb3VudBgHIAEoBRIfChdpbnB1dF9wcmljZV9wZXJfbWlsbGlvbhgIIAEoARIgChhvdXRwdXRfcHJpY2VfcGVyX21pbGxpb24YCSABKAESKAogY2FjaGVfY3JlYXRpb25fcHJpY2VfcGVyX21pbGxpb24YCiABKAESJAocY2FjaGVfcmVhZF9wcmljZV9wZXJfbWlsbGlvbhgLIAEoARIaChJlc3RpbWF0ZWRfY29zdF91c2QYDCABKAEi7gEKDkxsbUNhbGxNZXRyaWNzEhAKCHNlcXVlbmNlGAEgASgFEg0KBW1vZGVsGAIgASgJEhAKCHByb3ZpZGVyGAMgASgJEhQKDGlucHV0X3Rva2VucxgEIAEoBRIVCg1vdXRwdXRfdG9rZW5zGAUgASgFEh0KFWNhY2hlX2NyZWF0aW9uX3Rva2VucxgGIAEoBRIZChFjYWNoZV9yZWFkX3Rva2VucxgHIAEoBRIaChJlc3RpbWF0ZWRfY29zdF91c2QYCCABKAESEwoLZHVyYXRpb25fbXMYCSABKAUSEQoJdGltZXN0YW1wGAogASgJYgZwcm90bzM");
|
|
9
|
+
/**
|
|
10
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.UsageMetrics.
|
|
11
|
+
* Use `create(UsageMetricsSchema)` to create a new message.
|
|
12
|
+
*/
|
|
13
|
+
export const UsageMetricsSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_usage, 0);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.ModelUsage.
|
|
16
|
+
* Use `create(ModelUsageSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const ModelUsageSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_usage, 1);
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.LlmCallMetrics.
|
|
21
|
+
* Use `create(LlmCallMetricsSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const LlmCallMetricsSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_usage, 2);
|
|
24
|
+
//# sourceMappingURL=usage_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usage_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/usage_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sIAAsI;AACtI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAY,aAAa,CACnF,QAAQ,CAAC,ymDAAymD,CAAC,CAAC;AA4MtnD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAuIlE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC;AAiGlE;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { AgentInstanceSpec } from "./spec_pb";
|
|
3
|
+
import type { ApiResourceMetadata } from "../../../commons/apiresource/metadata_pb";
|
|
4
|
+
import type { ApiResourceAuditStatus } from "../../../commons/apiresource/status_pb";
|
|
5
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/agentic/agentinstance/v1/api.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_ai_stigmer_agentic_agentinstance_v1_api: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* AgentInstance represents a configured deployment of an Agent template.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message ai.stigmer.agentic.agentinstance.v1.AgentInstance
|
|
14
|
+
*/
|
|
15
|
+
export type AgentInstance = Message<"ai.stigmer.agentic.agentinstance.v1.AgentInstance"> & {
|
|
16
|
+
/**
|
|
17
|
+
* API version for this resource type.
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: string api_version = 1;
|
|
20
|
+
*/
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
/**
|
|
23
|
+
* Resource kind identifier.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: string kind = 2;
|
|
26
|
+
*/
|
|
27
|
+
kind: string;
|
|
28
|
+
/**
|
|
29
|
+
* Standard resource metadata including name, id, labels, and tags.
|
|
30
|
+
* AgentInstances can have platform, organization, or identity_account scope.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
|
|
33
|
+
*/
|
|
34
|
+
metadata?: ApiResourceMetadata;
|
|
35
|
+
/**
|
|
36
|
+
* Spec defining the instance configuration.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: ai.stigmer.agentic.agentinstance.v1.AgentInstanceSpec spec = 4;
|
|
39
|
+
*/
|
|
40
|
+
spec?: AgentInstanceSpec;
|
|
41
|
+
/**
|
|
42
|
+
* Status of the instance.
|
|
43
|
+
*
|
|
44
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAuditStatus status = 5;
|
|
45
|
+
*/
|
|
46
|
+
status?: ApiResourceAuditStatus;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message ai.stigmer.agentic.agentinstance.v1.AgentInstance.
|
|
50
|
+
* Use `create(AgentInstanceSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export declare const AgentInstanceSchema: GenMessage<AgentInstance>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/agentinstance/v1/api.proto (package ai.stigmer.agentic.agentinstance.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_agentinstance_v1_spec } from "./spec_pb";
|
|
6
|
+
import { file_ai_stigmer_commons_apiresource_metadata } from "../../../commons/apiresource/metadata_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_status } from "../../../commons/apiresource/status_pb";
|
|
8
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file ai/stigmer/agentic/agentinstance/v1/api.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_ai_stigmer_agentic_agentinstance_v1_api = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL2FnZW50aWMvYWdlbnRpbnN0YW5jZS92MS9hcGkucHJvdG8SI2FpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGluc3RhbmNlLnYxIsMCCg1BZ2VudEluc3RhbmNlEjEKC2FwaV92ZXJzaW9uGAEgASgJQhy6SBlyFwoVYWdlbnRpYy5zdGlnbWVyLmFpL3YxEiIKBGtpbmQYAiABKAlCFLpIEXIPCg1BZ2VudEluc3RhbmNlEk0KCG1ldGFkYXRhGAMgASgLMjMuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlTWV0YWRhdGFCBrpIA8gBARJECgRzcGVjGAQgASgLMjYuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50aW5zdGFuY2UudjEuQWdlbnRJbnN0YW5jZVNwZWMSRgoGc3RhdHVzGAUgASgLMjYuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXRTdGF0dXNiBnByb3RvMw", [file_ai_stigmer_agentic_agentinstance_v1_spec, file_ai_stigmer_commons_apiresource_metadata, file_ai_stigmer_commons_apiresource_status, file_buf_validate_validate]);
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message ai.stigmer.agentic.agentinstance.v1.AgentInstance.
|
|
15
|
+
* Use `create(AgentInstanceSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const AgentInstanceSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentinstance_v1_api, 0);
|
|
18
|
+
//# sourceMappingURL=api_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentinstance/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,kIAAkI;AAClI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6CAA6C,EAAE,MAAM,WAAW,CAAC;AAE1E,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AAExG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,gjBAAgjB,EAAE,CAAC,6CAA6C,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6CpuB;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
|