@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,31 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/mcpserver/v1/spec.proto (package ai.stigmer.agentic.mcpserver.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_environment_v1_spec } from "../../environment/v1/spec_pb";
|
|
6
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/mcpserver/v1/spec.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_mcpserver_v1_spec = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL3NwZWMucHJvdG8SH2FpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEinAMKDU1jcFNlcnZlclNwZWMSEwoLZGVzY3JpcHRpb24YASABKAkSEAoIaWNvbl91cmwYAiABKAkSDAoEdGFncxgDIAMoCRJDCgVzdGRpbxgEIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuU3RkaW9TZXJ2ZXJDb25maWdIABJBCgRodHRwGAUgASgLMjEuYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5IdHRwU2VydmVyQ29uZmlnSAASHQoVZGVmYXVsdF9lbmFibGVkX3Rvb2xzGAcgAygJEkQKCGVudl9zcGVjGAggASgLMjIuYWkuc3RpZ21lci5hZ2VudGljLmVudmlyb25tZW50LnYxLkVudmlyb25tZW50U3BlYxJTChZkZWZhdWx0X3Rvb2xfYXBwcm92YWxzGAkgAygLMjMuYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5Ub29sQXBwcm92YWxQb2xpY3lCFAoLc2VydmVyX3R5cGUSBbpIAggBIk8KEVN0ZGlvU2VydmVyQ29uZmlnEhcKB2NvbW1hbmQYASABKAlCBrpIA8gBARIMCgRhcmdzGAIgAygJEhMKC3dvcmtpbmdfZGlyGAMgASgJIuACChBIdHRwU2VydmVyQ29uZmlnEhgKA3VybBgBIAEoCUILukgIyAEBcgOIAQESTwoHaGVhZGVycxgCIAMoCzI+LmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuSHR0cFNlcnZlckNvbmZpZy5IZWFkZXJzRW50cnkSWAoMcXVlcnlfcGFyYW1zGAMgAygLMkIuYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5IdHRwU2VydmVyQ29uZmlnLlF1ZXJ5UGFyYW1zRW50cnkSIwoPdGltZW91dF9zZWNvbmRzGAQgASgFQgq6SAcaBRisAigAGi4KDEhlYWRlcnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGjIKEFF1ZXJ5UGFyYW1zRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASJBChJUb29sQXBwcm92YWxQb2xpY3kSGgoJdG9vbF9uYW1lGAEgASgJQge6SARyAhABEg8KB21lc3NhZ2UYAiABKAliBnByb3RvMw", [file_ai_stigmer_agentic_environment_v1_spec, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerSpec.
|
|
13
|
+
* Use `create(McpServerSpecSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const McpServerSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_spec, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.StdioServerConfig.
|
|
18
|
+
* Use `create(StdioServerConfigSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const StdioServerConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_spec, 1);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.HttpServerConfig.
|
|
23
|
+
* Use `create(HttpServerConfigSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const HttpServerConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_spec, 2);
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.ToolApprovalPolicy.
|
|
28
|
+
* Use `create(ToolApprovalPolicySchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const ToolApprovalPolicySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_spec, 3);
|
|
31
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2HAA2H;AAC3H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,4zCAA4zC,EAAE,CAAC,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA0Ip5C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AA6C5D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAqE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAsE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceAudit } from "../../../commons/apiresource/status_pb";
|
|
3
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
4
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/mcpserver/v1/status.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_agentic_mcpserver_v1_status: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* McpServerStatus represents the system-managed state of an MCP server definition.
|
|
11
|
+
*
|
|
12
|
+
* This status tracks two concerns:
|
|
13
|
+
*
|
|
14
|
+
* 1. Structural validation — whether the definition is valid and can be used by agents.
|
|
15
|
+
*
|
|
16
|
+
* 2. Discovered capabilities — the tools and resource templates the MCP server
|
|
17
|
+
* actually provides. Populated by one of three mechanisms:
|
|
18
|
+
* a. Static seedpack bootstrap (for built-in servers like stigmer-mcp-server)
|
|
19
|
+
* b. CLI discovery: `stigmer discover mcp-server <name>` connects locally,
|
|
20
|
+
* queries the running server, and pushes results via updateDiscoveredCapabilities
|
|
21
|
+
* c. Agent-runner runtime cache (future)
|
|
22
|
+
*
|
|
23
|
+
* CLI discovery runs on the developer's machine, so credentials (e.g., GITHUB_TOKEN)
|
|
24
|
+
* never leave the local environment. The server only receives tool/resource metadata.
|
|
25
|
+
*
|
|
26
|
+
* @generated from message ai.stigmer.agentic.mcpserver.v1.McpServerStatus
|
|
27
|
+
*/
|
|
28
|
+
export type McpServerStatus = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerStatus"> & {
|
|
29
|
+
/**
|
|
30
|
+
* Validation state of the MCP server definition.
|
|
31
|
+
* Indicates whether the definition passed structural validation.
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: ai.stigmer.agentic.mcpserver.v1.ValidationState validation_state = 1;
|
|
34
|
+
*/
|
|
35
|
+
validationState: ValidationState;
|
|
36
|
+
/**
|
|
37
|
+
* Human-readable validation message.
|
|
38
|
+
* Populated when validation_state is INVALID to explain what's wrong.
|
|
39
|
+
* Empty when validation_state is VALID or UNSPECIFIED.
|
|
40
|
+
* Examples:
|
|
41
|
+
* - "server_type is required: must specify stdio, http, or docker"
|
|
42
|
+
* - "http.url is not a valid URL: missing scheme"
|
|
43
|
+
* - "docker.image is required"
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: string validation_message = 2;
|
|
46
|
+
*/
|
|
47
|
+
validationMessage: string;
|
|
48
|
+
/**
|
|
49
|
+
* Tools and resource templates discovered from the MCP server.
|
|
50
|
+
* Optional — absent until discovery has been performed (or seeded from seedpack).
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: ai.stigmer.agentic.mcpserver.v1.DiscoveredCapabilities discovered_capabilities = 3;
|
|
53
|
+
*/
|
|
54
|
+
discoveredCapabilities?: DiscoveredCapabilities;
|
|
55
|
+
/**
|
|
56
|
+
* Standard audit information tracking creation and modification.
|
|
57
|
+
* Field 99 follows Stigmer convention for audit placement in status messages.
|
|
58
|
+
*
|
|
59
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
|
|
60
|
+
*/
|
|
61
|
+
audit?: ApiResourceAudit;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerStatus.
|
|
65
|
+
* Use `create(McpServerStatusSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export declare const McpServerStatusSchema: GenMessage<McpServerStatus>;
|
|
68
|
+
/**
|
|
69
|
+
* DiscoveredCapabilities holds the tools and resource templates reported by an
|
|
70
|
+
* MCP server. This is a point-in-time snapshot — the server's actual capabilities
|
|
71
|
+
* may change if tools are added or removed.
|
|
72
|
+
*
|
|
73
|
+
* IMPORTANT — Tools vs Resource Templates:
|
|
74
|
+
* These are two fundamentally different MCP capability types:
|
|
75
|
+
*
|
|
76
|
+
* - tools: Callable actions the agent can invoke (e.g., search_code, create_pr).
|
|
77
|
+
* These are the ONLY names valid for use in Agent `enabled_tools`,
|
|
78
|
+
* McpServer `default_enabled_tools`, and `tool_approval_overrides`.
|
|
79
|
+
*
|
|
80
|
+
* - resource_templates: Read-only data endpoints accessed by URI template
|
|
81
|
+
* (e.g., cloud-resource-schema://{kind}). These are NOT callable tools.
|
|
82
|
+
* Resource template names must NEVER appear in `enabled_tools` or
|
|
83
|
+
* `default_enabled_tools` — doing so causes a fatal runtime error because
|
|
84
|
+
* the agent-runner cannot find them in the tools registry.
|
|
85
|
+
*
|
|
86
|
+
* When authoring Agent YAML, always select tool names from `tools` only.
|
|
87
|
+
* Resource templates serve a different purpose (data discovery) and are
|
|
88
|
+
* accessed through MCP resource reads, not tool calls.
|
|
89
|
+
*
|
|
90
|
+
* Populated by:
|
|
91
|
+
* - Seedpack bootstrap (built-in servers with known, stable tool sets)
|
|
92
|
+
* - CLI discovery (`stigmer discover mcp-server <name>`)
|
|
93
|
+
* - Agent-runner runtime cache (future)
|
|
94
|
+
*
|
|
95
|
+
* @generated from message ai.stigmer.agentic.mcpserver.v1.DiscoveredCapabilities
|
|
96
|
+
*/
|
|
97
|
+
export type DiscoveredCapabilities = Message<"ai.stigmer.agentic.mcpserver.v1.DiscoveredCapabilities"> & {
|
|
98
|
+
/**
|
|
99
|
+
* Tools reported by the MCP server via tools/list.
|
|
100
|
+
* These are callable actions. Only names from this list may be used in
|
|
101
|
+
* Agent `enabled_tools` and McpServer `default_enabled_tools`.
|
|
102
|
+
*
|
|
103
|
+
* @generated from field: repeated ai.stigmer.agentic.mcpserver.v1.DiscoveredTool tools = 1;
|
|
104
|
+
*/
|
|
105
|
+
tools: DiscoveredTool[];
|
|
106
|
+
/**
|
|
107
|
+
* Resource templates reported by the MCP server via resources/templates/list.
|
|
108
|
+
* These are read-only data endpoints, NOT callable tools.
|
|
109
|
+
* Resource template names must NOT be placed in `enabled_tools` —
|
|
110
|
+
* they are accessed via MCP resource reads, not tool invocations.
|
|
111
|
+
*
|
|
112
|
+
* @generated from field: repeated ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate resource_templates = 2;
|
|
113
|
+
*/
|
|
114
|
+
resourceTemplates: DiscoveredResourceTemplate[];
|
|
115
|
+
/**
|
|
116
|
+
* When this snapshot was captured.
|
|
117
|
+
*
|
|
118
|
+
* @generated from field: google.protobuf.Timestamp last_discovered_at = 3;
|
|
119
|
+
*/
|
|
120
|
+
lastDiscoveredAt?: Timestamp;
|
|
121
|
+
/**
|
|
122
|
+
* How this snapshot was produced.
|
|
123
|
+
*
|
|
124
|
+
* @generated from field: ai.stigmer.agentic.mcpserver.v1.DiscoverySource discovered_by = 4;
|
|
125
|
+
*/
|
|
126
|
+
discoveredBy: DiscoverySource;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.DiscoveredCapabilities.
|
|
130
|
+
* Use `create(DiscoveredCapabilitiesSchema)` to create a new message.
|
|
131
|
+
*/
|
|
132
|
+
export declare const DiscoveredCapabilitiesSchema: GenMessage<DiscoveredCapabilities>;
|
|
133
|
+
/**
|
|
134
|
+
* DiscoveredTool describes a single tool reported by an MCP server.
|
|
135
|
+
*
|
|
136
|
+
* Maps directly to the MCP protocol's Tool type from tools/list:
|
|
137
|
+
* - name: unique tool identifier within the server
|
|
138
|
+
* - description: human-readable explanation of what the tool does
|
|
139
|
+
* - input_schema: JSON Schema describing the tool's expected input
|
|
140
|
+
*
|
|
141
|
+
* @generated from message ai.stigmer.agentic.mcpserver.v1.DiscoveredTool
|
|
142
|
+
*/
|
|
143
|
+
export type DiscoveredTool = Message<"ai.stigmer.agentic.mcpserver.v1.DiscoveredTool"> & {
|
|
144
|
+
/**
|
|
145
|
+
* Unique tool name within the MCP server (case-sensitive).
|
|
146
|
+
* Example: "search", "get_agent", "apply_mcp_server"
|
|
147
|
+
*
|
|
148
|
+
* @generated from field: string name = 1;
|
|
149
|
+
*/
|
|
150
|
+
name: string;
|
|
151
|
+
/**
|
|
152
|
+
* Human-readable description of the tool's purpose.
|
|
153
|
+
*
|
|
154
|
+
* @generated from field: string description = 2;
|
|
155
|
+
*/
|
|
156
|
+
description: string;
|
|
157
|
+
/**
|
|
158
|
+
* JSON Schema describing the tool's input parameters.
|
|
159
|
+
* Stored as a Struct for natural representation in YAML/JSON and to allow
|
|
160
|
+
* inspection without string parsing. This is the raw schema from the MCP
|
|
161
|
+
* server's tools/list response.
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: google.protobuf.Struct input_schema = 3;
|
|
164
|
+
*/
|
|
165
|
+
inputSchema?: JsonObject;
|
|
166
|
+
};
|
|
167
|
+
/**
|
|
168
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.DiscoveredTool.
|
|
169
|
+
* Use `create(DiscoveredToolSchema)` to create a new message.
|
|
170
|
+
*/
|
|
171
|
+
export declare const DiscoveredToolSchema: GenMessage<DiscoveredTool>;
|
|
172
|
+
/**
|
|
173
|
+
* DiscoveredResourceTemplate describes a parameterized resource template
|
|
174
|
+
* reported by an MCP server via resources/templates/list.
|
|
175
|
+
*
|
|
176
|
+
* Resource templates use URI templates (RFC 6570) with placeholders that
|
|
177
|
+
* clients fill in to access specific resources.
|
|
178
|
+
*
|
|
179
|
+
* Example:
|
|
180
|
+
* uri_template: "stigmer://agents/{org}/{slug}"
|
|
181
|
+
* name: "stigmer_agent"
|
|
182
|
+
* description: "Full definition of a Stigmer agent"
|
|
183
|
+
* mime_type: "application/json"
|
|
184
|
+
*
|
|
185
|
+
* @generated from message ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate
|
|
186
|
+
*/
|
|
187
|
+
export type DiscoveredResourceTemplate = Message<"ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate"> & {
|
|
188
|
+
/**
|
|
189
|
+
* URI template with placeholders (RFC 6570).
|
|
190
|
+
* Example: "stigmer://agents/{org}/{slug}"
|
|
191
|
+
*
|
|
192
|
+
* @generated from field: string uri_template = 1;
|
|
193
|
+
*/
|
|
194
|
+
uriTemplate: string;
|
|
195
|
+
/**
|
|
196
|
+
* Identifier for this resource template.
|
|
197
|
+
*
|
|
198
|
+
* @generated from field: string name = 2;
|
|
199
|
+
*/
|
|
200
|
+
name: string;
|
|
201
|
+
/**
|
|
202
|
+
* Human-readable description of the resource.
|
|
203
|
+
*
|
|
204
|
+
* @generated from field: string description = 3;
|
|
205
|
+
*/
|
|
206
|
+
description: string;
|
|
207
|
+
/**
|
|
208
|
+
* MIME type of the resource content.
|
|
209
|
+
* Example: "application/json"
|
|
210
|
+
*
|
|
211
|
+
* @generated from field: string mime_type = 4;
|
|
212
|
+
*/
|
|
213
|
+
mimeType: string;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate.
|
|
217
|
+
* Use `create(DiscoveredResourceTemplateSchema)` to create a new message.
|
|
218
|
+
*/
|
|
219
|
+
export declare const DiscoveredResourceTemplateSchema: GenMessage<DiscoveredResourceTemplate>;
|
|
220
|
+
/**
|
|
221
|
+
* ValidationState represents the structural validity of an MCP server definition.
|
|
222
|
+
* This is NOT runtime health — it only indicates whether the definition is valid.
|
|
223
|
+
*
|
|
224
|
+
* @generated from enum ai.stigmer.agentic.mcpserver.v1.ValidationState
|
|
225
|
+
*/
|
|
226
|
+
export declare enum ValidationState {
|
|
227
|
+
/**
|
|
228
|
+
* Default/unspecified state.
|
|
229
|
+
* Used when validation has not yet been performed.
|
|
230
|
+
*
|
|
231
|
+
* @generated from enum value: validation_state_unspecified = 0;
|
|
232
|
+
*/
|
|
233
|
+
validation_state_unspecified = 0,
|
|
234
|
+
/**
|
|
235
|
+
* The MCP server definition is structurally valid.
|
|
236
|
+
* All required fields are present and have valid values.
|
|
237
|
+
* The definition can be referenced by agents.
|
|
238
|
+
*
|
|
239
|
+
* @generated from enum value: valid = 1;
|
|
240
|
+
*/
|
|
241
|
+
valid = 1,
|
|
242
|
+
/**
|
|
243
|
+
* The MCP server definition is invalid.
|
|
244
|
+
* Check validation_message for details on what's wrong.
|
|
245
|
+
* The definition should be corrected before use.
|
|
246
|
+
*
|
|
247
|
+
* @generated from enum value: invalid = 2;
|
|
248
|
+
*/
|
|
249
|
+
invalid = 2
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Describes the enum ai.stigmer.agentic.mcpserver.v1.ValidationState.
|
|
253
|
+
*/
|
|
254
|
+
export declare const ValidationStateSchema: GenEnum<ValidationState>;
|
|
255
|
+
/**
|
|
256
|
+
* DiscoverySource identifies how discovered capabilities were obtained.
|
|
257
|
+
*
|
|
258
|
+
* @generated from enum ai.stigmer.agentic.mcpserver.v1.DiscoverySource
|
|
259
|
+
*/
|
|
260
|
+
export declare enum DiscoverySource {
|
|
261
|
+
/**
|
|
262
|
+
* Default/unspecified.
|
|
263
|
+
*
|
|
264
|
+
* @generated from enum value: discovery_source_unspecified = 0;
|
|
265
|
+
*/
|
|
266
|
+
discovery_source_unspecified = 0,
|
|
267
|
+
/**
|
|
268
|
+
* Statically defined in the seedpack (built-in servers with known tool sets).
|
|
269
|
+
*
|
|
270
|
+
* @generated from enum value: seedpack = 1;
|
|
271
|
+
*/
|
|
272
|
+
seedpack = 1,
|
|
273
|
+
/**
|
|
274
|
+
* Discovered by the CLI via `stigmer discover mcp-server <name>`.
|
|
275
|
+
* The CLI connects to the MCP server locally and pushes results to the server.
|
|
276
|
+
*
|
|
277
|
+
* @generated from enum value: cli = 2;
|
|
278
|
+
*/
|
|
279
|
+
cli = 2,
|
|
280
|
+
/**
|
|
281
|
+
* Discovered by the agent-runner at runtime (future).
|
|
282
|
+
*
|
|
283
|
+
* @generated from enum value: agent_runner = 3;
|
|
284
|
+
*/
|
|
285
|
+
agent_runner = 3
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Describes the enum ai.stigmer.agentic.mcpserver.v1.DiscoverySource.
|
|
289
|
+
*/
|
|
290
|
+
export declare const DiscoverySourceSchema: GenEnum<DiscoverySource>;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/mcpserver/v1/status.proto (package ai.stigmer.agentic.mcpserver.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_status } from "../../../commons/apiresource/status_pb";
|
|
6
|
+
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/mcpserver/v1/status.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_mcpserver_v1_status = /*@__PURE__*/ fileDesc("CixhaS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL3N0YXR1cy5wcm90bxIfYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MSKUAgoPTWNwU2VydmVyU3RhdHVzEkoKEHZhbGlkYXRpb25fc3RhdGUYASABKA4yMC5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLlZhbGlkYXRpb25TdGF0ZRIaChJ2YWxpZGF0aW9uX21lc3NhZ2UYAiABKAkSWAoXZGlzY292ZXJlZF9jYXBhYmlsaXRpZXMYAyABKAsyNy5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLkRpc2NvdmVyZWRDYXBhYmlsaXRpZXMSPwoFYXVkaXQYYyABKAsyMC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VBdWRpdCKyAgoWRGlzY292ZXJlZENhcGFiaWxpdGllcxI+CgV0b29scxgBIAMoCzIvLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuRGlzY292ZXJlZFRvb2wSVwoScmVzb3VyY2VfdGVtcGxhdGVzGAIgAygLMjsuYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5EaXNjb3ZlcmVkUmVzb3VyY2VUZW1wbGF0ZRI2ChJsYXN0X2Rpc2NvdmVyZWRfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEkcKDWRpc2NvdmVyZWRfYnkYBCABKA4yMC5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLkRpc2NvdmVyeVNvdXJjZSJiCg5EaXNjb3ZlcmVkVG9vbBIMCgRuYW1lGAEgASgJEhMKC2Rlc2NyaXB0aW9uGAIgASgJEi0KDGlucHV0X3NjaGVtYRgDIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QiaAoaRGlzY292ZXJlZFJlc291cmNlVGVtcGxhdGUSFAoMdXJpX3RlbXBsYXRlGAEgASgJEgwKBG5hbWUYAiABKAkSEwoLZGVzY3JpcHRpb24YAyABKAkSEQoJbWltZV90eXBlGAQgASgJKksKD1ZhbGlkYXRpb25TdGF0ZRIgChx2YWxpZGF0aW9uX3N0YXRlX3Vuc3BlY2lmaWVkEAASCQoFdmFsaWQQARILCgdpbnZhbGlkEAIqXAoPRGlzY292ZXJ5U291cmNlEiAKHGRpc2NvdmVyeV9zb3VyY2VfdW5zcGVjaWZpZWQQABIMCghzZWVkcGFjaxABEgcKA2NsaRACEhAKDGFnZW50X3J1bm5lchADYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_status, file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerStatus.
|
|
13
|
+
* Use `create(McpServerStatusSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const McpServerStatusSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_status, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.DiscoveredCapabilities.
|
|
18
|
+
* Use `create(DiscoveredCapabilitiesSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const DiscoveredCapabilitiesSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_status, 1);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.DiscoveredTool.
|
|
23
|
+
* Use `create(DiscoveredToolSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const DiscoveredToolSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_status, 2);
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate.
|
|
28
|
+
* Use `create(DiscoveredResourceTemplateSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const DiscoveredResourceTemplateSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_status, 3);
|
|
31
|
+
/**
|
|
32
|
+
* ValidationState represents the structural validity of an MCP server definition.
|
|
33
|
+
* This is NOT runtime health — it only indicates whether the definition is valid.
|
|
34
|
+
*
|
|
35
|
+
* @generated from enum ai.stigmer.agentic.mcpserver.v1.ValidationState
|
|
36
|
+
*/
|
|
37
|
+
export var ValidationState;
|
|
38
|
+
(function (ValidationState) {
|
|
39
|
+
/**
|
|
40
|
+
* Default/unspecified state.
|
|
41
|
+
* Used when validation has not yet been performed.
|
|
42
|
+
*
|
|
43
|
+
* @generated from enum value: validation_state_unspecified = 0;
|
|
44
|
+
*/
|
|
45
|
+
ValidationState[ValidationState["validation_state_unspecified"] = 0] = "validation_state_unspecified";
|
|
46
|
+
/**
|
|
47
|
+
* The MCP server definition is structurally valid.
|
|
48
|
+
* All required fields are present and have valid values.
|
|
49
|
+
* The definition can be referenced by agents.
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum value: valid = 1;
|
|
52
|
+
*/
|
|
53
|
+
ValidationState[ValidationState["valid"] = 1] = "valid";
|
|
54
|
+
/**
|
|
55
|
+
* The MCP server definition is invalid.
|
|
56
|
+
* Check validation_message for details on what's wrong.
|
|
57
|
+
* The definition should be corrected before use.
|
|
58
|
+
*
|
|
59
|
+
* @generated from enum value: invalid = 2;
|
|
60
|
+
*/
|
|
61
|
+
ValidationState[ValidationState["invalid"] = 2] = "invalid";
|
|
62
|
+
})(ValidationState || (ValidationState = {}));
|
|
63
|
+
/**
|
|
64
|
+
* Describes the enum ai.stigmer.agentic.mcpserver.v1.ValidationState.
|
|
65
|
+
*/
|
|
66
|
+
export const ValidationStateSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_mcpserver_v1_status, 0);
|
|
67
|
+
/**
|
|
68
|
+
* DiscoverySource identifies how discovered capabilities were obtained.
|
|
69
|
+
*
|
|
70
|
+
* @generated from enum ai.stigmer.agentic.mcpserver.v1.DiscoverySource
|
|
71
|
+
*/
|
|
72
|
+
export var DiscoverySource;
|
|
73
|
+
(function (DiscoverySource) {
|
|
74
|
+
/**
|
|
75
|
+
* Default/unspecified.
|
|
76
|
+
*
|
|
77
|
+
* @generated from enum value: discovery_source_unspecified = 0;
|
|
78
|
+
*/
|
|
79
|
+
DiscoverySource[DiscoverySource["discovery_source_unspecified"] = 0] = "discovery_source_unspecified";
|
|
80
|
+
/**
|
|
81
|
+
* Statically defined in the seedpack (built-in servers with known tool sets).
|
|
82
|
+
*
|
|
83
|
+
* @generated from enum value: seedpack = 1;
|
|
84
|
+
*/
|
|
85
|
+
DiscoverySource[DiscoverySource["seedpack"] = 1] = "seedpack";
|
|
86
|
+
/**
|
|
87
|
+
* Discovered by the CLI via `stigmer discover mcp-server <name>`.
|
|
88
|
+
* The CLI connects to the MCP server locally and pushes results to the server.
|
|
89
|
+
*
|
|
90
|
+
* @generated from enum value: cli = 2;
|
|
91
|
+
*/
|
|
92
|
+
DiscoverySource[DiscoverySource["cli"] = 2] = "cli";
|
|
93
|
+
/**
|
|
94
|
+
* Discovered by the agent-runner at runtime (future).
|
|
95
|
+
*
|
|
96
|
+
* @generated from enum value: agent_runner = 3;
|
|
97
|
+
*/
|
|
98
|
+
DiscoverySource[DiscoverySource["agent_runner"] = 3] = "agent_runner";
|
|
99
|
+
})(DiscoverySource || (DiscoverySource = {}));
|
|
100
|
+
/**
|
|
101
|
+
* Describes the enum ai.stigmer.agentic.mcpserver.v1.DiscoverySource.
|
|
102
|
+
*/
|
|
103
|
+
export const DiscoverySourceSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_mcpserver_v1_status, 1);
|
|
104
|
+
//# sourceMappingURL=status_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/status_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,6HAA6H;AAC7H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,2BAA2B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGrG;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,63CAA63C,EAAE,CAAC,0CAA0C,EAAE,2BAA2B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AA4Dr/C;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAkE9D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAuC9D;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAiD9D;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAE9D;;;;;GAKG;AACH,MAAM,CAAN,IAAY,eA0BX;AA1BD,WAAY,eAAe;IACzB;;;;;OAKG;IACH,qGAAgC,CAAA;IAEhC;;;;;;OAMG;IACH,uDAAS,CAAA;IAET;;;;;;OAMG;IACH,2DAAW,CAAA;AACb,CAAC,EA1BW,eAAe,KAAf,eAAe,QA0B1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAE3D;;;;GAIG;AACH,MAAM,CAAN,IAAY,eA6BX;AA7BD,WAAY,eAAe;IACzB;;;;OAIG;IACH,qGAAgC,CAAA;IAEhC;;;;OAIG;IACH,6DAAY,CAAA;IAEZ;;;;;OAKG;IACH,mDAAO,CAAA;IAEP;;;;OAIG;IACH,qEAAgB,CAAA;AAClB,CAAC,EA7BW,eAAe,KAAf,eAAe,QA6B1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { SessionSpec } 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/session/v1/api.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_ai_stigmer_agentic_session_v1_api: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* Session represents a multi-turn conversation thread with an agent.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message ai.stigmer.agentic.session.v1.Session
|
|
14
|
+
*/
|
|
15
|
+
export type Session = Message<"ai.stigmer.agentic.session.v1.Session"> & {
|
|
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
|
+
* Sessions belong to an organization and are typically PRIVATE visibility.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
|
|
33
|
+
*/
|
|
34
|
+
metadata?: ApiResourceMetadata;
|
|
35
|
+
/**
|
|
36
|
+
* Session-specific configuration.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: ai.stigmer.agentic.session.v1.SessionSpec spec = 4;
|
|
39
|
+
*/
|
|
40
|
+
spec?: SessionSpec;
|
|
41
|
+
/**
|
|
42
|
+
* System-managed status containing audit information.
|
|
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.session.v1.Session.
|
|
50
|
+
* Use `create(SessionSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export declare const SessionSchema: GenMessage<Session>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/session/v1/api.proto (package ai.stigmer.agentic.session.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_session_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/session/v1/api.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_ai_stigmer_agentic_session_v1_api = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9hcGkucHJvdG8SHWFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxIqsCCgdTZXNzaW9uEjEKC2FwaV92ZXJzaW9uGAEgASgJQhy6SBlyFwoVYWdlbnRpYy5zdGlnbWVyLmFpL3YxEhwKBGtpbmQYAiABKAlCDrpIC3IJCgdTZXNzaW9uEk0KCG1ldGFkYXRhGAMgASgLMjMuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlTWV0YWRhdGFCBrpIA8gBARI4CgRzcGVjGAQgASgLMiouYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvblNwZWMSRgoGc3RhdHVzGAUgASgLMjYuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXRTdGF0dXNiBnByb3RvMw", [file_ai_stigmer_agentic_session_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.session.v1.Session.
|
|
15
|
+
* Use `create(SessionSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const SessionSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_api, 0);
|
|
18
|
+
//# sourceMappingURL=api_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sHAAsH;AACtH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,WAAW,CAAC;AAEpE,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,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,ggBAAggB,EAAE,CAAC,uCAAuC,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6C9qB;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SessionCommandController handles write operations for agent sessions.
|
|
3
|
+
*
|
|
4
|
+
* @generated from service ai.stigmer.agentic.session.v1.SessionCommandController
|
|
5
|
+
*/
|
|
6
|
+
export declare const SessionCommandController: {
|
|
7
|
+
readonly typeName: "ai.stigmer.agentic.session.v1.SessionCommandController";
|
|
8
|
+
readonly methods: {
|
|
9
|
+
/**
|
|
10
|
+
* Create or update a session.
|
|
11
|
+
* The authorization and state-operation are determined depending on whether the session
|
|
12
|
+
* is going to be created or updated which is determined as part of the request execution.
|
|
13
|
+
*
|
|
14
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.apply
|
|
15
|
+
*/
|
|
16
|
+
readonly apply: {
|
|
17
|
+
readonly name: "apply";
|
|
18
|
+
readonly I: any;
|
|
19
|
+
readonly O: any;
|
|
20
|
+
readonly kind: any;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Create a new session for an agent.
|
|
24
|
+
* Requires can_create_session permission in the organization.
|
|
25
|
+
*
|
|
26
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.create
|
|
27
|
+
*/
|
|
28
|
+
readonly create: {
|
|
29
|
+
readonly name: "create";
|
|
30
|
+
readonly I: any;
|
|
31
|
+
readonly O: any;
|
|
32
|
+
readonly kind: any;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Update an existing session (e.g., subject, thread_id, sandbox_id).
|
|
36
|
+
*
|
|
37
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.update
|
|
38
|
+
*/
|
|
39
|
+
readonly update: {
|
|
40
|
+
readonly name: "update";
|
|
41
|
+
readonly I: any;
|
|
42
|
+
readonly O: any;
|
|
43
|
+
readonly kind: any;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Delete a session (also cleans up thread and sandbox).
|
|
47
|
+
*
|
|
48
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.delete
|
|
49
|
+
*/
|
|
50
|
+
readonly delete: {
|
|
51
|
+
readonly name: "delete";
|
|
52
|
+
readonly I: any;
|
|
53
|
+
readonly O: any;
|
|
54
|
+
readonly kind: any;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/session/v1/command.proto (package ai.stigmer.agentic.session.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* SessionCommandController handles write operations for agent sessions.
|
|
8
|
+
*
|
|
9
|
+
* @generated from service ai.stigmer.agentic.session.v1.SessionCommandController
|
|
10
|
+
*/
|
|
11
|
+
export const SessionCommandController = {
|
|
12
|
+
typeName: "ai.stigmer.agentic.session.v1.SessionCommandController",
|
|
13
|
+
methods: {
|
|
14
|
+
/**
|
|
15
|
+
* Create or update a session.
|
|
16
|
+
* The authorization and state-operation are determined depending on whether the session
|
|
17
|
+
* is going to be created or updated which is determined as part of the request execution.
|
|
18
|
+
*
|
|
19
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.apply
|
|
20
|
+
*/
|
|
21
|
+
apply: {
|
|
22
|
+
name: "apply",
|
|
23
|
+
I: Session,
|
|
24
|
+
O: Session,
|
|
25
|
+
kind: MethodKind.Unary,
|
|
26
|
+
},
|
|
27
|
+
/**
|
|
28
|
+
* Create a new session for an agent.
|
|
29
|
+
* Requires can_create_session permission in the organization.
|
|
30
|
+
*
|
|
31
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.create
|
|
32
|
+
*/
|
|
33
|
+
create: {
|
|
34
|
+
name: "create",
|
|
35
|
+
I: Session,
|
|
36
|
+
O: Session,
|
|
37
|
+
kind: MethodKind.Unary,
|
|
38
|
+
},
|
|
39
|
+
/**
|
|
40
|
+
* Update an existing session (e.g., subject, thread_id, sandbox_id).
|
|
41
|
+
*
|
|
42
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.update
|
|
43
|
+
*/
|
|
44
|
+
update: {
|
|
45
|
+
name: "update",
|
|
46
|
+
I: Session,
|
|
47
|
+
O: Session,
|
|
48
|
+
kind: MethodKind.Unary,
|
|
49
|
+
},
|
|
50
|
+
/**
|
|
51
|
+
* Delete a session (also cleans up thread and sandbox).
|
|
52
|
+
*
|
|
53
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.delete
|
|
54
|
+
*/
|
|
55
|
+
delete: {
|
|
56
|
+
name: "delete",
|
|
57
|
+
I: SessionId,
|
|
58
|
+
O: Session,
|
|
59
|
+
kind: MethodKind.Unary,
|
|
60
|
+
},
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=command_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;;;WAMG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;WAKG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|