@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,38 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/query.proto (package ai.stigmer.agentic.workflow.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* WorkflowQueryController handles read operations for workflows.
|
|
8
|
+
*
|
|
9
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowQueryController
|
|
10
|
+
*/
|
|
11
|
+
export const WorkflowQueryController = {
|
|
12
|
+
typeName: "ai.stigmer.agentic.workflow.v1.WorkflowQueryController",
|
|
13
|
+
methods: {
|
|
14
|
+
/**
|
|
15
|
+
* Get a single workflow by ID.
|
|
16
|
+
*
|
|
17
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowQueryController.get
|
|
18
|
+
*/
|
|
19
|
+
get: {
|
|
20
|
+
name: "get",
|
|
21
|
+
I: WorkflowId,
|
|
22
|
+
O: Workflow,
|
|
23
|
+
kind: MethodKind.Unary,
|
|
24
|
+
},
|
|
25
|
+
/**
|
|
26
|
+
* Custom authorization in handler
|
|
27
|
+
*
|
|
28
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowQueryController.getByReference
|
|
29
|
+
*/
|
|
30
|
+
getByReference: {
|
|
31
|
+
name: "getByReference",
|
|
32
|
+
I: ApiResourceReference,
|
|
33
|
+
O: Workflow,
|
|
34
|
+
kind: MethodKind.Unary,
|
|
35
|
+
},
|
|
36
|
+
}
|
|
37
|
+
};
|
|
38
|
+
//# sourceMappingURL=query_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { WorkflowSchema } from "./api_pb";
|
|
3
|
+
import type { WorkflowIdSchema } from "./io_pb";
|
|
4
|
+
import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/query.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_query: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* WorkflowQueryController handles read operations for workflows.
|
|
11
|
+
*
|
|
12
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowQueryController
|
|
13
|
+
*/
|
|
14
|
+
export declare const WorkflowQueryController: GenService<{
|
|
15
|
+
/**
|
|
16
|
+
* Get a single workflow by ID.
|
|
17
|
+
*
|
|
18
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowQueryController.get
|
|
19
|
+
*/
|
|
20
|
+
get: {
|
|
21
|
+
methodKind: "unary";
|
|
22
|
+
input: typeof WorkflowIdSchema;
|
|
23
|
+
output: typeof WorkflowSchema;
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Custom authorization in handler
|
|
27
|
+
*
|
|
28
|
+
* @generated from rpc ai.stigmer.agentic.workflow.v1.WorkflowQueryController.getByReference
|
|
29
|
+
*/
|
|
30
|
+
getByReference: {
|
|
31
|
+
methodKind: "unary";
|
|
32
|
+
input: typeof ApiResourceReferenceSchema;
|
|
33
|
+
output: typeof WorkflowSchema;
|
|
34
|
+
};
|
|
35
|
+
}>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/query.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_io } from "../../../commons/apiresource/io_pb";
|
|
8
|
+
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
|
|
9
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../../iam/iampolicy/v1/rpcauthorization/method_options_pb";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/query.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_ai_stigmer_agentic_workflow_v1_query = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvcXVlcnkucHJvdG8SHmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MTKeAgoXV29ya2Zsb3dRdWVyeUNvbnRyb2xsZXISigEKA2dldBIqLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS5Xb3JrZmxvd0lkGiguYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLldvcmtmbG93Ii3CuBgpCAMQMiIFdmFsdWUqHHVuYXV0aG9yaXplZCB0byBnZXQgd29ya2Zsb3cScAoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaKC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuV29ya2Zsb3caBKD/KzJiBnByb3RvMw", [file_ai_stigmer_agentic_workflow_v1_api, file_ai_stigmer_agentic_workflow_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
14
|
+
/**
|
|
15
|
+
* WorkflowQueryController handles read operations for workflows.
|
|
16
|
+
*
|
|
17
|
+
* @generated from service ai.stigmer.agentic.workflow.v1.WorkflowQueryController
|
|
18
|
+
*/
|
|
19
|
+
export const WorkflowQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_workflow_v1_query, 0);
|
|
20
|
+
//# sourceMappingURL=query_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,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;AAEjE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,ofAAof,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEvvB;;;;GAIG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAqB/B,aAAa,CAChB,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/serverless/validation.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_serverless_validation: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* ServerlessWorkflowValidation contains the generated Serverless Workflow YAML
|
|
10
|
+
* and its validation state. This is populated asynchronously after workflow creation
|
|
11
|
+
* via a Temporal workflow that validates the workflow structure.
|
|
12
|
+
*
|
|
13
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.serverless.ServerlessWorkflowValidation
|
|
14
|
+
*/
|
|
15
|
+
export type ServerlessWorkflowValidation = Message<"ai.stigmer.agentic.workflow.v1.serverless.ServerlessWorkflowValidation"> & {
|
|
16
|
+
/**
|
|
17
|
+
* Current validation state
|
|
18
|
+
*
|
|
19
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.serverless.ValidationState state = 1;
|
|
20
|
+
*/
|
|
21
|
+
state: ValidationState;
|
|
22
|
+
/**
|
|
23
|
+
* Generated Serverless Workflow YAML (CNCF DSL 1.0.0 format)
|
|
24
|
+
* This YAML may contain runtime expressions for environment variables:
|
|
25
|
+
* Example: ${ .env.API_BASE_URL }
|
|
26
|
+
*
|
|
27
|
+
* Present even if validation failed (helps debugging).
|
|
28
|
+
* Empty if validation hasn't started yet.
|
|
29
|
+
*
|
|
30
|
+
* @generated from field: string yaml = 2;
|
|
31
|
+
*/
|
|
32
|
+
yaml: string;
|
|
33
|
+
/**
|
|
34
|
+
* Validation errors (empty if valid)
|
|
35
|
+
* Examples:
|
|
36
|
+
* - "Invalid YAML syntax at line 15"
|
|
37
|
+
* - "Unknown task type 'invalid_task'"
|
|
38
|
+
* - "Missing required field: document.namespace"
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: repeated string errors = 3;
|
|
41
|
+
*/
|
|
42
|
+
errors: string[];
|
|
43
|
+
/**
|
|
44
|
+
* Non-fatal warnings
|
|
45
|
+
* Examples:
|
|
46
|
+
* - "Environment variable API_KEY referenced but not defined"
|
|
47
|
+
* - "Task 'fetchData' has no error handling"
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: repeated string warnings = 4;
|
|
50
|
+
*/
|
|
51
|
+
warnings: string[];
|
|
52
|
+
/**
|
|
53
|
+
* When validation was performed
|
|
54
|
+
* Null if validation hasn't completed yet
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: google.protobuf.Timestamp validated_at = 5;
|
|
57
|
+
*/
|
|
58
|
+
validatedAt?: Timestamp;
|
|
59
|
+
/**
|
|
60
|
+
* Temporal workflow ID for the validation workflow
|
|
61
|
+
* Format: "validate-workflow-{workflow_id}"
|
|
62
|
+
* Useful for tracking/debugging validation progress
|
|
63
|
+
*
|
|
64
|
+
* @generated from field: string validation_workflow_id = 6;
|
|
65
|
+
*/
|
|
66
|
+
validationWorkflowId: string;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.serverless.ServerlessWorkflowValidation.
|
|
70
|
+
* Use `create(ServerlessWorkflowValidationSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export declare const ServerlessWorkflowValidationSchema: GenMessage<ServerlessWorkflowValidation>;
|
|
73
|
+
/**
|
|
74
|
+
* ValidationState represents the current state of serverless workflow validation
|
|
75
|
+
*
|
|
76
|
+
* @generated from enum ai.stigmer.agentic.workflow.v1.serverless.ValidationState
|
|
77
|
+
*/
|
|
78
|
+
export declare enum ValidationState {
|
|
79
|
+
/**
|
|
80
|
+
* Unspecified state (should not be used)
|
|
81
|
+
*
|
|
82
|
+
* @generated from enum value: VALIDATION_STATE_UNSPECIFIED = 0;
|
|
83
|
+
*/
|
|
84
|
+
VALIDATION_STATE_UNSPECIFIED = 0,
|
|
85
|
+
/**
|
|
86
|
+
* Validation has been triggered but not yet completed
|
|
87
|
+
* This is the initial state when a workflow is created
|
|
88
|
+
*
|
|
89
|
+
* @generated from enum value: PENDING = 1;
|
|
90
|
+
*/
|
|
91
|
+
PENDING = 1,
|
|
92
|
+
/**
|
|
93
|
+
* Validation completed successfully - workflow structure is valid
|
|
94
|
+
* The generated YAML is stored and can be used for execution
|
|
95
|
+
*
|
|
96
|
+
* @generated from enum value: VALID = 2;
|
|
97
|
+
*/
|
|
98
|
+
VALID = 2,
|
|
99
|
+
/**
|
|
100
|
+
* Validation completed but found errors - workflow structure is invalid
|
|
101
|
+
* The workflow cannot be executed until errors are fixed
|
|
102
|
+
* Errors are listed in the 'errors' field
|
|
103
|
+
*
|
|
104
|
+
* @generated from enum value: INVALID = 3;
|
|
105
|
+
*/
|
|
106
|
+
INVALID = 3,
|
|
107
|
+
/**
|
|
108
|
+
* Validation process itself failed (system error, not user error)
|
|
109
|
+
* Examples: Temporal workflow crashed, activity timeout, etc.
|
|
110
|
+
* User should retry validation or contact support
|
|
111
|
+
*
|
|
112
|
+
* @generated from enum value: FAILED = 4;
|
|
113
|
+
*/
|
|
114
|
+
FAILED = 4
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Describes the enum ai.stigmer.agentic.workflow.v1.serverless.ValidationState.
|
|
118
|
+
*/
|
|
119
|
+
export declare const ValidationStateSchema: GenEnum<ValidationState>;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/serverless/validation.proto (package ai.stigmer.agentic.workflow.v1.serverless, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/serverless/validation.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_agentic_workflow_v1_serverless_validation = /*@__PURE__*/ fileDesc("CjphaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvc2VydmVybGVzcy92YWxpZGF0aW9uLnByb3RvEilhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuc2VydmVybGVzcyLrAQocU2VydmVybGVzc1dvcmtmbG93VmFsaWRhdGlvbhJJCgVzdGF0ZRgBIAEoDjI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS5zZXJ2ZXJsZXNzLlZhbGlkYXRpb25TdGF0ZRIMCgR5YW1sGAIgASgJEg4KBmVycm9ycxgDIAMoCRIQCgh3YXJuaW5ncxgEIAMoCRIwCgx2YWxpZGF0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEh4KFnZhbGlkYXRpb25fd29ya2Zsb3dfaWQYBiABKAkqZAoPVmFsaWRhdGlvblN0YXRlEiAKHFZBTElEQVRJT05fU1RBVEVfVU5TUEVDSUZJRUQQABILCgdQRU5ESU5HEAESCQoFVkFMSUQQAhILCgdJTlZBTElEEAMSCgoGRkFJTEVEEARiBnByb3RvMw", [file_google_protobuf_timestamp]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.serverless.ServerlessWorkflowValidation.
|
|
12
|
+
* Use `create(ServerlessWorkflowValidationSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const ServerlessWorkflowValidationSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_serverless_validation, 0);
|
|
15
|
+
/**
|
|
16
|
+
* ValidationState represents the current state of serverless workflow validation
|
|
17
|
+
*
|
|
18
|
+
* @generated from enum ai.stigmer.agentic.workflow.v1.serverless.ValidationState
|
|
19
|
+
*/
|
|
20
|
+
export var ValidationState;
|
|
21
|
+
(function (ValidationState) {
|
|
22
|
+
/**
|
|
23
|
+
* Unspecified state (should not be used)
|
|
24
|
+
*
|
|
25
|
+
* @generated from enum value: VALIDATION_STATE_UNSPECIFIED = 0;
|
|
26
|
+
*/
|
|
27
|
+
ValidationState[ValidationState["VALIDATION_STATE_UNSPECIFIED"] = 0] = "VALIDATION_STATE_UNSPECIFIED";
|
|
28
|
+
/**
|
|
29
|
+
* Validation has been triggered but not yet completed
|
|
30
|
+
* This is the initial state when a workflow is created
|
|
31
|
+
*
|
|
32
|
+
* @generated from enum value: PENDING = 1;
|
|
33
|
+
*/
|
|
34
|
+
ValidationState[ValidationState["PENDING"] = 1] = "PENDING";
|
|
35
|
+
/**
|
|
36
|
+
* Validation completed successfully - workflow structure is valid
|
|
37
|
+
* The generated YAML is stored and can be used for execution
|
|
38
|
+
*
|
|
39
|
+
* @generated from enum value: VALID = 2;
|
|
40
|
+
*/
|
|
41
|
+
ValidationState[ValidationState["VALID"] = 2] = "VALID";
|
|
42
|
+
/**
|
|
43
|
+
* Validation completed but found errors - workflow structure is invalid
|
|
44
|
+
* The workflow cannot be executed until errors are fixed
|
|
45
|
+
* Errors are listed in the 'errors' field
|
|
46
|
+
*
|
|
47
|
+
* @generated from enum value: INVALID = 3;
|
|
48
|
+
*/
|
|
49
|
+
ValidationState[ValidationState["INVALID"] = 3] = "INVALID";
|
|
50
|
+
/**
|
|
51
|
+
* Validation process itself failed (system error, not user error)
|
|
52
|
+
* Examples: Temporal workflow crashed, activity timeout, etc.
|
|
53
|
+
* User should retry validation or contact support
|
|
54
|
+
*
|
|
55
|
+
* @generated from enum value: FAILED = 4;
|
|
56
|
+
*/
|
|
57
|
+
ValidationState[ValidationState["FAILED"] = 4] = "FAILED";
|
|
58
|
+
})(ValidationState || (ValidationState = {}));
|
|
59
|
+
/**
|
|
60
|
+
* Describes the enum ai.stigmer.agentic.workflow.v1.serverless.ValidationState.
|
|
61
|
+
*/
|
|
62
|
+
export const ValidationStateSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflow_v1_serverless_validation, 0);
|
|
63
|
+
//# sourceMappingURL=validation_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validation_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/serverless/validation_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qJAAqJ;AACrJ,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,yDAAyD,GAAY,aAAa,CAC7F,QAAQ,CAAC,4lBAA4lB,EAAE,CAAC,8BAA8B,CAAC,CAAC,CAAC;AAoE3oB;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,yDAAyD,EAAE,CAAC,CAAC,CAAC;AAE5E;;;;GAIG;AACH,MAAM,CAAN,IAAY,eAyCX;AAzCD,WAAY,eAAe;IACzB;;;;OAIG;IACH,qGAAgC,CAAA;IAEhC;;;;;OAKG;IACH,2DAAW,CAAA;IAEX;;;;;OAKG;IACH,uDAAS,CAAA;IAET;;;;;;OAMG;IACH,2DAAW,CAAA;IAEX;;;;;;OAMG;IACH,yDAAU,CAAA;AACZ,CAAC,EAzCW,eAAe,KAAf,eAAe,QAyC1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,yDAAyD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { EnvironmentSpec } from "../../environment/v1/spec_pb";
|
|
3
|
+
import type { WorkflowTaskKind } from "./enum_pb";
|
|
4
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/spec.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_spec: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* WorkflowSpec defines the complete specification of a workflow.
|
|
11
|
+
* Follows the "kind + Struct" pattern from CloudResource (Planton Cloud).
|
|
12
|
+
*
|
|
13
|
+
* This replaces the old `synthesized_yaml` field with structured proto definitions.
|
|
14
|
+
* Each workflow task uses WorkflowTaskKind enum + google.protobuf.Struct for configuration,
|
|
15
|
+
* providing maximum flexibility and extensibility.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.WorkflowSpec
|
|
18
|
+
*/
|
|
19
|
+
export type WorkflowSpec = Message<"ai.stigmer.agentic.workflow.v1.WorkflowSpec"> & {
|
|
20
|
+
/**
|
|
21
|
+
* Human-readable description for UI and marketplace display.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: string description = 1;
|
|
24
|
+
*/
|
|
25
|
+
description: string;
|
|
26
|
+
/**
|
|
27
|
+
* Workflow document metadata (DSL version, namespace, name, version).
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.WorkflowDocument document = 2;
|
|
30
|
+
*/
|
|
31
|
+
document?: WorkflowDocument;
|
|
32
|
+
/**
|
|
33
|
+
* Ordered list of tasks that make up this workflow.
|
|
34
|
+
* Tasks execute sequentially unless fork/parallel is used.
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.WorkflowTask tasks = 3;
|
|
37
|
+
*/
|
|
38
|
+
tasks: WorkflowTask[];
|
|
39
|
+
/**
|
|
40
|
+
* Environment variables required by the workflow.
|
|
41
|
+
* Uses the shared EnvironmentSpec for consistent env var handling.
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: ai.stigmer.agentic.environment.v1.EnvironmentSpec env_spec = 4;
|
|
44
|
+
*/
|
|
45
|
+
envSpec?: EnvironmentSpec;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowSpec.
|
|
49
|
+
* Use `create(WorkflowSpecSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
export declare const WorkflowSpecSchema: GenMessage<WorkflowSpec>;
|
|
52
|
+
/**
|
|
53
|
+
* WorkflowDocument contains workflow metadata.
|
|
54
|
+
* Maps to the `document:` block in Zigflow DSL YAML.
|
|
55
|
+
*
|
|
56
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.WorkflowDocument
|
|
57
|
+
*/
|
|
58
|
+
export type WorkflowDocument = Message<"ai.stigmer.agentic.workflow.v1.WorkflowDocument"> & {
|
|
59
|
+
/**
|
|
60
|
+
* DSL version (semver). Must be "1.0.0" for current Zigflow.
|
|
61
|
+
*
|
|
62
|
+
* @generated from field: string dsl = 1;
|
|
63
|
+
*/
|
|
64
|
+
dsl: string;
|
|
65
|
+
/**
|
|
66
|
+
* Workflow namespace (organization/categorization).
|
|
67
|
+
*
|
|
68
|
+
* @generated from field: string namespace = 2;
|
|
69
|
+
*/
|
|
70
|
+
namespace: string;
|
|
71
|
+
/**
|
|
72
|
+
* Workflow name (unique identifier within namespace).
|
|
73
|
+
*
|
|
74
|
+
* @generated from field: string name = 3;
|
|
75
|
+
*/
|
|
76
|
+
name: string;
|
|
77
|
+
/**
|
|
78
|
+
* Workflow version (semver).
|
|
79
|
+
*
|
|
80
|
+
* @generated from field: string version = 4;
|
|
81
|
+
*/
|
|
82
|
+
version: string;
|
|
83
|
+
/**
|
|
84
|
+
* Human-readable description.
|
|
85
|
+
*
|
|
86
|
+
* @generated from field: string description = 5;
|
|
87
|
+
*/
|
|
88
|
+
description: string;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowDocument.
|
|
92
|
+
* Use `create(WorkflowDocumentSchema)` to create a new message.
|
|
93
|
+
*/
|
|
94
|
+
export declare const WorkflowDocumentSchema: GenMessage<WorkflowDocument>;
|
|
95
|
+
/**
|
|
96
|
+
* WorkflowTask represents a single task in the workflow.
|
|
97
|
+
* Uses the "kind + Struct" pattern (like CloudResource in Planton Cloud):
|
|
98
|
+
* - `kind` determines the task type (set_vars, http_call, switch_case, etc.)
|
|
99
|
+
* - `task_config` contains task-specific configuration as dynamic JSON
|
|
100
|
+
* - Backend unmarshals `task_config` to the appropriate Go struct based on `kind`
|
|
101
|
+
*
|
|
102
|
+
* Example (HTTP Call):
|
|
103
|
+
* {
|
|
104
|
+
* "name": "fetchData",
|
|
105
|
+
* "kind": "http_call",
|
|
106
|
+
* "task_config": {
|
|
107
|
+
* "method": "GET",
|
|
108
|
+
* "endpoint": {"uri": "https://api.example.com/data"},
|
|
109
|
+
* "headers": {"Authorization": "Bearer ${TOKEN}"}
|
|
110
|
+
* },
|
|
111
|
+
* "export": {"as": "${.}"},
|
|
112
|
+
* "flow": {"then": "processData"}
|
|
113
|
+
* }
|
|
114
|
+
*
|
|
115
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.WorkflowTask
|
|
116
|
+
*/
|
|
117
|
+
export type WorkflowTask = Message<"ai.stigmer.agentic.workflow.v1.WorkflowTask"> & {
|
|
118
|
+
/**
|
|
119
|
+
* Task name/identifier (must be unique within workflow).
|
|
120
|
+
*
|
|
121
|
+
* @generated from field: string name = 1;
|
|
122
|
+
*/
|
|
123
|
+
name: string;
|
|
124
|
+
/**
|
|
125
|
+
* Task type (determines how to interpret task_config).
|
|
126
|
+
*
|
|
127
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.WorkflowTaskKind kind = 2;
|
|
128
|
+
*/
|
|
129
|
+
kind: WorkflowTaskKind;
|
|
130
|
+
/**
|
|
131
|
+
* Task-specific configuration (dynamic typed).
|
|
132
|
+
* Structure depends on `kind` value.
|
|
133
|
+
*
|
|
134
|
+
* Backend unmarshals this Struct to the appropriate proto message:
|
|
135
|
+
* - set_vars: ai.stigmer.agentic.workflow.v1.tasks.SetTaskConfig
|
|
136
|
+
* - http_call: ai.stigmer.agentic.workflow.v1.tasks.HttpCallTaskConfig
|
|
137
|
+
* - grpc_call: ai.stigmer.agentic.workflow.v1.tasks.GrpcCallTaskConfig
|
|
138
|
+
* - switch_case: ai.stigmer.agentic.workflow.v1.tasks.SwitchTaskConfig
|
|
139
|
+
* - for_each: ai.stigmer.agentic.workflow.v1.tasks.ForTaskConfig
|
|
140
|
+
* - fork: ai.stigmer.agentic.workflow.v1.tasks.ForkTaskConfig
|
|
141
|
+
* - try_catch: ai.stigmer.agentic.workflow.v1.tasks.TryTaskConfig
|
|
142
|
+
* - listen: ai.stigmer.agentic.workflow.v1.tasks.ListenTaskConfig
|
|
143
|
+
* - wait: ai.stigmer.agentic.workflow.v1.tasks.WaitTaskConfig
|
|
144
|
+
* - activity_call: ai.stigmer.agentic.workflow.v1.tasks.CallActivityTaskConfig
|
|
145
|
+
* - raise_error: ai.stigmer.agentic.workflow.v1.tasks.RaiseTaskConfig
|
|
146
|
+
* - run_workflow: ai.stigmer.agentic.workflow.v1.tasks.RunTaskConfig
|
|
147
|
+
* - agent_call: ai.stigmer.agentic.workflow.v1.tasks.AgentCallTaskConfig
|
|
148
|
+
*
|
|
149
|
+
* See: apis/ai/stigmer/agentic/workflow/v1/tasks/*.proto for detailed schemas.
|
|
150
|
+
*
|
|
151
|
+
* @generated from field: google.protobuf.Struct task_config = 3;
|
|
152
|
+
*/
|
|
153
|
+
taskConfig?: JsonObject;
|
|
154
|
+
/**
|
|
155
|
+
* Export configuration (how to save task output to context).
|
|
156
|
+
* Optional - if not set, output is not saved.
|
|
157
|
+
*
|
|
158
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.Export export = 4;
|
|
159
|
+
*/
|
|
160
|
+
export?: Export;
|
|
161
|
+
/**
|
|
162
|
+
* Flow control (which task executes next).
|
|
163
|
+
* Optional - if not set, continues to next task in sequence.
|
|
164
|
+
*
|
|
165
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.FlowControl flow = 5;
|
|
166
|
+
*/
|
|
167
|
+
flow?: FlowControl;
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowTask.
|
|
171
|
+
* Use `create(WorkflowTaskSchema)` to create a new message.
|
|
172
|
+
*/
|
|
173
|
+
export declare const WorkflowTaskSchema: GenMessage<WorkflowTask>;
|
|
174
|
+
/**
|
|
175
|
+
* Export defines how to save task output to context.
|
|
176
|
+
* Maps to the `export:` block in Zigflow DSL.
|
|
177
|
+
*
|
|
178
|
+
* Examples:
|
|
179
|
+
* - {"as": "${.}"} - Export entire output
|
|
180
|
+
* - {"as": "${.fieldName}"} - Export specific field
|
|
181
|
+
* - {"as": "${$context + {taskName: .}}"} - Merge into context
|
|
182
|
+
*
|
|
183
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.Export
|
|
184
|
+
*/
|
|
185
|
+
export type Export = Message<"ai.stigmer.agentic.workflow.v1.Export"> & {
|
|
186
|
+
/**
|
|
187
|
+
* Expression defining how to export output.
|
|
188
|
+
* Uses Zigflow expression syntax: ${...}
|
|
189
|
+
*
|
|
190
|
+
* @generated from field: string as = 1;
|
|
191
|
+
*/
|
|
192
|
+
as: string;
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.Export.
|
|
196
|
+
* Use `create(ExportSchema)` to create a new message.
|
|
197
|
+
*/
|
|
198
|
+
export declare const ExportSchema: GenMessage<Export>;
|
|
199
|
+
/**
|
|
200
|
+
* FlowControl defines which task executes next.
|
|
201
|
+
* Maps to the `then:` directive in Zigflow DSL.
|
|
202
|
+
*
|
|
203
|
+
* Examples:
|
|
204
|
+
* - {"then": "nextTaskName"} - Jump to specific task
|
|
205
|
+
* - {"then": "end"} - Terminate workflow
|
|
206
|
+
* - Not set - Continue to next task in sequence (default)
|
|
207
|
+
*
|
|
208
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.FlowControl
|
|
209
|
+
*/
|
|
210
|
+
export type FlowControl = Message<"ai.stigmer.agentic.workflow.v1.FlowControl"> & {
|
|
211
|
+
/**
|
|
212
|
+
* Target task name or "end" to terminate workflow.
|
|
213
|
+
*
|
|
214
|
+
* @generated from field: string then = 1;
|
|
215
|
+
*/
|
|
216
|
+
then: string;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.FlowControl.
|
|
220
|
+
* Use `create(FlowControlSchema)` to create a new message.
|
|
221
|
+
*/
|
|
222
|
+
export declare const FlowControlSchema: GenMessage<FlowControl>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/spec.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_environment_v1_spec } from "../../environment/v1/spec_pb";
|
|
6
|
+
import { file_ai_stigmer_agentic_workflow_v1_enum } from "./enum_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_field_options } from "../../../commons/apiresource/field_options_pb";
|
|
8
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
9
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/spec.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_ai_stigmer_agentic_workflow_v1_spec = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvc3BlYy5wcm90bxIeYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxIvwBCgxXb3JrZmxvd1NwZWMSEwoLZGVzY3JpcHRpb24YASABKAkSSgoIZG9jdW1lbnQYAiABKAsyMC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuV29ya2Zsb3dEb2N1bWVudEIGukgDyAEBEkUKBXRhc2tzGAMgAygLMiwuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLldvcmtmbG93VGFza0IIukgFkgECCAESRAoIZW52X3NwZWMYBCABKAsyMi5haS5zdGlnbWVyLmFnZW50aWMuZW52aXJvbm1lbnQudjEuRW52aXJvbm1lbnRTcGVjIpABChBXb3JrZmxvd0RvY3VtZW50Eh0KA2RzbBgBIAEoCUIQukgNcgsyCV4xXC4wXC4wJBIZCgluYW1lc3BhY2UYAiABKAlCBrpIA8gBARIUCgRuYW1lGAMgASgJQga6SAPIAQESFwoHdmVyc2lvbhgEIAEoCUIGukgDyAEBEhMKC2Rlc2NyaXB0aW9uGAUgASgJIp0CCgxXb3JrZmxvd1Rhc2sSFAoEbmFtZRgBIAEoCUIGukgDyAEBEkYKBGtpbmQYAiABKA4yMC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuV29ya2Zsb3dUYXNrS2luZEIGukgDyAEBEjwKC3Rhc2tfY29uZmlnGAMgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEIOukgDyAEB6oUsBGtpbmQSNgoGZXhwb3J0GAQgASgLMiYuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLkV4cG9ydBI5CgRmbG93GAUgASgLMisuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLkZsb3dDb250cm9sIh0KBkV4cG9ydBITCgJhcxgBIAEoCUIHukgEcgIQASIbCgtGbG93Q29udHJvbBIMCgR0aGVuGAEgASgJYgZwcm90bzM", [file_ai_stigmer_agentic_environment_v1_spec, file_ai_stigmer_agentic_workflow_v1_enum, file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowSpec.
|
|
16
|
+
* Use `create(WorkflowSpecSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const WorkflowSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_spec, 0);
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowDocument.
|
|
21
|
+
* Use `create(WorkflowDocumentSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
export const WorkflowDocumentSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_spec, 1);
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowTask.
|
|
26
|
+
* Use `create(WorkflowTaskSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
export const WorkflowTaskSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_spec, 2);
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.Export.
|
|
31
|
+
* Use `create(ExportSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const ExportSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_spec, 3);
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.FlowControl.
|
|
36
|
+
* Use `create(FlowControlSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export const FlowControlSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_spec, 4);
|
|
39
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,8BAA8B,CAAC;AAE3F,OAAO,EAAE,wCAAwC,EAAE,MAAM,WAAW,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,+CAA+C,CAAC;AAClH,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,ylCAAylC,EAAE,CAAC,2CAA2C,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AA4C3yC;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AA6C3D;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAiF3D;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAuB3D;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AAsB3D;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ServerlessWorkflowValidation } from "./serverless/validation_pb";
|
|
3
|
+
import type { ApiResourceAudit } from "../../../commons/apiresource/status_pb";
|
|
4
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/status.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_status: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* WorkflowStatus contains system-managed state for a Workflow resource.
|
|
11
|
+
*
|
|
12
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.WorkflowStatus
|
|
13
|
+
*/
|
|
14
|
+
export type WorkflowStatus = Message<"ai.stigmer.agentic.workflow.v1.WorkflowStatus"> & {
|
|
15
|
+
/**
|
|
16
|
+
* Standard audit information (created_at, updated_at, created_by, etc.)
|
|
17
|
+
*
|
|
18
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
|
|
19
|
+
*/
|
|
20
|
+
audit?: ApiResourceAudit;
|
|
21
|
+
/**
|
|
22
|
+
* ID of the default workflow instance created automatically for this workflow.
|
|
23
|
+
* Every workflow has exactly one default instance that requires no configuration.
|
|
24
|
+
* This instance has no environment bindings and uses all workflow defaults.
|
|
25
|
+
* Created automatically when the workflow is created.
|
|
26
|
+
*
|
|
27
|
+
* @generated from field: string default_instance_id = 1;
|
|
28
|
+
*/
|
|
29
|
+
defaultInstanceId: string;
|
|
30
|
+
/**
|
|
31
|
+
* Serverless Workflow YAML generation and validation state.
|
|
32
|
+
* Populated asynchronously after workflow creation via Temporal workflow.
|
|
33
|
+
* Contains the generated CNCF Serverless Workflow DSL 1.0.0 YAML and validation results.
|
|
34
|
+
*
|
|
35
|
+
* Workflow creation does NOT block on validation - the workflow is created immediately
|
|
36
|
+
* with status.state = PENDING, then validation runs in the background.
|
|
37
|
+
*
|
|
38
|
+
* Users can check this field to see if their workflow is valid before executing it.
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.serverless.ServerlessWorkflowValidation serverless_workflow_validation = 2;
|
|
41
|
+
*/
|
|
42
|
+
serverlessWorkflowValidation?: ServerlessWorkflowValidation;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowStatus.
|
|
46
|
+
* Use `create(WorkflowStatusSchema)` to create a new message.
|
|
47
|
+
*/
|
|
48
|
+
export declare const WorkflowStatusSchema: GenMessage<WorkflowStatus>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/status.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_serverless_validation } from "./serverless/validation_pb";
|
|
6
|
+
import { file_ai_stigmer_commons_apiresource_status } from "../../../commons/apiresource/status_pb";
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/status.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_workflow_v1_status = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvc3RhdHVzLnByb3RvEh5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEi3wEKDldvcmtmbG93U3RhdHVzEj8KBWF1ZGl0GGMgASgLMjAuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlQXVkaXQSGwoTZGVmYXVsdF9pbnN0YW5jZV9pZBgBIAEoCRJvCh5zZXJ2ZXJsZXNzX3dvcmtmbG93X3ZhbGlkYXRpb24YAiABKAsyRy5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuc2VydmVybGVzcy5TZXJ2ZXJsZXNzV29ya2Zsb3dWYWxpZGF0aW9uYgZwcm90bzM", [file_ai_stigmer_agentic_workflow_v1_serverless_validation, file_ai_stigmer_commons_apiresource_status]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.WorkflowStatus.
|
|
13
|
+
* Use `create(WorkflowStatusSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const WorkflowStatusSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_status, 0);
|
|
16
|
+
//# sourceMappingURL=status_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/status_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2HAA2H;AAC3H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,yDAAyD,EAAE,MAAM,4BAA4B,CAAC;AAEvG,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAGpG;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,iaAAia,EAAE,CAAC,yDAAyD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAwCvhB;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|