@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,53 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { WorkflowSpec } from "./spec_pb";
|
|
3
|
+
import type { WorkflowStatus } from "./status_pb";
|
|
4
|
+
import type { ApiResourceMetadata } from "../../../commons/apiresource/metadata_pb";
|
|
5
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/api.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_api: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* Workflow represents a workflow orchestration definition.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.Workflow
|
|
14
|
+
*/
|
|
15
|
+
export type Workflow = Message<"ai.stigmer.agentic.workflow.v1.Workflow"> & {
|
|
16
|
+
/**
|
|
17
|
+
* API version for this resource type.
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: string api_version = 1;
|
|
20
|
+
*/
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
/**
|
|
23
|
+
* Resource kind identifier.
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: string kind = 2;
|
|
26
|
+
*/
|
|
27
|
+
kind: string;
|
|
28
|
+
/**
|
|
29
|
+
* Standard resource metadata including name, id, labels, and tags.
|
|
30
|
+
* Workflows belong to an organization and can be PUBLIC or PRIVATE.
|
|
31
|
+
* Reference format: "org/slug" (e.g., "stigmer/deploy", "acme/onboarding")
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
|
|
34
|
+
*/
|
|
35
|
+
metadata?: ApiResourceMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Workflow-specific configuration.
|
|
38
|
+
*
|
|
39
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.WorkflowSpec spec = 4;
|
|
40
|
+
*/
|
|
41
|
+
spec?: WorkflowSpec;
|
|
42
|
+
/**
|
|
43
|
+
* System-managed status containing audit information and default instance ID.
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.WorkflowStatus status = 5;
|
|
46
|
+
*/
|
|
47
|
+
status?: WorkflowStatus;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.Workflow.
|
|
51
|
+
* Use `create(WorkflowSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export declare const WorkflowSchema: GenMessage<Workflow>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/api.proto (package ai.stigmer.agentic.workflow.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_workflow_v1_spec } from "./spec_pb";
|
|
6
|
+
import { file_ai_stigmer_agentic_workflow_v1_status } from "./status_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_metadata } from "../../../commons/apiresource/metadata_pb";
|
|
8
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/api.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_ai_stigmer_agentic_workflow_v1_api = /*@__PURE__*/ fileDesc("CihhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvYXBpLnByb3RvEh5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEipwIKCFdvcmtmbG93EjEKC2FwaV92ZXJzaW9uGAEgASgJQhy6SBlyFwoVYWdlbnRpYy5zdGlnbWVyLmFpL3YxEh0KBGtpbmQYAiABKAlCD7pIDHIKCghXb3JrZmxvdxJNCghtZXRhZGF0YRgDIAEoCzIzLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZU1ldGFkYXRhQga6SAPIAQESOgoEc3BlYxgEIAEoCzIsLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS5Xb3JrZmxvd1NwZWMSPgoGc3RhdHVzGAUgASgLMi4uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLldvcmtmbG93U3RhdHVzYgZwcm90bzM", [file_ai_stigmer_agentic_workflow_v1_spec, file_ai_stigmer_agentic_workflow_v1_status, file_ai_stigmer_commons_apiresource_metadata, file_buf_validate_validate]);
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.Workflow.
|
|
15
|
+
* Use `create(WorkflowSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const WorkflowSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_api, 0);
|
|
18
|
+
//# sourceMappingURL=api_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,wHAAwH;AACxH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,WAAW,CAAC;AAErE,OAAO,EAAE,0CAA0C,EAAE,MAAM,aAAa,CAAC;AAEzE,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AACxG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,6fAA6f,EAAE,CAAC,wCAAwC,EAAE,0CAA0C,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA8C5qB;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WorkflowCommandController handles write operations for workflows.
|
|
3
|
+
*
|
|
4
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowCommandController
|
|
5
|
+
*/
|
|
6
|
+
export declare const WorkflowCommandController: {
|
|
7
|
+
readonly typeName: "ai.stigmer.agentic.workflow.v1.WorkflowCommandController";
|
|
8
|
+
readonly methods: {
|
|
9
|
+
/**
|
|
10
|
+
* Create or update a workflow.
|
|
11
|
+
* The authorization and state-operation are determined depending on whether the workflow
|
|
12
|
+
* is going to be created or updated which is determined as part of the request execution.
|
|
13
|
+
*
|
|
14
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.apply
|
|
15
|
+
*/
|
|
16
|
+
readonly apply: {
|
|
17
|
+
readonly name: "apply";
|
|
18
|
+
readonly I: any;
|
|
19
|
+
readonly O: any;
|
|
20
|
+
readonly kind: any;
|
|
21
|
+
};
|
|
22
|
+
/**
|
|
23
|
+
* Create a new workflow.
|
|
24
|
+
*
|
|
25
|
+
* Authorization:
|
|
26
|
+
* - Organization-scoped workflows: Caller must have can_create_workflow permission in the organization
|
|
27
|
+
* - Platform-scoped workflows: Caller must be a platform operator (handled automatically by common auth step)
|
|
28
|
+
*
|
|
29
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.create
|
|
30
|
+
*/
|
|
31
|
+
readonly create: {
|
|
32
|
+
readonly name: "create";
|
|
33
|
+
readonly I: any;
|
|
34
|
+
readonly O: any;
|
|
35
|
+
readonly kind: any;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Update an existing workflow.
|
|
39
|
+
*
|
|
40
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.update
|
|
41
|
+
*/
|
|
42
|
+
readonly update: {
|
|
43
|
+
readonly name: "update";
|
|
44
|
+
readonly I: any;
|
|
45
|
+
readonly O: any;
|
|
46
|
+
readonly kind: any;
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* Delete a workflow.
|
|
50
|
+
*
|
|
51
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.delete
|
|
52
|
+
*/
|
|
53
|
+
readonly delete: {
|
|
54
|
+
readonly name: "delete";
|
|
55
|
+
readonly I: any;
|
|
56
|
+
readonly O: any;
|
|
57
|
+
readonly kind: any;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/command.proto (package ai.stigmer.agentic.workflow.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* WorkflowCommandController handles write operations for workflows.
|
|
8
|
+
*
|
|
9
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowCommandController
|
|
10
|
+
*/
|
|
11
|
+
export const WorkflowCommandController = {
|
|
12
|
+
typeName: "ai.stigmer.agentic.workflow.v1.WorkflowCommandController",
|
|
13
|
+
methods: {
|
|
14
|
+
/**
|
|
15
|
+
* Create or update a workflow.
|
|
16
|
+
* The authorization and state-operation are determined depending on whether the workflow
|
|
17
|
+
* is going to be created or updated which is determined as part of the request execution.
|
|
18
|
+
*
|
|
19
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.apply
|
|
20
|
+
*/
|
|
21
|
+
apply: {
|
|
22
|
+
name: "apply",
|
|
23
|
+
I: Workflow,
|
|
24
|
+
O: Workflow,
|
|
25
|
+
kind: MethodKind.Unary,
|
|
26
|
+
},
|
|
27
|
+
/**
|
|
28
|
+
* Create a new workflow.
|
|
29
|
+
*
|
|
30
|
+
* Authorization:
|
|
31
|
+
* - Organization-scoped workflows: Caller must have can_create_workflow permission in the organization
|
|
32
|
+
* - Platform-scoped workflows: Caller must be a platform operator (handled automatically by common auth step)
|
|
33
|
+
*
|
|
34
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.create
|
|
35
|
+
*/
|
|
36
|
+
create: {
|
|
37
|
+
name: "create",
|
|
38
|
+
I: Workflow,
|
|
39
|
+
O: Workflow,
|
|
40
|
+
kind: MethodKind.Unary,
|
|
41
|
+
},
|
|
42
|
+
/**
|
|
43
|
+
* Update an existing workflow.
|
|
44
|
+
*
|
|
45
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.update
|
|
46
|
+
*/
|
|
47
|
+
update: {
|
|
48
|
+
name: "update",
|
|
49
|
+
I: Workflow,
|
|
50
|
+
O: Workflow,
|
|
51
|
+
kind: MethodKind.Unary,
|
|
52
|
+
},
|
|
53
|
+
/**
|
|
54
|
+
* Delete a workflow.
|
|
55
|
+
*
|
|
56
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.delete
|
|
57
|
+
*/
|
|
58
|
+
delete: {
|
|
59
|
+
name: "delete",
|
|
60
|
+
I: WorkflowId,
|
|
61
|
+
O: Workflow,
|
|
62
|
+
kind: MethodKind.Unary,
|
|
63
|
+
},
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
//# sourceMappingURL=command_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,4HAA4H;AAC5H,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,QAAQ,EAAE,0DAA0D;IACpE,OAAO,EAAE;QACP;;;;;;WAMG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { WorkflowSchema } from "./api_pb";
|
|
3
|
+
import type { WorkflowIdSchema } from "./io_pb";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/command.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_command: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* WorkflowCommandController handles write operations for workflows.
|
|
10
|
+
*
|
|
11
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowCommandController
|
|
12
|
+
*/
|
|
13
|
+
export declare const WorkflowCommandController: GenService<{
|
|
14
|
+
/**
|
|
15
|
+
* Create or update a workflow.
|
|
16
|
+
* The authorization and state-operation are determined depending on whether the workflow
|
|
17
|
+
* is going to be created or updated which is determined as part of the request execution.
|
|
18
|
+
*
|
|
19
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.apply
|
|
20
|
+
*/
|
|
21
|
+
apply: {
|
|
22
|
+
methodKind: "unary";
|
|
23
|
+
input: typeof WorkflowSchema;
|
|
24
|
+
output: typeof WorkflowSchema;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Create a new workflow.
|
|
28
|
+
*
|
|
29
|
+
* Authorization:
|
|
30
|
+
* - Organization-scoped workflows: Caller must have can_create_workflow permission in the organization
|
|
31
|
+
* - Platform-scoped workflows: Caller must be a platform operator (handled automatically by common auth step)
|
|
32
|
+
*
|
|
33
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.create
|
|
34
|
+
*/
|
|
35
|
+
create: {
|
|
36
|
+
methodKind: "unary";
|
|
37
|
+
input: typeof WorkflowSchema;
|
|
38
|
+
output: typeof WorkflowSchema;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Update an existing workflow.
|
|
42
|
+
*
|
|
43
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.update
|
|
44
|
+
*/
|
|
45
|
+
update: {
|
|
46
|
+
methodKind: "unary";
|
|
47
|
+
input: typeof WorkflowSchema;
|
|
48
|
+
output: typeof WorkflowSchema;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Delete a workflow.
|
|
52
|
+
*
|
|
53
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowCommandController.delete
|
|
54
|
+
*/
|
|
55
|
+
delete: {
|
|
56
|
+
methodKind: "unary";
|
|
57
|
+
input: typeof WorkflowIdSchema;
|
|
58
|
+
output: typeof WorkflowSchema;
|
|
59
|
+
};
|
|
60
|
+
}>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/command.proto (package ai.stigmer.agentic.workflow.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_workflow_v1_api } from "./api_pb";
|
|
6
|
+
import { file_ai_stigmer_agentic_workflow_v1_io } from "./io_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
|
|
8
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../../iam/iampolicy/v1/rpcauthorization/method_options_pb";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/command.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_ai_stigmer_agentic_workflow_v1_command = /*@__PURE__*/ fileDesc("CixhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvY29tbWFuZC5wcm90bxIeYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxMtUEChlXb3JrZmxvd0NvbW1hbmRDb250cm9sbGVyElsKBWFwcGx5EiguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLldvcmtmbG93GiguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLldvcmtmbG93EqoBCgZjcmVhdGUSKC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuV29ya2Zsb3caKC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuV29ya2Zsb3ciTMK4GEgIERAeIgxtZXRhZGF0YS5vcmcqNHVuYXV0aG9yaXplZCB0byBjcmVhdGUgd29ya2Zsb3cgaW4gdGhpcyBvcmdhbml6YXRpb24SlAEKBnVwZGF0ZRIoLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS5Xb3JrZmxvdxooLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS5Xb3JrZmxvdyI2wrgYMggEEDIiC21ldGFkYXRhLmlkKh91bmF1dGhvcml6ZWQgdG8gdXBkYXRlIHdvcmtmbG93EpABCgZkZWxldGUSKi5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuV29ya2Zsb3dJZBooLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS5Xb3JrZmxvdyIwwrgYLAgCEDIiBXZhbHVlKh91bmF1dGhvcml6ZWQgdG8gZGVsZXRlIHdvcmtmbG93GgSg/ysyYgZwcm90bzM", [file_ai_stigmer_agentic_workflow_v1_api, file_ai_stigmer_agentic_workflow_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
13
|
+
/**
|
|
14
|
+
* WorkflowCommandController handles write operations for workflows.
|
|
15
|
+
*
|
|
16
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowCommandController
|
|
17
|
+
*/
|
|
18
|
+
export const WorkflowCommandController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_workflow_v1_command, 0);
|
|
19
|
+
//# sourceMappingURL=command_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4HAA4H;AAC5H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,UAAU,CAAC;AAEnE,OAAO,EAAE,sCAAsC,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,q5BAAq5B,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEhnC;;;;GAIG;AACH,MAAM,CAAC,MAAM,yBAAyB,GA+CjC,aAAa,CAChB,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
/**
|
|
3
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/enum.proto.
|
|
4
|
+
*/
|
|
5
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_enum: GenFile;
|
|
6
|
+
/**
|
|
7
|
+
* WorkflowTaskKind defines all supported task types in workflows.
|
|
8
|
+
* These map directly to Zigflow DSL task types.
|
|
9
|
+
*
|
|
10
|
+
* Naming conventions:
|
|
11
|
+
* - Zero value: Prefixed for clarity (workflow_task_kind_unspecified)
|
|
12
|
+
* - Invocations: Consistent _call suffix (http_call, grpc_call, agent_call, activity_call)
|
|
13
|
+
* - Control flow keywords: Semantic suffixes to avoid reserved words (switch_case, for_each, try_catch)
|
|
14
|
+
* - Self-descriptive verbs: No suffix needed (fork, listen, wait)
|
|
15
|
+
* - Verb + object: For clarity when verb alone is ambiguous (set_vars, run_workflow, raise_error)
|
|
16
|
+
*
|
|
17
|
+
* Task config schemas (for each kind):
|
|
18
|
+
*
|
|
19
|
+
* set_vars: {"variables": {"key": "value", ...}}
|
|
20
|
+
* http_call: {"method": "POST", "endpoint": {"uri": "..."}, "headers": {...}, "body": {...}}
|
|
21
|
+
* grpc_call: {"service": "...", "method": "...", "request": {...}}
|
|
22
|
+
* activity_call: {"activity": "ActivityName", "input": {...}}
|
|
23
|
+
* switch_case: {"cases": [{"name": "...", "when": "${expr}", "then": "taskName"}, ...]}
|
|
24
|
+
* for_each: {"each": "item", "in": "${$data.items}", "do": [{task}, ...]}
|
|
25
|
+
* fork: {"branches": [{"name": "...", "do": [{task}, ...]}, ...], "compete": false}
|
|
26
|
+
* try_catch: {"try": [{task}, ...], "catch": {"as": "error", "do": [{task}, ...]}}
|
|
27
|
+
* listen: {"to": {"mode": "one", "signals": [{"id": "...", "type": "signal"}]}}
|
|
28
|
+
* wait: {"seconds": 5}
|
|
29
|
+
* raise_error: {"error": "ErrorType", "message": "${...}"}
|
|
30
|
+
* run_workflow: {"workflow": "workflow-name", "input": {...}}
|
|
31
|
+
* agent_call: {"agent": "agent-slug", "message": "...", "env": {...}}
|
|
32
|
+
*
|
|
33
|
+
* @generated from enum ai.stigmer.agentic.workflow.v1.WorkflowTaskKind
|
|
34
|
+
*/
|
|
35
|
+
export declare enum WorkflowTaskKind {
|
|
36
|
+
/**
|
|
37
|
+
* Unspecified (invalid) - prefixed for zero value clarity.
|
|
38
|
+
*
|
|
39
|
+
* @generated from enum value: workflow_task_kind_unspecified = 0;
|
|
40
|
+
*/
|
|
41
|
+
workflow_task_kind_unspecified = 0,
|
|
42
|
+
/**
|
|
43
|
+
* set_vars: Set variables in workflow state.
|
|
44
|
+
* Config: {"variables": {"key": "value", ...}}
|
|
45
|
+
*
|
|
46
|
+
* @generated from enum value: set_vars = 1;
|
|
47
|
+
*/
|
|
48
|
+
set_vars = 1,
|
|
49
|
+
/**
|
|
50
|
+
* http_call: Make HTTP requests (GET, POST, PUT, DELETE, PATCH).
|
|
51
|
+
* Config: {"method": "POST", "endpoint": {"uri": "..."}, "headers": {...}, "body": {...}}
|
|
52
|
+
*
|
|
53
|
+
* @generated from enum value: http_call = 2;
|
|
54
|
+
*/
|
|
55
|
+
http_call = 2,
|
|
56
|
+
/**
|
|
57
|
+
* grpc_call: Make gRPC requests.
|
|
58
|
+
* Config: {"service": "...", "method": "...", "request": {...}}
|
|
59
|
+
*
|
|
60
|
+
* @generated from enum value: grpc_call = 3;
|
|
61
|
+
*/
|
|
62
|
+
grpc_call = 3,
|
|
63
|
+
/**
|
|
64
|
+
* activity_call: Execute Temporal activities.
|
|
65
|
+
* Config: {"activity": "ActivityName", "input": {...}}
|
|
66
|
+
*
|
|
67
|
+
* @generated from enum value: activity_call = 4;
|
|
68
|
+
*/
|
|
69
|
+
activity_call = 4,
|
|
70
|
+
/**
|
|
71
|
+
* switch_case: Conditional branching based on expressions.
|
|
72
|
+
* Config: {"cases": [{"name": "...", "when": "${expr}", "then": "taskName"}, ...]}
|
|
73
|
+
*
|
|
74
|
+
* @generated from enum value: switch_case = 5;
|
|
75
|
+
*/
|
|
76
|
+
switch_case = 5,
|
|
77
|
+
/**
|
|
78
|
+
* for_each: Iterate over collections (forEach loop).
|
|
79
|
+
* Config: {"each": "item", "in": "${$data.items}", "do": [{task}, ...]}
|
|
80
|
+
*
|
|
81
|
+
* @generated from enum value: for_each = 6;
|
|
82
|
+
*/
|
|
83
|
+
for_each = 6,
|
|
84
|
+
/**
|
|
85
|
+
* fork: Parallel execution of multiple branches.
|
|
86
|
+
* Config: {"branches": [{"name": "...", "do": [{task}, ...]}, ...], "compete": false}
|
|
87
|
+
*
|
|
88
|
+
* @generated from enum value: fork = 7;
|
|
89
|
+
*/
|
|
90
|
+
fork = 7,
|
|
91
|
+
/**
|
|
92
|
+
* try_catch: Error handling (try/catch block).
|
|
93
|
+
* Config: {"try": [{task}, ...], "catch": {"as": "error", "do": [{task}, ...]}}
|
|
94
|
+
*
|
|
95
|
+
* @generated from enum value: try_catch = 8;
|
|
96
|
+
*/
|
|
97
|
+
try_catch = 8,
|
|
98
|
+
/**
|
|
99
|
+
* listen: Wait for external signals/events.
|
|
100
|
+
* Config: {"to": {"mode": "one", "signals": [{"id": "...", "type": "signal"}]}}
|
|
101
|
+
*
|
|
102
|
+
* @generated from enum value: listen = 9;
|
|
103
|
+
*/
|
|
104
|
+
listen = 9,
|
|
105
|
+
/**
|
|
106
|
+
* wait: Sleep/delay (Temporal timer).
|
|
107
|
+
* Config: {"seconds": 5}
|
|
108
|
+
*
|
|
109
|
+
* @generated from enum value: wait = 10;
|
|
110
|
+
*/
|
|
111
|
+
wait = 10,
|
|
112
|
+
/**
|
|
113
|
+
* raise_error: Raise errors/exceptions.
|
|
114
|
+
* Config: {"error": "ErrorType", "message": "${...}"}
|
|
115
|
+
*
|
|
116
|
+
* @generated from enum value: raise_error = 11;
|
|
117
|
+
*/
|
|
118
|
+
raise_error = 11,
|
|
119
|
+
/**
|
|
120
|
+
* run_workflow: Execute sub-workflows.
|
|
121
|
+
* Config: {"workflow": "workflow-name", "input": {...}}
|
|
122
|
+
*
|
|
123
|
+
* @generated from enum value: run_workflow = 12;
|
|
124
|
+
*/
|
|
125
|
+
run_workflow = 12,
|
|
126
|
+
/**
|
|
127
|
+
* agent_call: Invoke AI agents as tasks.
|
|
128
|
+
* Allows workflows to delegate complex operations to specialized agents.
|
|
129
|
+
* Config: {"agent": "agent-slug", "message": "...", "env": {...}, "config": {...}}
|
|
130
|
+
*
|
|
131
|
+
* @generated from enum value: agent_call = 13;
|
|
132
|
+
*/
|
|
133
|
+
agent_call = 13
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Describes the enum ai.stigmer.agentic.workflow.v1.WorkflowTaskKind.
|
|
137
|
+
*/
|
|
138
|
+
export declare const WorkflowTaskKindSchema: GenEnum<WorkflowTaskKind>;
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/enum.proto (package ai.stigmer.agentic.workflow.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/enum.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_agentic_workflow_v1_enum = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvZW51bS5wcm90bxIeYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxKvYBChBXb3JrZmxvd1Rhc2tLaW5kEiIKHndvcmtmbG93X3Rhc2tfa2luZF91bnNwZWNpZmllZBAAEgwKCHNldF92YXJzEAESDQoJaHR0cF9jYWxsEAISDQoJZ3JwY19jYWxsEAMSEQoNYWN0aXZpdHlfY2FsbBAEEg8KC3N3aXRjaF9jYXNlEAUSDAoIZm9yX2VhY2gQBhIICgRmb3JrEAcSDQoJdHJ5X2NhdGNoEAgSCgoGbGlzdGVuEAkSCAoEd2FpdBAKEg8KC3JhaXNlX2Vycm9yEAsSEAoMcnVuX3dvcmtmbG93EAwSDgoKYWdlbnRfY2FsbBANYgZwcm90bzM");
|
|
9
|
+
/**
|
|
10
|
+
* WorkflowTaskKind defines all supported task types in workflows.
|
|
11
|
+
* These map directly to Zigflow DSL task types.
|
|
12
|
+
*
|
|
13
|
+
* Naming conventions:
|
|
14
|
+
* - Zero value: Prefixed for clarity (workflow_task_kind_unspecified)
|
|
15
|
+
* - Invocations: Consistent _call suffix (http_call, grpc_call, agent_call, activity_call)
|
|
16
|
+
* - Control flow keywords: Semantic suffixes to avoid reserved words (switch_case, for_each, try_catch)
|
|
17
|
+
* - Self-descriptive verbs: No suffix needed (fork, listen, wait)
|
|
18
|
+
* - Verb + object: For clarity when verb alone is ambiguous (set_vars, run_workflow, raise_error)
|
|
19
|
+
*
|
|
20
|
+
* Task config schemas (for each kind):
|
|
21
|
+
*
|
|
22
|
+
* set_vars: {"variables": {"key": "value", ...}}
|
|
23
|
+
* http_call: {"method": "POST", "endpoint": {"uri": "..."}, "headers": {...}, "body": {...}}
|
|
24
|
+
* grpc_call: {"service": "...", "method": "...", "request": {...}}
|
|
25
|
+
* activity_call: {"activity": "ActivityName", "input": {...}}
|
|
26
|
+
* switch_case: {"cases": [{"name": "...", "when": "${expr}", "then": "taskName"}, ...]}
|
|
27
|
+
* for_each: {"each": "item", "in": "${$data.items}", "do": [{task}, ...]}
|
|
28
|
+
* fork: {"branches": [{"name": "...", "do": [{task}, ...]}, ...], "compete": false}
|
|
29
|
+
* try_catch: {"try": [{task}, ...], "catch": {"as": "error", "do": [{task}, ...]}}
|
|
30
|
+
* listen: {"to": {"mode": "one", "signals": [{"id": "...", "type": "signal"}]}}
|
|
31
|
+
* wait: {"seconds": 5}
|
|
32
|
+
* raise_error: {"error": "ErrorType", "message": "${...}"}
|
|
33
|
+
* run_workflow: {"workflow": "workflow-name", "input": {...}}
|
|
34
|
+
* agent_call: {"agent": "agent-slug", "message": "...", "env": {...}}
|
|
35
|
+
*
|
|
36
|
+
* @generated from enum ai.stigmer.agentic.workflow.v1.WorkflowTaskKind
|
|
37
|
+
*/
|
|
38
|
+
export var WorkflowTaskKind;
|
|
39
|
+
(function (WorkflowTaskKind) {
|
|
40
|
+
/**
|
|
41
|
+
* Unspecified (invalid) - prefixed for zero value clarity.
|
|
42
|
+
*
|
|
43
|
+
* @generated from enum value: workflow_task_kind_unspecified = 0;
|
|
44
|
+
*/
|
|
45
|
+
WorkflowTaskKind[WorkflowTaskKind["workflow_task_kind_unspecified"] = 0] = "workflow_task_kind_unspecified";
|
|
46
|
+
/**
|
|
47
|
+
* set_vars: Set variables in workflow state.
|
|
48
|
+
* Config: {"variables": {"key": "value", ...}}
|
|
49
|
+
*
|
|
50
|
+
* @generated from enum value: set_vars = 1;
|
|
51
|
+
*/
|
|
52
|
+
WorkflowTaskKind[WorkflowTaskKind["set_vars"] = 1] = "set_vars";
|
|
53
|
+
/**
|
|
54
|
+
* http_call: Make HTTP requests (GET, POST, PUT, DELETE, PATCH).
|
|
55
|
+
* Config: {"method": "POST", "endpoint": {"uri": "..."}, "headers": {...}, "body": {...}}
|
|
56
|
+
*
|
|
57
|
+
* @generated from enum value: http_call = 2;
|
|
58
|
+
*/
|
|
59
|
+
WorkflowTaskKind[WorkflowTaskKind["http_call"] = 2] = "http_call";
|
|
60
|
+
/**
|
|
61
|
+
* grpc_call: Make gRPC requests.
|
|
62
|
+
* Config: {"service": "...", "method": "...", "request": {...}}
|
|
63
|
+
*
|
|
64
|
+
* @generated from enum value: grpc_call = 3;
|
|
65
|
+
*/
|
|
66
|
+
WorkflowTaskKind[WorkflowTaskKind["grpc_call"] = 3] = "grpc_call";
|
|
67
|
+
/**
|
|
68
|
+
* activity_call: Execute Temporal activities.
|
|
69
|
+
* Config: {"activity": "ActivityName", "input": {...}}
|
|
70
|
+
*
|
|
71
|
+
* @generated from enum value: activity_call = 4;
|
|
72
|
+
*/
|
|
73
|
+
WorkflowTaskKind[WorkflowTaskKind["activity_call"] = 4] = "activity_call";
|
|
74
|
+
/**
|
|
75
|
+
* switch_case: Conditional branching based on expressions.
|
|
76
|
+
* Config: {"cases": [{"name": "...", "when": "${expr}", "then": "taskName"}, ...]}
|
|
77
|
+
*
|
|
78
|
+
* @generated from enum value: switch_case = 5;
|
|
79
|
+
*/
|
|
80
|
+
WorkflowTaskKind[WorkflowTaskKind["switch_case"] = 5] = "switch_case";
|
|
81
|
+
/**
|
|
82
|
+
* for_each: Iterate over collections (forEach loop).
|
|
83
|
+
* Config: {"each": "item", "in": "${$data.items}", "do": [{task}, ...]}
|
|
84
|
+
*
|
|
85
|
+
* @generated from enum value: for_each = 6;
|
|
86
|
+
*/
|
|
87
|
+
WorkflowTaskKind[WorkflowTaskKind["for_each"] = 6] = "for_each";
|
|
88
|
+
/**
|
|
89
|
+
* fork: Parallel execution of multiple branches.
|
|
90
|
+
* Config: {"branches": [{"name": "...", "do": [{task}, ...]}, ...], "compete": false}
|
|
91
|
+
*
|
|
92
|
+
* @generated from enum value: fork = 7;
|
|
93
|
+
*/
|
|
94
|
+
WorkflowTaskKind[WorkflowTaskKind["fork"] = 7] = "fork";
|
|
95
|
+
/**
|
|
96
|
+
* try_catch: Error handling (try/catch block).
|
|
97
|
+
* Config: {"try": [{task}, ...], "catch": {"as": "error", "do": [{task}, ...]}}
|
|
98
|
+
*
|
|
99
|
+
* @generated from enum value: try_catch = 8;
|
|
100
|
+
*/
|
|
101
|
+
WorkflowTaskKind[WorkflowTaskKind["try_catch"] = 8] = "try_catch";
|
|
102
|
+
/**
|
|
103
|
+
* listen: Wait for external signals/events.
|
|
104
|
+
* Config: {"to": {"mode": "one", "signals": [{"id": "...", "type": "signal"}]}}
|
|
105
|
+
*
|
|
106
|
+
* @generated from enum value: listen = 9;
|
|
107
|
+
*/
|
|
108
|
+
WorkflowTaskKind[WorkflowTaskKind["listen"] = 9] = "listen";
|
|
109
|
+
/**
|
|
110
|
+
* wait: Sleep/delay (Temporal timer).
|
|
111
|
+
* Config: {"seconds": 5}
|
|
112
|
+
*
|
|
113
|
+
* @generated from enum value: wait = 10;
|
|
114
|
+
*/
|
|
115
|
+
WorkflowTaskKind[WorkflowTaskKind["wait"] = 10] = "wait";
|
|
116
|
+
/**
|
|
117
|
+
* raise_error: Raise errors/exceptions.
|
|
118
|
+
* Config: {"error": "ErrorType", "message": "${...}"}
|
|
119
|
+
*
|
|
120
|
+
* @generated from enum value: raise_error = 11;
|
|
121
|
+
*/
|
|
122
|
+
WorkflowTaskKind[WorkflowTaskKind["raise_error"] = 11] = "raise_error";
|
|
123
|
+
/**
|
|
124
|
+
* run_workflow: Execute sub-workflows.
|
|
125
|
+
* Config: {"workflow": "workflow-name", "input": {...}}
|
|
126
|
+
*
|
|
127
|
+
* @generated from enum value: run_workflow = 12;
|
|
128
|
+
*/
|
|
129
|
+
WorkflowTaskKind[WorkflowTaskKind["run_workflow"] = 12] = "run_workflow";
|
|
130
|
+
/**
|
|
131
|
+
* agent_call: Invoke AI agents as tasks.
|
|
132
|
+
* Allows workflows to delegate complex operations to specialized agents.
|
|
133
|
+
* Config: {"agent": "agent-slug", "message": "...", "env": {...}, "config": {...}}
|
|
134
|
+
*
|
|
135
|
+
* @generated from enum value: agent_call = 13;
|
|
136
|
+
*/
|
|
137
|
+
WorkflowTaskKind[WorkflowTaskKind["agent_call"] = 13] = "agent_call";
|
|
138
|
+
})(WorkflowTaskKind || (WorkflowTaskKind = {}));
|
|
139
|
+
/**
|
|
140
|
+
* Describes the enum ai.stigmer.agentic.workflow.v1.WorkflowTaskKind.
|
|
141
|
+
*/
|
|
142
|
+
export const WorkflowTaskKindSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflow_v1_enum, 0);
|
|
143
|
+
//# sourceMappingURL=enum_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,6bAA6b,CAAC,CAAC;AAE1c;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,MAAM,CAAN,IAAY,gBAgHX;AAhHD,WAAY,gBAAgB;IAC1B;;;;OAIG;IACH,2GAAkC,CAAA;IAElC;;;;;OAKG;IACH,+DAAY,CAAA;IAEZ;;;;;OAKG;IACH,iEAAa,CAAA;IAEb;;;;;OAKG;IACH,iEAAa,CAAA;IAEb;;;;;OAKG;IACH,yEAAiB,CAAA;IAEjB;;;;;OAKG;IACH,qEAAe,CAAA;IAEf;;;;;OAKG;IACH,+DAAY,CAAA;IAEZ;;;;;OAKG;IACH,uDAAQ,CAAA;IAER;;;;;OAKG;IACH,iEAAa,CAAA;IAEb;;;;;OAKG;IACH,2DAAU,CAAA;IAEV;;;;;OAKG;IACH,wDAAS,CAAA;IAET;;;;;OAKG;IACH,sEAAgB,CAAA;IAEhB;;;;;OAKG;IACH,wEAAiB,CAAA;IAEjB;;;;;;OAMG;IACH,oEAAe,CAAA;AACjB,CAAC,EAhHW,gBAAgB,KAAhB,gBAAgB,QAgH3B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAA8B,aAAa,CAC5E,QAAQ,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/io.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_io: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* WorkflowId wraps a workflow identifier.
|
|
9
|
+
*
|
|
10
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.WorkflowId
|
|
11
|
+
*/
|
|
12
|
+
export type WorkflowId = Message<"ai.stigmer.agentic.workflow.v1.WorkflowId"> & {
|
|
13
|
+
/**
|
|
14
|
+
* @generated from field: string value = 1;
|
|
15
|
+
*/
|
|
16
|
+
value: string;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowId.
|
|
20
|
+
* Use `create(WorkflowIdSchema)` to create a new message.
|
|
21
|
+
*/
|
|
22
|
+
export declare const WorkflowIdSchema: GenMessage<WorkflowId>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/io.proto (package ai.stigmer.agentic.workflow.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/workflow/v1/io.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_agentic_workflow_v1_io = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvaW8ucHJvdG8SHmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MSIjCgpXb3JrZmxvd0lkEhUKBXZhbHVlGAEgASgJQga6SAPIAQFiBnByb3RvMw", [file_buf_validate_validate]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowId.
|
|
12
|
+
* Use `create(WorkflowIdSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const WorkflowIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_io, 0);
|
|
15
|
+
//# sourceMappingURL=io_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uHAAuH;AACvH,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,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,gKAAgK,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAc3M;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* WorkflowQueryController handles read operations for workflows.
|
|
3
|
+
*
|
|
4
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowQueryController
|
|
5
|
+
*/
|
|
6
|
+
export declare const WorkflowQueryController: {
|
|
7
|
+
readonly typeName: "ai.stigmer.agentic.workflow.v1.WorkflowQueryController";
|
|
8
|
+
readonly methods: {
|
|
9
|
+
/**
|
|
10
|
+
* Get a single workflow by ID.
|
|
11
|
+
*
|
|
12
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowQueryController.get
|
|
13
|
+
*/
|
|
14
|
+
readonly get: {
|
|
15
|
+
readonly name: "get";
|
|
16
|
+
readonly I: any;
|
|
17
|
+
readonly O: any;
|
|
18
|
+
readonly kind: any;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Custom authorization in handler
|
|
22
|
+
*
|
|
23
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowQueryController.getByReference
|
|
24
|
+
*/
|
|
25
|
+
readonly getByReference: {
|
|
26
|
+
readonly name: "getByReference";
|
|
27
|
+
readonly I: any;
|
|
28
|
+
readonly O: any;
|
|
29
|
+
readonly kind: any;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|