@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,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SkillQueryController handles read operations for skills.
|
|
3
|
+
*
|
|
4
|
+
* @generated from service ai.stigmer.agentic.skill.v1.SkillQueryController
|
|
5
|
+
*/
|
|
6
|
+
export declare const SkillQueryController: {
|
|
7
|
+
readonly typeName: "ai.stigmer.agentic.skill.v1.SkillQueryController";
|
|
8
|
+
readonly methods: {
|
|
9
|
+
/**
|
|
10
|
+
* Get a single skill by ID.
|
|
11
|
+
*
|
|
12
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.get
|
|
13
|
+
*/
|
|
14
|
+
readonly get: {
|
|
15
|
+
readonly name: "get";
|
|
16
|
+
readonly I: any;
|
|
17
|
+
readonly O: any;
|
|
18
|
+
readonly kind: any;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Get a skill by API resource reference with version support.
|
|
22
|
+
*
|
|
23
|
+
* Version resolution (via ApiResourceReference.version field):
|
|
24
|
+
* - Empty/"latest" → Returns current version from main collection
|
|
25
|
+
* - Tag name (e.g., "stable", "v1.0") → Resolves to version with this tag
|
|
26
|
+
* - SHA256 hash (64 hex chars) → Returns exact immutable version
|
|
27
|
+
*
|
|
28
|
+
* Authorization is handled in the handler after resolving the reference to a skill ID.
|
|
29
|
+
* (Input doesn't contain skill ID, so proto-level auth cannot work)
|
|
30
|
+
*
|
|
31
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getByReference
|
|
32
|
+
*/
|
|
33
|
+
readonly getByReference: {
|
|
34
|
+
readonly name: "getByReference";
|
|
35
|
+
readonly I: any;
|
|
36
|
+
readonly O: any;
|
|
37
|
+
readonly kind: any;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Download skill artifact from storage by its storage key.
|
|
41
|
+
* Returns the ZIP file containing SKILL.md and implementation files.
|
|
42
|
+
*
|
|
43
|
+
* This endpoint is used by the agent-runner to download and extract
|
|
44
|
+
* skill artifacts into the sandbox at /bin/skills/{version_hash}/.
|
|
45
|
+
*
|
|
46
|
+
* Authorization is skipped as the storage key itself acts as a capability token.
|
|
47
|
+
*
|
|
48
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getArtifact
|
|
49
|
+
*/
|
|
50
|
+
readonly getArtifact: {
|
|
51
|
+
readonly name: "getArtifact";
|
|
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/skill/v1/query.proto (package ai.stigmer.agentic.skill.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* SkillQueryController handles read operations for skills.
|
|
8
|
+
*
|
|
9
|
+
* @generated from service ai.stigmer.agentic.skill.v1.SkillQueryController
|
|
10
|
+
*/
|
|
11
|
+
export const SkillQueryController = {
|
|
12
|
+
typeName: "ai.stigmer.agentic.skill.v1.SkillQueryController",
|
|
13
|
+
methods: {
|
|
14
|
+
/**
|
|
15
|
+
* Get a single skill by ID.
|
|
16
|
+
*
|
|
17
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.get
|
|
18
|
+
*/
|
|
19
|
+
get: {
|
|
20
|
+
name: "get",
|
|
21
|
+
I: SkillId,
|
|
22
|
+
O: Skill,
|
|
23
|
+
kind: MethodKind.Unary,
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* Get a skill by API resource reference with version support.
|
|
27
|
+
*
|
|
28
|
+
* Version resolution (via ApiResourceReference.version field):
|
|
29
|
+
* - Empty/"latest" → Returns current version from main collection
|
|
30
|
+
* - Tag name (e.g., "stable", "v1.0") → Resolves to version with this tag
|
|
31
|
+
* - SHA256 hash (64 hex chars) → Returns exact immutable version
|
|
32
|
+
*
|
|
33
|
+
* Authorization is handled in the handler after resolving the reference to a skill ID.
|
|
34
|
+
* (Input doesn't contain skill ID, so proto-level auth cannot work)
|
|
35
|
+
*
|
|
36
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getByReference
|
|
37
|
+
*/
|
|
38
|
+
getByReference: {
|
|
39
|
+
name: "getByReference",
|
|
40
|
+
I: ApiResourceReference,
|
|
41
|
+
O: Skill,
|
|
42
|
+
kind: MethodKind.Unary,
|
|
43
|
+
},
|
|
44
|
+
/**
|
|
45
|
+
* Download skill artifact from storage by its storage key.
|
|
46
|
+
* Returns the ZIP file containing SKILL.md and implementation files.
|
|
47
|
+
*
|
|
48
|
+
* This endpoint is used by the agent-runner to download and extract
|
|
49
|
+
* skill artifacts into the sandbox at /bin/skills/{version_hash}/.
|
|
50
|
+
*
|
|
51
|
+
* Authorization is skipped as the storage key itself acts as a capability token.
|
|
52
|
+
*
|
|
53
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getArtifact
|
|
54
|
+
*/
|
|
55
|
+
getArtifact: {
|
|
56
|
+
name: "getArtifact",
|
|
57
|
+
I: GetArtifactRequest,
|
|
58
|
+
O: GetArtifactResponse,
|
|
59
|
+
kind: MethodKind.Unary,
|
|
60
|
+
},
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=query_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,oHAAoH;AACpH,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,QAAQ,EAAE,kDAAkD;IAC5D,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,KAAK;YACR,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,WAAW,EAAE;YACX,IAAI,EAAE,aAAa;YACnB,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { SkillSchema } from "./api_pb";
|
|
3
|
+
import type { GetArtifactRequestSchema, GetArtifactResponseSchema, SkillIdSchema } from "./io_pb";
|
|
4
|
+
import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/skill/v1/query.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_agentic_skill_v1_query: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* SkillQueryController handles read operations for skills.
|
|
11
|
+
*
|
|
12
|
+
* @generated from service ai.stigmer.agentic.skill.v1.SkillQueryController
|
|
13
|
+
*/
|
|
14
|
+
export declare const SkillQueryController: GenService<{
|
|
15
|
+
/**
|
|
16
|
+
* Get a single skill by ID.
|
|
17
|
+
*
|
|
18
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.get
|
|
19
|
+
*/
|
|
20
|
+
get: {
|
|
21
|
+
methodKind: "unary";
|
|
22
|
+
input: typeof SkillIdSchema;
|
|
23
|
+
output: typeof SkillSchema;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Get a skill by API resource reference with version support.
|
|
27
|
+
*
|
|
28
|
+
* Version resolution (via ApiResourceReference.version field):
|
|
29
|
+
* - Empty/"latest" → Returns current version from main collection
|
|
30
|
+
* - Tag name (e.g., "stable", "v1.0") → Resolves to version with this tag
|
|
31
|
+
* - SHA256 hash (64 hex chars) → Returns exact immutable version
|
|
32
|
+
*
|
|
33
|
+
* Authorization is handled in the handler after resolving the reference to a skill ID.
|
|
34
|
+
* (Input doesn't contain skill ID, so proto-level auth cannot work)
|
|
35
|
+
*
|
|
36
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getByReference
|
|
37
|
+
*/
|
|
38
|
+
getByReference: {
|
|
39
|
+
methodKind: "unary";
|
|
40
|
+
input: typeof ApiResourceReferenceSchema;
|
|
41
|
+
output: typeof SkillSchema;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Download skill artifact from storage by its storage key.
|
|
45
|
+
* Returns the ZIP file containing SKILL.md and implementation files.
|
|
46
|
+
*
|
|
47
|
+
* This endpoint is used by the agent-runner to download and extract
|
|
48
|
+
* skill artifacts into the sandbox at /bin/skills/{version_hash}/.
|
|
49
|
+
*
|
|
50
|
+
* Authorization is skipped as the storage key itself acts as a capability token.
|
|
51
|
+
*
|
|
52
|
+
* @generated from rpc ai.stigmer.agentic.skill.v1.SkillQueryController.getArtifact
|
|
53
|
+
*/
|
|
54
|
+
getArtifact: {
|
|
55
|
+
methodKind: "unary";
|
|
56
|
+
input: typeof GetArtifactRequestSchema;
|
|
57
|
+
output: typeof GetArtifactResponseSchema;
|
|
58
|
+
};
|
|
59
|
+
}>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/skill/v1/query.proto (package ai.stigmer.agentic.skill.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_skill_v1_api } from "./api_pb";
|
|
6
|
+
import { file_ai_stigmer_agentic_skill_v1_io } from "./io_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb";
|
|
8
|
+
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
|
|
9
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../../iam/iampolicy/v1/rpcauthorization/method_options_pb";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file ai/stigmer/agentic/skill/v1/query.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_ai_stigmer_agentic_skill_v1_query = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2FnZW50aWMvc2tpbGwvdjEvcXVlcnkucHJvdG8SG2FpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MTKDAwoUU2tpbGxRdWVyeUNvbnRyb2xsZXISewoDZ2V0EiQuYWkuc3RpZ21lci5hZ2VudGljLnNraWxsLnYxLlNraWxsSWQaIi5haS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEuU2tpbGwiKsK4GCYIAxArIgV2YWx1ZSoZdW5hdXRob3JpemVkIHRvIGdldCBza2lsbBJwCg5nZXRCeVJlZmVyZW5jZRI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZRoiLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5Ta2lsbCIE0LgYARJ2CgtnZXRBcnRpZmFjdBIvLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5HZXRBcnRpZmFjdFJlcXVlc3QaMC5haS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEuR2V0QXJ0aWZhY3RSZXNwb25zZSIE0LgYARoEoP8rK2IGcHJvdG8z", [file_ai_stigmer_agentic_skill_v1_api, file_ai_stigmer_agentic_skill_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
14
|
+
/**
|
|
15
|
+
* SkillQueryController handles read operations for skills.
|
|
16
|
+
*
|
|
17
|
+
* @generated from service ai.stigmer.agentic.skill.v1.SkillQueryController
|
|
18
|
+
*/
|
|
19
|
+
export const SkillQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_skill_v1_query, 0);
|
|
20
|
+
//# sourceMappingURL=query_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAEhE,OAAO,EAAE,mCAAmC,EAAE,MAAM,SAAS,CAAC;AAE9D,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,knBAAknB,EAAE,CAAC,oCAAoC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE/2B;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GA6C5B,aAAa,CAChB,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/skill/v1/spec.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_skill_v1_spec: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* SkillSpec defines the stored desired state of a skill.
|
|
9
|
+
* All fields are extracted from the skill artifact by the backend.
|
|
10
|
+
* This follows the Kubernetes spec pattern - contains user's desired state.
|
|
11
|
+
*
|
|
12
|
+
* Note: Source/provenance information is NOT stored here - it's in SkillStatus
|
|
13
|
+
* as GitProvenance (observed state). See synth.proto for SDK input structure.
|
|
14
|
+
*
|
|
15
|
+
* @generated from message ai.stigmer.agentic.skill.v1.SkillSpec
|
|
16
|
+
*/
|
|
17
|
+
export type SkillSpec = Message<"ai.stigmer.agentic.skill.v1.SkillSpec"> & {
|
|
18
|
+
/**
|
|
19
|
+
* SKILL.md content extracted from the artifact.
|
|
20
|
+
* Contains the skill's interface definition, documentation, usage examples,
|
|
21
|
+
* and tool descriptions. This content is injected into agent prompts.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: string skill_md = 1;
|
|
24
|
+
*/
|
|
25
|
+
skillMd: string;
|
|
26
|
+
/**
|
|
27
|
+
* Optional user-provided tag for this skill version.
|
|
28
|
+
* Tags are mutable pointers that can be updated to reference new versions.
|
|
29
|
+
* Examples: "stable", "v1.0", "beta", "latest"
|
|
30
|
+
* If not provided, the version will only be accessible via its immutable hash.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: string tag = 2;
|
|
33
|
+
*/
|
|
34
|
+
tag: string;
|
|
35
|
+
/**
|
|
36
|
+
* Skill name extracted from SKILL.md YAML frontmatter.
|
|
37
|
+
* This is the canonical name used for identification and references.
|
|
38
|
+
* Must be kebab-case: lowercase letters, numbers, and hyphens only.
|
|
39
|
+
* Examples: "calculator", "web-scraper", "math-utils"
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: string name = 3;
|
|
42
|
+
*/
|
|
43
|
+
name: string;
|
|
44
|
+
/**
|
|
45
|
+
* Human-readable description extracted from SKILL.md YAML frontmatter.
|
|
46
|
+
* Provides a concise summary of what this skill does for marketplace display
|
|
47
|
+
* and system prompt injection into AI agents.
|
|
48
|
+
* Should be 1-2 sentences, ideally under 100 tokens for prompt efficiency.
|
|
49
|
+
* Example: "Extracts text and tables from PDF files using OCR when needed"
|
|
50
|
+
*
|
|
51
|
+
* @generated from field: string description = 5;
|
|
52
|
+
*/
|
|
53
|
+
description: string;
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message ai.stigmer.agentic.skill.v1.SkillSpec.
|
|
57
|
+
* Use `create(SkillSpecSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export declare const SkillSpecSchema: GenMessage<SkillSpec>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/skill/v1/spec.proto (package ai.stigmer.agentic.skill.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/agentic/skill/v1/spec.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_agentic_skill_v1_spec = /*@__PURE__*/ fileDesc("CiZhaS9zdGlnbWVyL2FnZW50aWMvc2tpbGwvdjEvc3BlYy5wcm90bxIbYWkuc3RpZ21lci5hZ2VudGljLnNraWxsLnYxIpoBCglTa2lsbFNwZWMSGQoIc2tpbGxfbWQYASABKAlCB7pIBHICEAESKAoDdGFnGAIgASgJQhu6SBhyFjIUXiR8XlthLXpBLVowLTkuXy1dKyQSLQoEbmFtZRgDIAEoCUIfukgcchoyGF5bYS16MC05XSsoLVthLXowLTldKykqJBITCgtkZXNjcmlwdGlvbhgFIAEoCUoECAQQBWIGcHJvdG8z", [file_buf_validate_validate]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.agentic.skill.v1.SkillSpec.
|
|
12
|
+
* Use `create(SkillSpecSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const SkillSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_skill_v1_spec, 0);
|
|
15
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mHAAmH;AACnH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,0TAA0T,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAsDrW;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceAudit } from "../../../commons/apiresource/status_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/skill/v1/status.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_skill_v1_status: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* SkillStatus represents the system-managed state of a skill.
|
|
10
|
+
* This represents observed state managed by the system.
|
|
11
|
+
*
|
|
12
|
+
* @generated from message ai.stigmer.agentic.skill.v1.SkillStatus
|
|
13
|
+
*/
|
|
14
|
+
export type SkillStatus = Message<"ai.stigmer.agentic.skill.v1.SkillStatus"> & {
|
|
15
|
+
/**
|
|
16
|
+
* Standard audit information tracking creation and modification.
|
|
17
|
+
* Field 99 follows Stigmer convention for audit placement.
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
|
|
20
|
+
*/
|
|
21
|
+
audit?: ApiResourceAudit;
|
|
22
|
+
/**
|
|
23
|
+
* SHA256 hash of the skill artifact Zip file.
|
|
24
|
+
* This is the content fingerprint and serves as the immutable version identifier.
|
|
25
|
+
* Calculated by the system from the uploaded artifact.
|
|
26
|
+
*
|
|
27
|
+
* @generated from field: string version_hash = 1;
|
|
28
|
+
*/
|
|
29
|
+
versionHash: string;
|
|
30
|
+
/**
|
|
31
|
+
* Storage location key for the skill artifact.
|
|
32
|
+
* Format varies based on storage backend:
|
|
33
|
+
* - Local: "<hash>.zip"
|
|
34
|
+
* - Cloud: "skills/<slug>_<hash>.zip"
|
|
35
|
+
* This is determined by the system based on storage configuration.
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: string artifact_storage_key = 2;
|
|
38
|
+
*/
|
|
39
|
+
artifactStorageKey: string;
|
|
40
|
+
/**
|
|
41
|
+
* Current lifecycle state of the skill.
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: ai.stigmer.agentic.skill.v1.SkillState state = 3;
|
|
44
|
+
*/
|
|
45
|
+
state: SkillState;
|
|
46
|
+
/**
|
|
47
|
+
* Git provenance tracking where the skill artifacts originated from.
|
|
48
|
+
* Populated by CLI during push, provides traceability and enables
|
|
49
|
+
* "view on GitHub" links and reproducible deployments.
|
|
50
|
+
* Absent when pushed from a non-git directory.
|
|
51
|
+
*
|
|
52
|
+
* @generated from field: ai.stigmer.agentic.skill.v1.GitProvenance git_provenance = 4;
|
|
53
|
+
*/
|
|
54
|
+
gitProvenance?: GitProvenance;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Describes the message ai.stigmer.agentic.skill.v1.SkillStatus.
|
|
58
|
+
* Use `create(SkillStatusSchema)` to create a new message.
|
|
59
|
+
*/
|
|
60
|
+
export declare const SkillStatusSchema: GenMessage<SkillStatus>;
|
|
61
|
+
/**
|
|
62
|
+
* GitProvenance tracks the git origin of skill artifacts.
|
|
63
|
+
* This is system-detected metadata, not user-specified configuration.
|
|
64
|
+
* Populated by CLI during push based on:
|
|
65
|
+
* - Local push: auto-detected from directory's git context
|
|
66
|
+
* - Git push: resolved from user-provided URL/ref
|
|
67
|
+
*
|
|
68
|
+
* @generated from message ai.stigmer.agentic.skill.v1.GitProvenance
|
|
69
|
+
*/
|
|
70
|
+
export type GitProvenance = Message<"ai.stigmer.agentic.skill.v1.GitProvenance"> & {
|
|
71
|
+
/**
|
|
72
|
+
* Git remote URL.
|
|
73
|
+
* For local push: detected "origin" remote URL
|
|
74
|
+
* For git push: the user-provided repository URL
|
|
75
|
+
* Example: "https://github.com/stigmer/skills.git"
|
|
76
|
+
*
|
|
77
|
+
* @generated from field: string remote_url = 1;
|
|
78
|
+
*/
|
|
79
|
+
remoteUrl: string;
|
|
80
|
+
/**
|
|
81
|
+
* Original git reference (for display purposes).
|
|
82
|
+
* For local push: detected branch name (e.g., "main") or empty if detached HEAD
|
|
83
|
+
* For git push: the user-provided ref (e.g., "v1.0.0", "main")
|
|
84
|
+
* This preserves user intent for display while commit provides immutability.
|
|
85
|
+
*
|
|
86
|
+
* @generated from field: string ref = 2;
|
|
87
|
+
*/
|
|
88
|
+
ref: string;
|
|
89
|
+
/**
|
|
90
|
+
* Resolved commit SHA (for reproducibility).
|
|
91
|
+
* Always populated - this is the immutable version reference.
|
|
92
|
+
* Full 40-character SHA ensures exact reproducibility.
|
|
93
|
+
* Example: "abc123def456789012345678901234567890abcd"
|
|
94
|
+
*
|
|
95
|
+
* @generated from field: string commit = 3;
|
|
96
|
+
*/
|
|
97
|
+
commit: string;
|
|
98
|
+
/**
|
|
99
|
+
* Subdirectory path relative to repo root.
|
|
100
|
+
* Empty if skill is at repo root.
|
|
101
|
+
* Example: "skills/calculator"
|
|
102
|
+
*
|
|
103
|
+
* @generated from field: string subdir = 4;
|
|
104
|
+
*/
|
|
105
|
+
subdir: string;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message ai.stigmer.agentic.skill.v1.GitProvenance.
|
|
109
|
+
* Use `create(GitProvenanceSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
export declare const GitProvenanceSchema: GenMessage<GitProvenance>;
|
|
112
|
+
/**
|
|
113
|
+
* SkillState represents the lifecycle state of a skill.
|
|
114
|
+
*
|
|
115
|
+
* @generated from enum ai.stigmer.agentic.skill.v1.SkillState
|
|
116
|
+
*/
|
|
117
|
+
export declare enum SkillState {
|
|
118
|
+
/**
|
|
119
|
+
* Unspecified state (default/invalid).
|
|
120
|
+
*
|
|
121
|
+
* @generated from enum value: SKILL_STATE_UNSPECIFIED = 0;
|
|
122
|
+
*/
|
|
123
|
+
UNSPECIFIED = 0,
|
|
124
|
+
/**
|
|
125
|
+
* Skill artifact is being uploaded to storage.
|
|
126
|
+
*
|
|
127
|
+
* @generated from enum value: SKILL_STATE_UPLOADING = 1;
|
|
128
|
+
*/
|
|
129
|
+
UPLOADING = 1,
|
|
130
|
+
/**
|
|
131
|
+
* Skill is ready to be used by agents.
|
|
132
|
+
*
|
|
133
|
+
* @generated from enum value: SKILL_STATE_READY = 2;
|
|
134
|
+
*/
|
|
135
|
+
READY = 2,
|
|
136
|
+
/**
|
|
137
|
+
* Skill upload or processing failed.
|
|
138
|
+
*
|
|
139
|
+
* @generated from enum value: SKILL_STATE_FAILED = 3;
|
|
140
|
+
*/
|
|
141
|
+
FAILED = 3
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Describes the enum ai.stigmer.agentic.skill.v1.SkillState.
|
|
145
|
+
*/
|
|
146
|
+
export declare const SkillStateSchema: GenEnum<SkillState>;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/skill/v1/status.proto (package ai.stigmer.agentic.skill.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_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/skill/v1/status.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_skill_v1_status = /*@__PURE__*/ fileDesc("CihhaS9zdGlnbWVyL2FnZW50aWMvc2tpbGwvdjEvc3RhdHVzLnByb3RvEhthaS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEilQIKC1NraWxsU3RhdHVzEj8KBWF1ZGl0GGMgASgLMjAuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXQSKwoMdmVyc2lvbl9oYXNoGAEgASgJQhW6SBJyEDIOXlthLWYwLTldezY0fSQSHAoUYXJ0aWZhY3Rfc3RvcmFnZV9rZXkYAiABKAkSNgoFc3RhdGUYAyABKA4yJy5haS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEuU2tpbGxTdGF0ZRJCCg5naXRfcHJvdmVuYW5jZRgEIAEoCzIqLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5HaXRQcm92ZW5hbmNlImIKDUdpdFByb3ZlbmFuY2USGwoKcmVtb3RlX3VybBgBIAEoCUIHukgEcgIQARILCgNyZWYYAiABKAkSFwoGY29tbWl0GAMgASgJQge6SARyAhABEg4KBnN1YmRpchgEIAEoCSpzCgpTa2lsbFN0YXRlEhsKF1NLSUxMX1NUQVRFX1VOU1BFQ0lGSUVEEAASGQoVU0tJTExfU1RBVEVfVVBMT0FESU5HEAESFQoRU0tJTExfU1RBVEVfUkVBRFkQAhIWChJTS0lMTF9TVEFURV9GQUlMRUQQA2IGcHJvdG8z", [file_ai_stigmer_commons_apiresource_status, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.skill.v1.SkillStatus.
|
|
13
|
+
* Use `create(SkillStatusSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const SkillStatusSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_skill_v1_status, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message ai.stigmer.agentic.skill.v1.GitProvenance.
|
|
18
|
+
* Use `create(GitProvenanceSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const GitProvenanceSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_skill_v1_status, 1);
|
|
21
|
+
/**
|
|
22
|
+
* SkillState represents the lifecycle state of a skill.
|
|
23
|
+
*
|
|
24
|
+
* @generated from enum ai.stigmer.agentic.skill.v1.SkillState
|
|
25
|
+
*/
|
|
26
|
+
export var SkillState;
|
|
27
|
+
(function (SkillState) {
|
|
28
|
+
/**
|
|
29
|
+
* Unspecified state (default/invalid).
|
|
30
|
+
*
|
|
31
|
+
* @generated from enum value: SKILL_STATE_UNSPECIFIED = 0;
|
|
32
|
+
*/
|
|
33
|
+
SkillState[SkillState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
34
|
+
/**
|
|
35
|
+
* Skill artifact is being uploaded to storage.
|
|
36
|
+
*
|
|
37
|
+
* @generated from enum value: SKILL_STATE_UPLOADING = 1;
|
|
38
|
+
*/
|
|
39
|
+
SkillState[SkillState["UPLOADING"] = 1] = "UPLOADING";
|
|
40
|
+
/**
|
|
41
|
+
* Skill is ready to be used by agents.
|
|
42
|
+
*
|
|
43
|
+
* @generated from enum value: SKILL_STATE_READY = 2;
|
|
44
|
+
*/
|
|
45
|
+
SkillState[SkillState["READY"] = 2] = "READY";
|
|
46
|
+
/**
|
|
47
|
+
* Skill upload or processing failed.
|
|
48
|
+
*
|
|
49
|
+
* @generated from enum value: SKILL_STATE_FAILED = 3;
|
|
50
|
+
*/
|
|
51
|
+
SkillState[SkillState["FAILED"] = 3] = "FAILED";
|
|
52
|
+
})(SkillState || (SkillState = {}));
|
|
53
|
+
/**
|
|
54
|
+
* Describes the enum ai.stigmer.agentic.skill.v1.SkillState.
|
|
55
|
+
*/
|
|
56
|
+
export const SkillStateSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_skill_v1_status, 0);
|
|
57
|
+
//# sourceMappingURL=status_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/status_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AACpG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,kwBAAkwB,EAAE,CAAC,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAuDz1B;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAoD1D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAE1D;;;;GAIG;AACH,MAAM,CAAN,IAAY,UA4BX;AA5BD,WAAY,UAAU;IACpB;;;;OAIG;IACH,yDAAe,CAAA;IAEf;;;;OAIG;IACH,qDAAa,CAAA;IAEb;;;;OAIG;IACH,6CAAS,CAAA;IAET;;;;OAIG;IACH,+CAAU,CAAA;AACZ,CAAC,EA5BW,UAAU,KAAV,UAAU,QA4BrB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAwB,aAAa,CAChE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/skill/v1/synth.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_skill_v1_synth: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* SkillSynth defines the input for SDK-to-CLI skill handover.
|
|
9
|
+
* SDK synthesizes this to .stigmer/skill-N.pb, CLI reads and processes it.
|
|
10
|
+
*
|
|
11
|
+
* This is NOT the stored SkillSpec - it's input for creating the spec.
|
|
12
|
+
* CLI reads this, fetches content from source, and calls PushSkillRequest.
|
|
13
|
+
*
|
|
14
|
+
* Flow:
|
|
15
|
+
* 1. SDK: skill.FromDir(ctx, "./calculator") or skill.FromGit(ctx, "github.com/org/skills")
|
|
16
|
+
* 2. SDK: Writes SkillSynth to .stigmer/skill-N.pb
|
|
17
|
+
* 3. CLI: Reads SkillSynth, fetches content, creates artifact ZIP
|
|
18
|
+
* 4. CLI: Detects git provenance, calls PushSkillRequest
|
|
19
|
+
* 5. Backend: Extracts SKILL.md, stores SkillSpec + SkillStatus
|
|
20
|
+
*
|
|
21
|
+
* @generated from message ai.stigmer.agentic.skill.v1.SkillSynth
|
|
22
|
+
*/
|
|
23
|
+
export type SkillSynth = Message<"ai.stigmer.agentic.skill.v1.SkillSynth"> & {
|
|
24
|
+
/**
|
|
25
|
+
* Source location of the skill artifacts.
|
|
26
|
+
*
|
|
27
|
+
* @generated from oneof ai.stigmer.agentic.skill.v1.SkillSynth.source
|
|
28
|
+
*/
|
|
29
|
+
source: {
|
|
30
|
+
/**
|
|
31
|
+
* Local directory containing SKILL.md
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: ai.stigmer.agentic.skill.v1.LocalDir local = 1;
|
|
34
|
+
*/
|
|
35
|
+
value: LocalDir;
|
|
36
|
+
case: "local";
|
|
37
|
+
} | {
|
|
38
|
+
/**
|
|
39
|
+
* Remote git repository containing SKILL.md
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: ai.stigmer.agentic.skill.v1.Git git = 2;
|
|
42
|
+
*/
|
|
43
|
+
value: Git;
|
|
44
|
+
case: "git";
|
|
45
|
+
} | {
|
|
46
|
+
case: undefined;
|
|
47
|
+
value?: undefined;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Optional version tag for this skill.
|
|
51
|
+
* Tags are mutable pointers that can be updated to reference new versions.
|
|
52
|
+
* Examples: "stable", "v1.0", "beta", "latest"
|
|
53
|
+
* If not provided, the version will only be accessible via its immutable hash.
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: string tag = 3;
|
|
56
|
+
*/
|
|
57
|
+
tag: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Describes the message ai.stigmer.agentic.skill.v1.SkillSynth.
|
|
61
|
+
* Use `create(SkillSynthSchema)` to create a new message.
|
|
62
|
+
*/
|
|
63
|
+
export declare const SkillSynthSchema: GenMessage<SkillSynth>;
|
|
64
|
+
/**
|
|
65
|
+
* LocalDir points to a local directory containing SKILL.md.
|
|
66
|
+
* CLI will read this directory, create a ZIP artifact, and auto-detect
|
|
67
|
+
* git provenance if the directory is within a git repository.
|
|
68
|
+
*
|
|
69
|
+
* @generated from message ai.stigmer.agentic.skill.v1.LocalDir
|
|
70
|
+
*/
|
|
71
|
+
export type LocalDir = Message<"ai.stigmer.agentic.skill.v1.LocalDir"> & {
|
|
72
|
+
/**
|
|
73
|
+
* Path to the skill directory (relative to SDK project root or absolute).
|
|
74
|
+
* The directory must contain a SKILL.md file.
|
|
75
|
+
* Relative paths are resolved from the directory containing main.go.
|
|
76
|
+
* Examples: "./skills/calculator", "../shared-skills/web-search", "/home/user/my-skill"
|
|
77
|
+
*
|
|
78
|
+
* @generated from field: string path = 1;
|
|
79
|
+
*/
|
|
80
|
+
path: string;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message ai.stigmer.agentic.skill.v1.LocalDir.
|
|
84
|
+
* Use `create(LocalDirSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
export declare const LocalDirSchema: GenMessage<LocalDir>;
|
|
87
|
+
/**
|
|
88
|
+
* Git points to a git repository containing SKILL.md.
|
|
89
|
+
* CLI will clone the repository, checkout the specified ref, and create
|
|
90
|
+
* a ZIP artifact from the specified subdirectory.
|
|
91
|
+
*
|
|
92
|
+
* @generated from message ai.stigmer.agentic.skill.v1.Git
|
|
93
|
+
*/
|
|
94
|
+
export type Git = Message<"ai.stigmer.agentic.skill.v1.Git"> & {
|
|
95
|
+
/**
|
|
96
|
+
* Git repository URL (HTTPS or SSH).
|
|
97
|
+
* CLI uses locally configured git credentials for authentication.
|
|
98
|
+
* Examples: "https://github.com/stigmer/skills.git", "git@github.com:stigmer/skills.git"
|
|
99
|
+
*
|
|
100
|
+
* @generated from field: string url = 1;
|
|
101
|
+
*/
|
|
102
|
+
url: string;
|
|
103
|
+
/**
|
|
104
|
+
* Git reference - tag, branch name, or commit SHA.
|
|
105
|
+
* If empty, defaults to the repository's default branch (usually "main").
|
|
106
|
+
* CLI resolves this to a commit SHA for provenance tracking.
|
|
107
|
+
* Examples: "v1.0.0", "main", "feature/new-skill", "abc123def456..."
|
|
108
|
+
*
|
|
109
|
+
* @generated from field: string ref = 2;
|
|
110
|
+
*/
|
|
111
|
+
ref: string;
|
|
112
|
+
/**
|
|
113
|
+
* Subdirectory within the repository containing SKILL.md.
|
|
114
|
+
* If empty, SKILL.md is expected at the repository root.
|
|
115
|
+
* Example: "skills/calculator"
|
|
116
|
+
*
|
|
117
|
+
* @generated from field: string subdir = 3;
|
|
118
|
+
*/
|
|
119
|
+
subdir: string;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* Describes the message ai.stigmer.agentic.skill.v1.Git.
|
|
123
|
+
* Use `create(GitSchema)` to create a new message.
|
|
124
|
+
*/
|
|
125
|
+
export declare const GitSchema: GenMessage<Git>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/skill/v1/synth.proto (package ai.stigmer.agentic.skill.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/skill/v1/synth.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_agentic_skill_v1_synth = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2FnZW50aWMvc2tpbGwvdjEvc3ludGgucHJvdG8SG2FpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MSKMAQoKU2tpbGxTeW50aBI2CgVsb2NhbBgBIAEoCzIlLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5Mb2NhbERpckgAEi8KA2dpdBgCIAEoCzIgLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5HaXRIABILCgN0YWcYAyABKAlCCAoGc291cmNlIhgKCExvY2FsRGlyEgwKBHBhdGgYASABKAkiLwoDR2l0EgsKA3VybBgBIAEoCRILCgNyZWYYAiABKAkSDgoGc3ViZGlyGAMgASgJYgZwcm90bzM");
|
|
9
|
+
/**
|
|
10
|
+
* Describes the message ai.stigmer.agentic.skill.v1.SkillSynth.
|
|
11
|
+
* Use `create(SkillSynthSchema)` to create a new message.
|
|
12
|
+
*/
|
|
13
|
+
export const SkillSynthSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_skill_v1_synth, 0);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message ai.stigmer.agentic.skill.v1.LocalDir.
|
|
16
|
+
* Use `create(LocalDirSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const LocalDirSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_skill_v1_synth, 1);
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message ai.stigmer.agentic.skill.v1.Git.
|
|
21
|
+
* Use `create(GitSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const GitSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_skill_v1_synth, 2);
|
|
24
|
+
//# sourceMappingURL=synth_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"synth_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/synth_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,6YAA6Y,CAAC,CAAC;AAqD1Z;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAqBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAuCzD;;;GAGG;AACH,MAAM,CAAC,MAAM,SAAS,GAAoB,aAAa,CACrD,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
|