@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,15 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/iam/identityprovider/v1/spec.proto (package ai.stigmer.iam.identityprovider.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/iam/identityprovider/v1/spec.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_iam_identityprovider_v1_spec = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL2lhbS9pZGVudGl0eXByb3ZpZGVyL3YxL3NwZWMucHJvdG8SImFpLnN0aWdtZXIuaWFtLmlkZW50aXR5cHJvdmlkZXIudjEi0AEKFElkZW50aXR5UHJvdmlkZXJTcGVjEh4KDGRpc3BsYXlfbmFtZRgBIAEoCUIIukgFcgMYyAESGgoIandrc191cmkYAiABKAlCCLpIBXIDGIAQEhcKD2FsbG93ZWRfaXNzdWVycxgDIAMoCRIjChFleHBlY3RlZF9hdWRpZW5jZRgEIAEoCUIIukgFcgMYyAESGQoRcmF0ZV9saW1pdF9idWRnZXQYBSABKAUSIwoRdXNlcmluZm9fZW5kcG9pbnQYBiABKAlCCLpIBXIDGIAQYgZwcm90bzM", [file_buf_validate_validate]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.iam.identityprovider.v1.IdentityProviderSpec.
|
|
12
|
+
* Use `create(IdentityProviderSpecSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const IdentityProviderSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_iam_identityprovider_v1_spec, 0);
|
|
15
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/iam/identityprovider/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,iIAAiI;AACjI,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,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,qZAAqZ,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAuGhc;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ApiResourceKind } from "../../commons/apiresource/apiresourcekind/api_resource_kind_pb";
|
|
3
|
+
import type { ApiResourceVisibility } from "../../commons/apiresource/enum_pb";
|
|
4
|
+
import type { PageInfo } from "../../commons/rpc/pagination_pb";
|
|
5
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/search/v1/io.proto.
|
|
9
|
+
*/
|
|
10
|
+
export declare const file_ai_stigmer_search_v1_io: GenFile;
|
|
11
|
+
/**
|
|
12
|
+
* SearchRequest specifies criteria for searching API resources.
|
|
13
|
+
*
|
|
14
|
+
* This single request type supports three use cases:
|
|
15
|
+
* - List: Return all accessible resources of specified kind(s)
|
|
16
|
+
* - Search: Find resources matching a text query
|
|
17
|
+
* - Discover: Search across all resource kinds
|
|
18
|
+
*
|
|
19
|
+
* Examples:
|
|
20
|
+
*
|
|
21
|
+
* List agents in an organization:
|
|
22
|
+
* {kinds: [agent], org: "acme", query: ""}
|
|
23
|
+
*
|
|
24
|
+
* Search agents by text:
|
|
25
|
+
* {kinds: [agent], query: "code review"}
|
|
26
|
+
*
|
|
27
|
+
* Discover all resources matching a query:
|
|
28
|
+
* {kinds: [], query: "kubernetes"}
|
|
29
|
+
*
|
|
30
|
+
* Search multiple kinds:
|
|
31
|
+
* {kinds: [agent, skill], query: "security", org: "acme"}
|
|
32
|
+
*
|
|
33
|
+
* @generated from message ai.stigmer.search.v1.SearchRequest
|
|
34
|
+
*/
|
|
35
|
+
export type SearchRequest = Message<"ai.stigmer.search.v1.SearchRequest"> & {
|
|
36
|
+
/**
|
|
37
|
+
* Resource kinds to search.
|
|
38
|
+
*
|
|
39
|
+
* Behavior:
|
|
40
|
+
* - Empty: Search all searchable kinds (discover mode)
|
|
41
|
+
* Searchable kinds: agent, skill, mcp_server, workflow
|
|
42
|
+
* - Single kind: Search only that resource type
|
|
43
|
+
* - Multiple kinds: Search specified types
|
|
44
|
+
*
|
|
45
|
+
* Invalid kinds are silently ignored (allows forward compatibility).
|
|
46
|
+
*
|
|
47
|
+
* @generated from field: repeated ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind kinds = 1;
|
|
48
|
+
*/
|
|
49
|
+
kinds: ApiResourceKind[];
|
|
50
|
+
/**
|
|
51
|
+
* Text query for full-text search.
|
|
52
|
+
*
|
|
53
|
+
* Searches across: name, description, tags.
|
|
54
|
+
*
|
|
55
|
+
* Behavior:
|
|
56
|
+
* - Empty: Return all accessible resources (list mode)
|
|
57
|
+
* Results sorted by created_at descending (newer first)
|
|
58
|
+
* - Non-empty: Full-text search with relevance ranking
|
|
59
|
+
* Results sorted by relevance score descending
|
|
60
|
+
*
|
|
61
|
+
* Query syntax: Plain text (no special operators).
|
|
62
|
+
* Maximum length: 500 characters.
|
|
63
|
+
*
|
|
64
|
+
* @generated from field: string query = 2;
|
|
65
|
+
*/
|
|
66
|
+
query: string;
|
|
67
|
+
/**
|
|
68
|
+
* Organization to scope the search.
|
|
69
|
+
*
|
|
70
|
+
* Format: lowercase alphanumeric with hyphens (e.g., "acme", "stigmer").
|
|
71
|
+
*
|
|
72
|
+
* Behavior:
|
|
73
|
+
* - Empty: Search all organizations the caller has access to
|
|
74
|
+
* - Non-empty: Search only within the specified organization
|
|
75
|
+
* Caller must have access to at least one resource in the org
|
|
76
|
+
*
|
|
77
|
+
* Examples: "stigmer", "acme-corp", "my-org"
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: string org = 3;
|
|
80
|
+
*/
|
|
81
|
+
org: string;
|
|
82
|
+
/**
|
|
83
|
+
* Exclude public/platform resources from results.
|
|
84
|
+
*
|
|
85
|
+
* Default: false (include public resources).
|
|
86
|
+
*
|
|
87
|
+
* When true: Only return resources from organizations the caller
|
|
88
|
+
* is a member of. Excludes platform-provided public resources
|
|
89
|
+
* like "stigmer/web-search".
|
|
90
|
+
*
|
|
91
|
+
* Useful when users want to see only their own resources.
|
|
92
|
+
*
|
|
93
|
+
* @generated from field: bool exclude_public = 4;
|
|
94
|
+
*/
|
|
95
|
+
excludePublic: boolean;
|
|
96
|
+
/**
|
|
97
|
+
* Pagination parameters.
|
|
98
|
+
*
|
|
99
|
+
* - num: Page number (1-indexed). Default: 1
|
|
100
|
+
* - size: Items per page. Default: 20, Maximum: 100
|
|
101
|
+
*
|
|
102
|
+
* If not provided, defaults to page 1 with 20 items.
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: ai.stigmer.commons.rpc.PageInfo page = 5;
|
|
105
|
+
*/
|
|
106
|
+
page?: PageInfo;
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* Describes the message ai.stigmer.search.v1.SearchRequest.
|
|
110
|
+
* Use `create(SearchRequestSchema)` to create a new message.
|
|
111
|
+
*/
|
|
112
|
+
export declare const SearchRequestSchema: GenMessage<SearchRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* SearchResponse contains paginated search results with metadata.
|
|
115
|
+
*
|
|
116
|
+
* The response includes:
|
|
117
|
+
* - Matching resources as SearchResult projections
|
|
118
|
+
* - Counts per kind for UI filtering/tabs
|
|
119
|
+
* - Pagination metadata
|
|
120
|
+
*
|
|
121
|
+
* @generated from message ai.stigmer.search.v1.SearchResponse
|
|
122
|
+
*/
|
|
123
|
+
export type SearchResponse = Message<"ai.stigmer.search.v1.SearchResponse"> & {
|
|
124
|
+
/**
|
|
125
|
+
* Search results for the current page.
|
|
126
|
+
*
|
|
127
|
+
* Ordering:
|
|
128
|
+
* - With query: Sorted by relevance score (descending)
|
|
129
|
+
* - Without query: Sorted by created_at (descending, newer first)
|
|
130
|
+
*
|
|
131
|
+
* Each result is a display projection, not the full resource.
|
|
132
|
+
* To get the full resource, use the kind-specific get RPC.
|
|
133
|
+
*
|
|
134
|
+
* @generated from field: repeated ai.stigmer.search.v1.SearchResult entries = 1;
|
|
135
|
+
*/
|
|
136
|
+
entries: SearchResult[];
|
|
137
|
+
/**
|
|
138
|
+
* Count of results per resource kind.
|
|
139
|
+
*
|
|
140
|
+
* Keys are ApiResourceKind enum names as strings (e.g., "agent", "skill").
|
|
141
|
+
* Values are the total count of matching resources for that kind
|
|
142
|
+
* (not just the current page).
|
|
143
|
+
*
|
|
144
|
+
* Useful for rendering UI tabs or filter badges showing counts.
|
|
145
|
+
* Example: {"agent": 5, "skill": 12, "mcp_server": 3, "workflow": 2}
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: map<string, int32> counts_by_kind = 2;
|
|
148
|
+
*/
|
|
149
|
+
countsByKind: {
|
|
150
|
+
[key: string]: number;
|
|
151
|
+
};
|
|
152
|
+
/**
|
|
153
|
+
* Total count of matching resources across all kinds.
|
|
154
|
+
*
|
|
155
|
+
* This is the sum of all counts_by_kind values.
|
|
156
|
+
* Used for displaying "Showing X of Y results".
|
|
157
|
+
*
|
|
158
|
+
* @generated from field: int32 total_count = 3;
|
|
159
|
+
*/
|
|
160
|
+
totalCount: number;
|
|
161
|
+
/**
|
|
162
|
+
* Total number of pages based on current page size.
|
|
163
|
+
*
|
|
164
|
+
* Calculated as: ceil(total_count / page.size)
|
|
165
|
+
* Used for pagination controls.
|
|
166
|
+
*
|
|
167
|
+
* @generated from field: int32 total_pages = 4;
|
|
168
|
+
*/
|
|
169
|
+
totalPages: number;
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* Describes the message ai.stigmer.search.v1.SearchResponse.
|
|
173
|
+
* Use `create(SearchResponseSchema)` to create a new message.
|
|
174
|
+
*/
|
|
175
|
+
export declare const SearchResponseSchema: GenMessage<SearchResponse>;
|
|
176
|
+
/**
|
|
177
|
+
* SearchResult is a display-optimized projection of an API resource.
|
|
178
|
+
*
|
|
179
|
+
* Contains only the fields needed for search result display:
|
|
180
|
+
* - Identity: kind, id, slug, org
|
|
181
|
+
* - Display: name, description, tags
|
|
182
|
+
* - Metadata: visibility, timestamps, relevance score
|
|
183
|
+
*
|
|
184
|
+
* This is NOT the full resource. Use the kind-specific QueryController
|
|
185
|
+
* (e.g., AgentQueryController.get) to retrieve the complete resource.
|
|
186
|
+
*
|
|
187
|
+
* The description field is populated by each resource's Searchable interface:
|
|
188
|
+
* - Agent: spec.instructions (may be truncated)
|
|
189
|
+
* - Skill: spec.description
|
|
190
|
+
* - McpServer: spec.description
|
|
191
|
+
* - Workflow: spec.description
|
|
192
|
+
*
|
|
193
|
+
* @generated from message ai.stigmer.search.v1.SearchResult
|
|
194
|
+
*/
|
|
195
|
+
export type SearchResult = Message<"ai.stigmer.search.v1.SearchResult"> & {
|
|
196
|
+
/**
|
|
197
|
+
* Resource kind (e.g., agent, skill, mcp_server, workflow).
|
|
198
|
+
*
|
|
199
|
+
* @generated from field: ai.stigmer.commons.apiresource.apiresourcekind.ApiResourceKind kind = 1;
|
|
200
|
+
*/
|
|
201
|
+
kind: ApiResourceKind;
|
|
202
|
+
/**
|
|
203
|
+
* System-generated unique identifier (UUID).
|
|
204
|
+
*
|
|
205
|
+
* Format: Prefixed UUID (e.g., "agt-550e8400-e29b-41d4-a716-446655440000").
|
|
206
|
+
* Use this for subsequent API calls to get/update/delete the resource.
|
|
207
|
+
*
|
|
208
|
+
* @generated from field: string id = 2;
|
|
209
|
+
*/
|
|
210
|
+
id: string;
|
|
211
|
+
/**
|
|
212
|
+
* Human-readable display name.
|
|
213
|
+
*
|
|
214
|
+
* From metadata.name. This is the user-provided name.
|
|
215
|
+
* Example: "Code Review Agent", "Web Search Skill"
|
|
216
|
+
*
|
|
217
|
+
* @generated from field: string name = 3;
|
|
218
|
+
*/
|
|
219
|
+
name: string;
|
|
220
|
+
/**
|
|
221
|
+
* URL-friendly identifier, unique within the organization.
|
|
222
|
+
*
|
|
223
|
+
* From metadata.slug. Lowercase alphanumeric with hyphens.
|
|
224
|
+
* Example: "code-review-agent", "web-search"
|
|
225
|
+
*
|
|
226
|
+
* @generated from field: string slug = 4;
|
|
227
|
+
*/
|
|
228
|
+
slug: string;
|
|
229
|
+
/**
|
|
230
|
+
* Fully qualified slug: "org/slug".
|
|
231
|
+
*
|
|
232
|
+
* Pre-computed for CLI and UI display.
|
|
233
|
+
* Example: "stigmer/web-search", "acme/code-reviewer"
|
|
234
|
+
*
|
|
235
|
+
* This is the canonical reference format used in YAML configurations.
|
|
236
|
+
*
|
|
237
|
+
* @generated from field: string qualified_slug = 5;
|
|
238
|
+
*/
|
|
239
|
+
qualifiedSlug: string;
|
|
240
|
+
/**
|
|
241
|
+
* Organization that owns this resource.
|
|
242
|
+
*
|
|
243
|
+
* From metadata.org. The organization slug.
|
|
244
|
+
* Example: "stigmer", "acme-corp"
|
|
245
|
+
*
|
|
246
|
+
* @generated from field: string org = 6;
|
|
247
|
+
*/
|
|
248
|
+
org: string;
|
|
249
|
+
/**
|
|
250
|
+
* Brief description for display in search results.
|
|
251
|
+
*
|
|
252
|
+
* Extracted from the resource spec via the Searchable interface.
|
|
253
|
+
* The source field varies by resource type:
|
|
254
|
+
* - Agent: spec.instructions
|
|
255
|
+
* - Skill: spec.description
|
|
256
|
+
* - McpServer: spec.description
|
|
257
|
+
* - Workflow: spec.description
|
|
258
|
+
*
|
|
259
|
+
* May be empty if the resource has no description.
|
|
260
|
+
* Truncation for display is a presentation concern (CLI/UI responsibility).
|
|
261
|
+
*
|
|
262
|
+
* @generated from field: string description = 7;
|
|
263
|
+
*/
|
|
264
|
+
description: string;
|
|
265
|
+
/**
|
|
266
|
+
* Resource visibility: public or private.
|
|
267
|
+
*
|
|
268
|
+
* - visibility_private: Only org members can access
|
|
269
|
+
* - visibility_public: Anyone can read (e.g., marketplace resources)
|
|
270
|
+
*
|
|
271
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceVisibility visibility = 8;
|
|
272
|
+
*/
|
|
273
|
+
visibility: ApiResourceVisibility;
|
|
274
|
+
/**
|
|
275
|
+
* Tags for categorization and filtering.
|
|
276
|
+
*
|
|
277
|
+
* From metadata.tags. User-provided labels.
|
|
278
|
+
* Example: ["security", "code-review", "ai"]
|
|
279
|
+
*
|
|
280
|
+
* @generated from field: repeated string tags = 9;
|
|
281
|
+
*/
|
|
282
|
+
tags: string[];
|
|
283
|
+
/**
|
|
284
|
+
* When the resource was created.
|
|
285
|
+
*
|
|
286
|
+
* From status.audit.created_at.
|
|
287
|
+
* Used for sorting in list mode (no query).
|
|
288
|
+
*
|
|
289
|
+
* @generated from field: google.protobuf.Timestamp created_at = 10;
|
|
290
|
+
*/
|
|
291
|
+
createdAt?: Timestamp;
|
|
292
|
+
/**
|
|
293
|
+
* When the resource was last updated.
|
|
294
|
+
*
|
|
295
|
+
* From status.audit.updated_at.
|
|
296
|
+
* Useful for showing recency in search results.
|
|
297
|
+
*
|
|
298
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 11;
|
|
299
|
+
*/
|
|
300
|
+
updatedAt?: Timestamp;
|
|
301
|
+
/**
|
|
302
|
+
* Relevance score for search ranking.
|
|
303
|
+
*
|
|
304
|
+
* Range: 0.0 to 1.0 (higher = better match).
|
|
305
|
+
*
|
|
306
|
+
* Behavior:
|
|
307
|
+
* - With query: Score from full-text search ranking
|
|
308
|
+
* - Without query (list mode): Always 1.0
|
|
309
|
+
*
|
|
310
|
+
* Used for sorting when a search query is provided.
|
|
311
|
+
*
|
|
312
|
+
* @generated from field: float score = 12;
|
|
313
|
+
*/
|
|
314
|
+
score: number;
|
|
315
|
+
};
|
|
316
|
+
/**
|
|
317
|
+
* Describes the message ai.stigmer.search.v1.SearchResult.
|
|
318
|
+
* Use `create(SearchResultSchema)` to create a new message.
|
|
319
|
+
*/
|
|
320
|
+
export declare const SearchResultSchema: GenMessage<SearchResult>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/search/v1/io.proto (package ai.stigmer.search.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind } from "../../commons/apiresource/apiresourcekind/api_resource_kind_pb";
|
|
6
|
+
import { file_ai_stigmer_commons_apiresource_enum } from "../../commons/apiresource/enum_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_rpc_pagination } from "../../commons/rpc/pagination_pb";
|
|
8
|
+
import { file_buf_validate_validate } from "../../../../buf/validate/validate_pb";
|
|
9
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file ai/stigmer/search/v1/io.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_ai_stigmer_search_v1_io = /*@__PURE__*/ fileDesc("Ch1haS9zdGlnbWVyL3NlYXJjaC92MS9pby5wcm90bxIUYWkuc3RpZ21lci5zZWFyY2gudjEi+wEKDVNlYXJjaFJlcXVlc3QSXQoFa2luZHMYASADKA4yPy5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuYXBpcmVzb3VyY2VraW5kLkFwaVJlc291cmNlS2luZEINukgKkgEHIgWCAQIQARIXCgVxdWVyeRgCIAEoCUIIukgFcgMY9AMSKgoDb3JnGAMgASgJQh26SBpyGBg/MhReJHxeW2Etel1bYS16MC05LV0qJBIWCg5leGNsdWRlX3B1YmxpYxgEIAEoCBIuCgRwYWdlGAUgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mbyL0AQoOU2VhcmNoUmVzcG9uc2USMwoHZW50cmllcxgBIAMoCzIiLmFpLnN0aWdtZXIuc2VhcmNoLnYxLlNlYXJjaFJlc3VsdBJOCg5jb3VudHNfYnlfa2luZBgCIAMoCzI2LmFpLnN0aWdtZXIuc2VhcmNoLnYxLlNlYXJjaFJlc3BvbnNlLkNvdW50c0J5S2luZEVudHJ5EhMKC3RvdGFsX2NvdW50GAMgASgFEhMKC3RvdGFsX3BhZ2VzGAQgASgFGjMKEUNvdW50c0J5S2luZEVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoBToCOAEihwMKDFNlYXJjaFJlc3VsdBJNCgRraW5kGAEgASgOMj8uYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLmFwaXJlc291cmNla2luZC5BcGlSZXNvdXJjZUtpbmQSCgoCaWQYAiABKAkSDAoEbmFtZRgDIAEoCRIMCgRzbHVnGAQgASgJEhYKDnF1YWxpZmllZF9zbHVnGAUgASgJEgsKA29yZxgGIAEoCRITCgtkZXNjcmlwdGlvbhgHIAEoCRJJCgp2aXNpYmlsaXR5GAggASgOMjUuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlVmlzaWJpbGl0eRIMCgR0YWdzGAkgAygJEi4KCmNyZWF0ZWRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYCyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEg0KBXNjb3JlGAwgASgCYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_apiresourcekind_api_resource_kind, file_ai_stigmer_commons_apiresource_enum, file_ai_stigmer_commons_rpc_pagination, file_buf_validate_validate, file_google_protobuf_timestamp]);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message ai.stigmer.search.v1.SearchRequest.
|
|
16
|
+
* Use `create(SearchRequestSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const SearchRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_search_v1_io, 0);
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message ai.stigmer.search.v1.SearchResponse.
|
|
21
|
+
* Use `create(SearchResponseSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const SearchResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_search_v1_io, 1);
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message ai.stigmer.search.v1.SearchResult.
|
|
26
|
+
* Use `create(SearchResultSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
export const SearchResultSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_search_v1_io, 2);
|
|
29
|
+
//# sourceMappingURL=io_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,mGAAmG;AACnG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qEAAqE,EAAE,MAAM,gEAAgE,CAAC;AAEvJ,OAAO,EAAE,wCAAwC,EAAE,MAAM,mCAAmC,CAAC;AAE7F,OAAO,EAAE,sCAAsC,EAAE,MAAM,iCAAiC,CAAC;AACzF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAY,aAAa,CAChE,QAAQ,CAAC,6vCAA6vC,EAAE,CAAC,qEAAqE,EAAE,wCAAwC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAwGj+C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AA8D/C;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC;AA0J/C;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,4BAA4B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SearchService provides unified search across all API resources.
|
|
3
|
+
*
|
|
4
|
+
* This is a CQRS Query Service operating on the read-side of the system.
|
|
5
|
+
* It queries multiple domain aggregates (Agent, Skill, McpServer, Workflow)
|
|
6
|
+
* and returns display-optimized projections. It does not modify state.
|
|
7
|
+
*
|
|
8
|
+
* Architectural Note:
|
|
9
|
+
* Search is cross-aggregate query infrastructure, not a domain bounded context.
|
|
10
|
+
* It lives in the query layer (CQRS read-side), not the domain layer.
|
|
11
|
+
* Therefore, it does not have an api_resource_kind option like domain services.
|
|
12
|
+
*
|
|
13
|
+
* Authorization Model:
|
|
14
|
+
* Unlike domain services that use declarative authorization options,
|
|
15
|
+
* SearchService handles authorization programmatically in the handler:
|
|
16
|
+
* 1. Call FGA to get authorized resource IDs per requested kind
|
|
17
|
+
* 2. Apply filters (org, query, exclude_public) against authorized set
|
|
18
|
+
* 3. Return only resources the caller has can_view permission on
|
|
19
|
+
*
|
|
20
|
+
* Usage Patterns (all via single RPC):
|
|
21
|
+
* - List agents in org: {kinds: [agent], org: "acme", query: ""}
|
|
22
|
+
* - Search agents: {kinds: [agent], query: "security"}
|
|
23
|
+
* - Search in org: {kinds: [agent], org: "acme", query: "security"}
|
|
24
|
+
* - Discover all kinds: {kinds: [], query: "kubernetes"}
|
|
25
|
+
* - Discover specific: {kinds: [agent, skill], query: "kubernetes"}
|
|
26
|
+
*
|
|
27
|
+
* @generated from service ai.stigmer.search.v1.SearchService
|
|
28
|
+
*/
|
|
29
|
+
export declare const SearchService: {
|
|
30
|
+
readonly typeName: "ai.stigmer.search.v1.SearchService";
|
|
31
|
+
readonly methods: {
|
|
32
|
+
/**
|
|
33
|
+
* Search resources across one or more kinds.
|
|
34
|
+
*
|
|
35
|
+
* This is the unified entry point for list, search, and discover operations.
|
|
36
|
+
* The behavior is determined by the combination of request parameters:
|
|
37
|
+
*
|
|
38
|
+
* | Operation | kinds | query | org | Behavior |
|
|
39
|
+
* |-----------|-----------|-------|---------|---------------------------------------|
|
|
40
|
+
* | List | [X] | "" | "acme" | All X in org, sorted by created_at |
|
|
41
|
+
* | List All | [X] | "" | "" | All accessible X, sorted by created_at|
|
|
42
|
+
* | Search | [X] | "..." | "" | Search X by query, sorted by relevance|
|
|
43
|
+
* | Search Org| [X] | "..." | "acme" | Search X in org, sorted by relevance |
|
|
44
|
+
* | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
|
|
45
|
+
*
|
|
46
|
+
* Sort Order:
|
|
47
|
+
* - With query: Results sorted by relevance score (descending)
|
|
48
|
+
* - Without query: Results sorted by created_at (descending, newer first)
|
|
49
|
+
*
|
|
50
|
+
* Authorization:
|
|
51
|
+
* Returns only resources the caller has can_view permission on.
|
|
52
|
+
* The handler queries FGA per kind to get authorized IDs, then applies filters.
|
|
53
|
+
*
|
|
54
|
+
* Pagination:
|
|
55
|
+
* Use page.num (1-indexed) and page.size to paginate results.
|
|
56
|
+
* Response includes total_count and total_pages for UI pagination controls.
|
|
57
|
+
*
|
|
58
|
+
* @generated from rpc ai.stigmer.search.v1.SearchService.search
|
|
59
|
+
*/
|
|
60
|
+
readonly search: {
|
|
61
|
+
readonly name: "search";
|
|
62
|
+
readonly I: any;
|
|
63
|
+
readonly O: any;
|
|
64
|
+
readonly kind: any;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/search/v1/query.proto (package ai.stigmer.search.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* SearchService provides unified search across all API resources.
|
|
8
|
+
*
|
|
9
|
+
* This is a CQRS Query Service operating on the read-side of the system.
|
|
10
|
+
* It queries multiple domain aggregates (Agent, Skill, McpServer, Workflow)
|
|
11
|
+
* and returns display-optimized projections. It does not modify state.
|
|
12
|
+
*
|
|
13
|
+
* Architectural Note:
|
|
14
|
+
* Search is cross-aggregate query infrastructure, not a domain bounded context.
|
|
15
|
+
* It lives in the query layer (CQRS read-side), not the domain layer.
|
|
16
|
+
* Therefore, it does not have an api_resource_kind option like domain services.
|
|
17
|
+
*
|
|
18
|
+
* Authorization Model:
|
|
19
|
+
* Unlike domain services that use declarative authorization options,
|
|
20
|
+
* SearchService handles authorization programmatically in the handler:
|
|
21
|
+
* 1. Call FGA to get authorized resource IDs per requested kind
|
|
22
|
+
* 2. Apply filters (org, query, exclude_public) against authorized set
|
|
23
|
+
* 3. Return only resources the caller has can_view permission on
|
|
24
|
+
*
|
|
25
|
+
* Usage Patterns (all via single RPC):
|
|
26
|
+
* - List agents in org: {kinds: [agent], org: "acme", query: ""}
|
|
27
|
+
* - Search agents: {kinds: [agent], query: "security"}
|
|
28
|
+
* - Search in org: {kinds: [agent], org: "acme", query: "security"}
|
|
29
|
+
* - Discover all kinds: {kinds: [], query: "kubernetes"}
|
|
30
|
+
* - Discover specific: {kinds: [agent, skill], query: "kubernetes"}
|
|
31
|
+
*
|
|
32
|
+
* @generated from service ai.stigmer.search.v1.SearchService
|
|
33
|
+
*/
|
|
34
|
+
export const SearchService = {
|
|
35
|
+
typeName: "ai.stigmer.search.v1.SearchService",
|
|
36
|
+
methods: {
|
|
37
|
+
/**
|
|
38
|
+
* Search resources across one or more kinds.
|
|
39
|
+
*
|
|
40
|
+
* This is the unified entry point for list, search, and discover operations.
|
|
41
|
+
* The behavior is determined by the combination of request parameters:
|
|
42
|
+
*
|
|
43
|
+
* | Operation | kinds | query | org | Behavior |
|
|
44
|
+
* |-----------|-----------|-------|---------|---------------------------------------|
|
|
45
|
+
* | List | [X] | "" | "acme" | All X in org, sorted by created_at |
|
|
46
|
+
* | List All | [X] | "" | "" | All accessible X, sorted by created_at|
|
|
47
|
+
* | Search | [X] | "..." | "" | Search X by query, sorted by relevance|
|
|
48
|
+
* | Search Org| [X] | "..." | "acme" | Search X in org, sorted by relevance |
|
|
49
|
+
* | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
|
|
50
|
+
*
|
|
51
|
+
* Sort Order:
|
|
52
|
+
* - With query: Results sorted by relevance score (descending)
|
|
53
|
+
* - Without query: Results sorted by created_at (descending, newer first)
|
|
54
|
+
*
|
|
55
|
+
* Authorization:
|
|
56
|
+
* Returns only resources the caller has can_view permission on.
|
|
57
|
+
* The handler queries FGA per kind to get authorized IDs, then applies filters.
|
|
58
|
+
*
|
|
59
|
+
* Pagination:
|
|
60
|
+
* Use page.num (1-indexed) and page.size to paginate results.
|
|
61
|
+
* Response includes total_count and total_pages for UI pagination controls.
|
|
62
|
+
*
|
|
63
|
+
* @generated from rpc ai.stigmer.search.v1.SearchService.search
|
|
64
|
+
*/
|
|
65
|
+
search: {
|
|
66
|
+
name: "search",
|
|
67
|
+
I: SearchRequest,
|
|
68
|
+
O: SearchResponse,
|
|
69
|
+
kind: MethodKind.Unary,
|
|
70
|
+
},
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
//# sourceMappingURL=query_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sGAAsG;AACtG,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,QAAQ,EAAE,oCAAoC;IAC9C,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { SearchRequestSchema, SearchResponseSchema } from "./io_pb";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/search/v1/query.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_search_v1_query: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* SearchService provides unified search across all API resources.
|
|
9
|
+
*
|
|
10
|
+
* This is a CQRS Query Service operating on the read-side of the system.
|
|
11
|
+
* It queries multiple domain aggregates (Agent, Skill, McpServer, Workflow)
|
|
12
|
+
* and returns display-optimized projections. It does not modify state.
|
|
13
|
+
*
|
|
14
|
+
* Architectural Note:
|
|
15
|
+
* Search is cross-aggregate query infrastructure, not a domain bounded context.
|
|
16
|
+
* It lives in the query layer (CQRS read-side), not the domain layer.
|
|
17
|
+
* Therefore, it does not have an api_resource_kind option like domain services.
|
|
18
|
+
*
|
|
19
|
+
* Authorization Model:
|
|
20
|
+
* Unlike domain services that use declarative authorization options,
|
|
21
|
+
* SearchService handles authorization programmatically in the handler:
|
|
22
|
+
* 1. Call FGA to get authorized resource IDs per requested kind
|
|
23
|
+
* 2. Apply filters (org, query, exclude_public) against authorized set
|
|
24
|
+
* 3. Return only resources the caller has can_view permission on
|
|
25
|
+
*
|
|
26
|
+
* Usage Patterns (all via single RPC):
|
|
27
|
+
* - List agents in org: {kinds: [agent], org: "acme", query: ""}
|
|
28
|
+
* - Search agents: {kinds: [agent], query: "security"}
|
|
29
|
+
* - Search in org: {kinds: [agent], org: "acme", query: "security"}
|
|
30
|
+
* - Discover all kinds: {kinds: [], query: "kubernetes"}
|
|
31
|
+
* - Discover specific: {kinds: [agent, skill], query: "kubernetes"}
|
|
32
|
+
*
|
|
33
|
+
* @generated from service ai.stigmer.search.v1.SearchService
|
|
34
|
+
*/
|
|
35
|
+
export declare const SearchService: GenService<{
|
|
36
|
+
/**
|
|
37
|
+
* Search resources across one or more kinds.
|
|
38
|
+
*
|
|
39
|
+
* This is the unified entry point for list, search, and discover operations.
|
|
40
|
+
* The behavior is determined by the combination of request parameters:
|
|
41
|
+
*
|
|
42
|
+
* | Operation | kinds | query | org | Behavior |
|
|
43
|
+
* |-----------|-----------|-------|---------|---------------------------------------|
|
|
44
|
+
* | List | [X] | "" | "acme" | All X in org, sorted by created_at |
|
|
45
|
+
* | List All | [X] | "" | "" | All accessible X, sorted by created_at|
|
|
46
|
+
* | Search | [X] | "..." | "" | Search X by query, sorted by relevance|
|
|
47
|
+
* | Search Org| [X] | "..." | "acme" | Search X in org, sorted by relevance |
|
|
48
|
+
* | Discover | [] | "..." | "" | Search all kinds, sorted by relevance |
|
|
49
|
+
*
|
|
50
|
+
* Sort Order:
|
|
51
|
+
* - With query: Results sorted by relevance score (descending)
|
|
52
|
+
* - Without query: Results sorted by created_at (descending, newer first)
|
|
53
|
+
*
|
|
54
|
+
* Authorization:
|
|
55
|
+
* Returns only resources the caller has can_view permission on.
|
|
56
|
+
* The handler queries FGA per kind to get authorized IDs, then applies filters.
|
|
57
|
+
*
|
|
58
|
+
* Pagination:
|
|
59
|
+
* Use page.num (1-indexed) and page.size to paginate results.
|
|
60
|
+
* Response includes total_count and total_pages for UI pagination controls.
|
|
61
|
+
*
|
|
62
|
+
* @generated from rpc ai.stigmer.search.v1.SearchService.search
|
|
63
|
+
*/
|
|
64
|
+
search: {
|
|
65
|
+
methodKind: "unary";
|
|
66
|
+
input: typeof SearchRequestSchema;
|
|
67
|
+
output: typeof SearchResponseSchema;
|
|
68
|
+
};
|
|
69
|
+
}>;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/search/v1/query.proto (package ai.stigmer.search.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../iam/iampolicy/v1/rpcauthorization/method_options_pb";
|
|
6
|
+
import { file_ai_stigmer_search_v1_io } from "./io_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/search/v1/query.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_search_v1_query = /*@__PURE__*/ fileDesc("CiBhaS9zdGlnbWVyL3NlYXJjaC92MS9xdWVyeS5wcm90bxIUYWkuc3RpZ21lci5zZWFyY2gudjEyagoNU2VhcmNoU2VydmljZRJZCgZzZWFyY2gSIy5haS5zdGlnbWVyLnNlYXJjaC52MS5TZWFyY2hSZXF1ZXN0GiQuYWkuc3RpZ21lci5zZWFyY2gudjEuU2VhcmNoUmVzcG9uc2UiBNC4GAFiBnByb3RvMw", [file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options, file_ai_stigmer_search_v1_io]);
|
|
11
|
+
/**
|
|
12
|
+
* SearchService provides unified search across all API resources.
|
|
13
|
+
*
|
|
14
|
+
* This is a CQRS Query Service operating on the read-side of the system.
|
|
15
|
+
* It queries multiple domain aggregates (Agent, Skill, McpServer, Workflow)
|
|
16
|
+
* and returns display-optimized projections. It does not modify state.
|
|
17
|
+
*
|
|
18
|
+
* Architectural Note:
|
|
19
|
+
* Search is cross-aggregate query infrastructure, not a domain bounded context.
|
|
20
|
+
* It lives in the query layer (CQRS read-side), not the domain layer.
|
|
21
|
+
* Therefore, it does not have an api_resource_kind option like domain services.
|
|
22
|
+
*
|
|
23
|
+
* Authorization Model:
|
|
24
|
+
* Unlike domain services that use declarative authorization options,
|
|
25
|
+
* SearchService handles authorization programmatically in the handler:
|
|
26
|
+
* 1. Call FGA to get authorized resource IDs per requested kind
|
|
27
|
+
* 2. Apply filters (org, query, exclude_public) against authorized set
|
|
28
|
+
* 3. Return only resources the caller has can_view permission on
|
|
29
|
+
*
|
|
30
|
+
* Usage Patterns (all via single RPC):
|
|
31
|
+
* - List agents in org: {kinds: [agent], org: "acme", query: ""}
|
|
32
|
+
* - Search agents: {kinds: [agent], query: "security"}
|
|
33
|
+
* - Search in org: {kinds: [agent], org: "acme", query: "security"}
|
|
34
|
+
* - Discover all kinds: {kinds: [], query: "kubernetes"}
|
|
35
|
+
* - Discover specific: {kinds: [agent, skill], query: "kubernetes"}
|
|
36
|
+
*
|
|
37
|
+
* @generated from service ai.stigmer.search.v1.SearchService
|
|
38
|
+
*/
|
|
39
|
+
export const SearchService = /*@__PURE__*/ serviceDesc(file_ai_stigmer_search_v1_query, 0);
|
|
40
|
+
//# sourceMappingURL=query_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/search/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sGAAsG;AACtG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,gEAAgE,EAAE,MAAM,2DAA2D,CAAC;AAE7I,OAAO,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAC;AAEvD;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAY,aAAa,CACnE,QAAQ,CAAC,wOAAwO,EAAE,CAAC,gEAAgE,EAAE,4BAA4B,CAAC,CAAC,CAAC;AAEvV;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,CAAC,MAAM,aAAa,GAkCrB,aAAa,CAChB,WAAW,CAAC,+BAA+B,EAAE,CAAC,CAAC,CAAC"}
|