@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,153 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ContextManagementConfig } from "../../../agentexecution/v1/spec_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/agent_call.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_agent_call: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* AgentCallTaskConfig defines the configuration for AGENT_CALL tasks.
|
|
10
|
+
*
|
|
11
|
+
* This enables workflows to invoke AI agents as tasks, delegating complex
|
|
12
|
+
* operations to specialized agents with their own skills and context.
|
|
13
|
+
*
|
|
14
|
+
* The agent is referenced by org/slug format (e.g., "stigmer/code-reviewer").
|
|
15
|
+
* Resolution order:
|
|
16
|
+
* 1. If org is specified: look in that org's agents
|
|
17
|
+
* 2. If org is empty: use the workflow's org
|
|
18
|
+
* 3. Before external lookup, check manifest (current deployment)
|
|
19
|
+
*
|
|
20
|
+
* The workflow's execution context (environment variables, secrets) is
|
|
21
|
+
* passed to the agent invocation, allowing agents to access workflow state.
|
|
22
|
+
*
|
|
23
|
+
* YAML Example:
|
|
24
|
+
* - analyze:
|
|
25
|
+
* call: agent
|
|
26
|
+
* with:
|
|
27
|
+
* agent: "code-reviewer" # Uses workflow's org
|
|
28
|
+
* # OR agent: "stigmer/code-reviewer" # Explicit org reference
|
|
29
|
+
* message: "Review this code: ${ $context.fetchCode.body }"
|
|
30
|
+
* env:
|
|
31
|
+
* GITHUB_TOKEN: "${ .secrets.GH_TOKEN }"
|
|
32
|
+
* config:
|
|
33
|
+
* model: "claude-3-5-sonnet"
|
|
34
|
+
* timeout: 300
|
|
35
|
+
*
|
|
36
|
+
* Reference: design doc at stigmer/_cursor/add-agent-config-to-workflow.md
|
|
37
|
+
*
|
|
38
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.AgentCallTaskConfig
|
|
39
|
+
*/
|
|
40
|
+
export type AgentCallTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.AgentCallTaskConfig"> & {
|
|
41
|
+
/**
|
|
42
|
+
* Agent reference in "org/slug" or "slug" format.
|
|
43
|
+
* - "slug" only: uses the workflow's organization
|
|
44
|
+
* - "org/slug": explicit organization reference
|
|
45
|
+
* Examples: "code-reviewer", "stigmer/code-reviewer", "acme/data-analyst"
|
|
46
|
+
* Required field.
|
|
47
|
+
*
|
|
48
|
+
* @generated from field: string agent = 1;
|
|
49
|
+
*/
|
|
50
|
+
agent: string;
|
|
51
|
+
/**
|
|
52
|
+
* Explicit organization for agent resolution. Optional.
|
|
53
|
+
* If empty, the org is parsed from the agent field or defaults to workflow's org.
|
|
54
|
+
* Use this when you need to override the parsed org.
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: string org = 2;
|
|
57
|
+
*/
|
|
58
|
+
org: string;
|
|
59
|
+
/**
|
|
60
|
+
* Instructions/prompt to send to the agent.
|
|
61
|
+
* Supports interpolation of workflow variables using JQ expressions.
|
|
62
|
+
* Example: "Analyze this code: ${ $context.fetchCode.body }"
|
|
63
|
+
* Required field.
|
|
64
|
+
*
|
|
65
|
+
* @generated from field: string message = 3;
|
|
66
|
+
*/
|
|
67
|
+
message: string;
|
|
68
|
+
/**
|
|
69
|
+
* Runtime environment variables to pass to the agent.
|
|
70
|
+
* Values can be literal strings or JQ expressions that reference
|
|
71
|
+
* workflow context or secrets.
|
|
72
|
+
* Example: {"GITHUB_TOKEN": "${ .secrets.GH_TOKEN }"}
|
|
73
|
+
* Optional.
|
|
74
|
+
*
|
|
75
|
+
* @generated from field: map<string, string> env = 4;
|
|
76
|
+
*/
|
|
77
|
+
env: {
|
|
78
|
+
[key: string]: string;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Execution configuration for the agent invocation.
|
|
82
|
+
* Optional - defaults are applied if not specified.
|
|
83
|
+
*
|
|
84
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.tasks.AgentExecutionConfig config = 5;
|
|
85
|
+
*/
|
|
86
|
+
config?: AgentExecutionConfig;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.AgentCallTaskConfig.
|
|
90
|
+
* Use `create(AgentCallTaskConfigSchema)` to create a new message.
|
|
91
|
+
*/
|
|
92
|
+
export declare const AgentCallTaskConfigSchema: GenMessage<AgentCallTaskConfig>;
|
|
93
|
+
/**
|
|
94
|
+
* AgentExecutionConfig defines optional execution parameters for agent calls.
|
|
95
|
+
* These settings override the agent's default configuration for this specific invocation.
|
|
96
|
+
*
|
|
97
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.AgentExecutionConfig
|
|
98
|
+
*/
|
|
99
|
+
export type AgentExecutionConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.AgentExecutionConfig"> & {
|
|
100
|
+
/**
|
|
101
|
+
* LLM model to use for this invocation.
|
|
102
|
+
* Example: "claude-3-5-sonnet", "gpt-4", "claude-3-opus"
|
|
103
|
+
* Optional - uses agent's default model if not specified.
|
|
104
|
+
*
|
|
105
|
+
* @generated from field: string model = 1;
|
|
106
|
+
*/
|
|
107
|
+
model: string;
|
|
108
|
+
/**
|
|
109
|
+
* Timeout for agent execution in seconds.
|
|
110
|
+
* Default: 300 (5 minutes)
|
|
111
|
+
* Optional.
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: int32 timeout = 2;
|
|
114
|
+
*/
|
|
115
|
+
timeout: number;
|
|
116
|
+
/**
|
|
117
|
+
* Temperature for LLM sampling (0.0 to 1.0).
|
|
118
|
+
* Lower = more deterministic, Higher = more creative
|
|
119
|
+
* Default: 0.7
|
|
120
|
+
* Optional.
|
|
121
|
+
*
|
|
122
|
+
* @generated from field: float temperature = 3;
|
|
123
|
+
*/
|
|
124
|
+
temperature: number;
|
|
125
|
+
/**
|
|
126
|
+
* Context management configuration for this agent invocation.
|
|
127
|
+
*
|
|
128
|
+
* Controls automatic summarization behavior for long-running conversations.
|
|
129
|
+
* When specified, overrides model defaults from the Model Registry.
|
|
130
|
+
*
|
|
131
|
+
* Use cases:
|
|
132
|
+
* - Disable summarization for short-lived agents
|
|
133
|
+
* - Custom thresholds for agents with specific context requirements
|
|
134
|
+
* - Fine-tune summarization behavior per workflow task
|
|
135
|
+
*
|
|
136
|
+
* Example YAML:
|
|
137
|
+
* config:
|
|
138
|
+
* model: "claude-sonnet-4.5"
|
|
139
|
+
* context_management:
|
|
140
|
+
* custom_trigger_threshold: 150000
|
|
141
|
+
* custom_target_tokens: 120000
|
|
142
|
+
*
|
|
143
|
+
* @since Phase 3 (Context Summarization Architecture)
|
|
144
|
+
*
|
|
145
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.ContextManagementConfig context_management = 4;
|
|
146
|
+
*/
|
|
147
|
+
contextManagement?: ContextManagementConfig;
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.AgentExecutionConfig.
|
|
151
|
+
* Use `create(AgentExecutionConfigSchema)` to create a new message.
|
|
152
|
+
*/
|
|
153
|
+
export declare const AgentExecutionConfigSchema: GenMessage<AgentExecutionConfig>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/agent_call.proto (package ai.stigmer.agentic.workflow.v1.tasks, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_agentexecution_v1_spec } from "../../../agentexecution/v1/spec_pb";
|
|
6
|
+
import { file_ai_stigmer_commons_apiresource_field_options } from "../../../../commons/apiresource/field_options_pb";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../../../../buf/validate/validate_pb";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/agent_call.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_agent_call = /*@__PURE__*/ fileDesc("CjVhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvYWdlbnRfY2FsbC5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzIrkCChNBZ2VudENhbGxUYXNrQ29uZmlnEhsKBWFnZW50GAEgASgJQgy6SAnIAQFyBBABGH8SCwoDb3JnGAIgASgJEh8KB21lc3NhZ2UYAyABKAlCDrpIB8gBAXICEAHYhSwBEk8KA2VudhgEIAMoCzJCLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcy5BZ2VudENhbGxUYXNrQ29uZmlnLkVudkVudHJ5EkoKBmNvbmZpZxgFIAEoCzI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcy5BZ2VudEV4ZWN1dGlvbkNvbmZpZxoqCghFbnZFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBOg7qiywKYWdlbnRfY2FsbCLDAQoUQWdlbnRFeGVjdXRpb25Db25maWcSDQoFbW9kZWwYASABKAkSGwoHdGltZW91dBgCIAEoBUIKukgHGgUYkBwoARIkCgt0ZW1wZXJhdHVyZRgDIAEoAkIPukgMCgodAACAPy0AAAAAElkKEmNvbnRleHRfbWFuYWdlbWVudBgEIAEoCzI9LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Db250ZXh0TWFuYWdlbWVudENvbmZpZ2IGcHJvdG8z", [file_ai_stigmer_agentic_agentexecution_v1_spec, file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.AgentCallTaskConfig.
|
|
14
|
+
* Use `create(AgentCallTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const AgentCallTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_agent_call, 0);
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.AgentExecutionConfig.
|
|
19
|
+
* Use `create(AgentExecutionConfigSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const AgentExecutionConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_agent_call, 1);
|
|
22
|
+
//# sourceMappingURL=agent_call_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"agent_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2IAA2I;AAC3I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,8CAA8C,EAAE,MAAM,oCAAoC,CAAC;AACpG,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACrH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,szBAAszB,EAAE,CAAC,8CAA8C,EAAE,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAqFp8B;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC;AA8DvE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/call_activity.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_call_activity: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* CallActivityTaskConfig defines the configuration for CALL_ACTIVITY tasks.
|
|
9
|
+
*
|
|
10
|
+
* CALL_ACTIVITY tasks execute Temporal activities.
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* call: activity
|
|
15
|
+
* with:
|
|
16
|
+
* activity: "ProcessDataActivity"
|
|
17
|
+
* input:
|
|
18
|
+
* data: ${ .data }
|
|
19
|
+
*
|
|
20
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 10
|
|
21
|
+
*
|
|
22
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.CallActivityTaskConfig
|
|
23
|
+
*/
|
|
24
|
+
export type CallActivityTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.CallActivityTaskConfig"> & {
|
|
25
|
+
/**
|
|
26
|
+
* Activity name to execute.
|
|
27
|
+
* Must match registered Temporal activity.
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: string activity = 1;
|
|
30
|
+
*/
|
|
31
|
+
activity: string;
|
|
32
|
+
/**
|
|
33
|
+
* Activity input (optional).
|
|
34
|
+
* Can be any JSON structure.
|
|
35
|
+
* Supports expressions in string values.
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: google.protobuf.Struct input = 2;
|
|
38
|
+
*/
|
|
39
|
+
input?: JsonObject;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.CallActivityTaskConfig.
|
|
43
|
+
* Use `create(CallActivityTaskConfigSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export declare const CallActivityTaskConfigSchema: GenMessage<CallActivityTaskConfig>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/call_activity.proto (package ai.stigmer.agentic.workflow.v1.tasks, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_field_options } from "../../../../commons/apiresource/field_options_pb";
|
|
6
|
+
import { file_buf_validate_validate } from "../../../../../../buf/validate/validate_pb";
|
|
7
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/call_activity.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_call_activity = /*@__PURE__*/ fileDesc("CjhhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvY2FsbF9hY3Rpdml0eS5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzInEKFkNhbGxBY3Rpdml0eVRhc2tDb25maWcSHAoIYWN0aXZpdHkYASABKAlCCrpIB8gBAXICEAESJgoFaW5wdXQYAiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0OhHqiywNYWN0aXZpdHlfY2FsbGIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.CallActivityTaskConfig.
|
|
14
|
+
* Use `create(CallActivityTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const CallActivityTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_call_activity, 0);
|
|
17
|
+
//# sourceMappingURL=call_activity_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"call_activity_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8IAA8I;AAC9I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACrH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,uDAAuD,GAAY,aAAa,CAC3F,QAAQ,CAAC,sSAAsS,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAsCja;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,uDAAuD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { WorkflowTask } from "../spec_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/for.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_for: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* ForTaskConfig defines the configuration for FOR tasks.
|
|
10
|
+
*
|
|
11
|
+
* FOR tasks iterate over collections, executing tasks for each item.
|
|
12
|
+
*
|
|
13
|
+
* YAML Example:
|
|
14
|
+
* - taskName:
|
|
15
|
+
* for:
|
|
16
|
+
* each: item
|
|
17
|
+
* in: ${ $data.items }
|
|
18
|
+
* do:
|
|
19
|
+
* - processItem:
|
|
20
|
+
* call: http
|
|
21
|
+
* with:
|
|
22
|
+
* method: POST
|
|
23
|
+
* body:
|
|
24
|
+
* item: ${ $data.item }
|
|
25
|
+
* index: ${ $data.index }
|
|
26
|
+
*
|
|
27
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 4
|
|
28
|
+
*
|
|
29
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.ForTaskConfig
|
|
30
|
+
*/
|
|
31
|
+
export type ForTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.ForTaskConfig"> & {
|
|
32
|
+
/**
|
|
33
|
+
* Variable name for each item in the iteration.
|
|
34
|
+
* Accessible via ${ $data.item } in expressions.
|
|
35
|
+
*
|
|
36
|
+
* @generated from field: string each = 1;
|
|
37
|
+
*/
|
|
38
|
+
each: string;
|
|
39
|
+
/**
|
|
40
|
+
* Expression evaluating to the collection to iterate over.
|
|
41
|
+
* Example: "${ $data.items }" or "${ [1, 2, 3] }"
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: string in = 2;
|
|
44
|
+
*/
|
|
45
|
+
in: string;
|
|
46
|
+
/**
|
|
47
|
+
* Tasks to execute for each iteration.
|
|
48
|
+
* Loop variables available: ${ $data.item }, ${ $data.index }
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.WorkflowTask do = 3;
|
|
51
|
+
*/
|
|
52
|
+
do: WorkflowTask[];
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ForTaskConfig.
|
|
56
|
+
* Use `create(ForTaskConfigSchema)` to create a new message.
|
|
57
|
+
*/
|
|
58
|
+
export declare const ForTaskConfigSchema: GenMessage<ForTaskConfig>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/for.proto (package ai.stigmer.agentic.workflow.v1.tasks, 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_commons_apiresource_field_options } from "../../../../commons/apiresource/field_options_pb";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../../../../buf/validate/validate_pb";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/for.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_for = /*@__PURE__*/ fileDesc("Ci5haS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvZm9yLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MilwEKDUZvclRhc2tDb25maWcSGAoEZWFjaBgBIAEoCUIKukgHyAEBcgIQARIaCgJpbhgCIAEoCUIOukgHyAEBcgIQAdiFLAESQgoCZG8YAyADKAsyLC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEuV29ya2Zsb3dUYXNrQgi6SAWSAQIIAToM6ossCGZvcl9lYWNoYgZwcm90bzM", [file_ai_stigmer_agentic_workflow_v1_spec, file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ForTaskConfig.
|
|
14
|
+
* Use `create(ForTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const ForTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_for, 0);
|
|
17
|
+
//# sourceMappingURL=for_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"for_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/for_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oIAAoI;AACpI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,YAAY,CAAC;AACtE,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACrH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,6UAA6U,EAAE,CAAC,wCAAwC,EAAE,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAmDrd;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { WorkflowTask } from "../spec_pb";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/fork.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_fork: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* ForkTaskConfig defines the configuration for FORK tasks.
|
|
10
|
+
*
|
|
11
|
+
* FORK tasks execute multiple branches in parallel.
|
|
12
|
+
*
|
|
13
|
+
* YAML Example:
|
|
14
|
+
* - taskName:
|
|
15
|
+
* fork:
|
|
16
|
+
* branches:
|
|
17
|
+
* - branch1:
|
|
18
|
+
* do:
|
|
19
|
+
* - task1:
|
|
20
|
+
* call: http
|
|
21
|
+
* with:
|
|
22
|
+
* method: POST
|
|
23
|
+
* endpoint:
|
|
24
|
+
* uri: https://api.example.com/branch1
|
|
25
|
+
* - branch2:
|
|
26
|
+
* do:
|
|
27
|
+
* - task2:
|
|
28
|
+
* call: http
|
|
29
|
+
*
|
|
30
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 5
|
|
31
|
+
*
|
|
32
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.ForkTaskConfig
|
|
33
|
+
*/
|
|
34
|
+
export type ForkTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.ForkTaskConfig"> & {
|
|
35
|
+
/**
|
|
36
|
+
* Branches to execute in parallel (at least 2 required).
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.tasks.ForkBranch branches = 1;
|
|
39
|
+
*/
|
|
40
|
+
branches: ForkBranch[];
|
|
41
|
+
/**
|
|
42
|
+
* If true, first branch to complete wins (race mode).
|
|
43
|
+
* If false, all branches must complete (default).
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: bool compete = 2;
|
|
46
|
+
*/
|
|
47
|
+
compete: boolean;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ForkTaskConfig.
|
|
51
|
+
* Use `create(ForkTaskConfigSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export declare const ForkTaskConfigSchema: GenMessage<ForkTaskConfig>;
|
|
54
|
+
/**
|
|
55
|
+
* ForkBranch defines a single branch in parallel execution.
|
|
56
|
+
*
|
|
57
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.ForkBranch
|
|
58
|
+
*/
|
|
59
|
+
export type ForkBranch = Message<"ai.stigmer.agentic.workflow.v1.tasks.ForkBranch"> & {
|
|
60
|
+
/**
|
|
61
|
+
* Branch name/identifier.
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: string name = 1;
|
|
64
|
+
*/
|
|
65
|
+
name: string;
|
|
66
|
+
/**
|
|
67
|
+
* Tasks to execute in this branch.
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.WorkflowTask do = 2;
|
|
70
|
+
*/
|
|
71
|
+
do: WorkflowTask[];
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ForkBranch.
|
|
75
|
+
* Use `create(ForkBranchSchema)` to create a new message.
|
|
76
|
+
*/
|
|
77
|
+
export declare const ForkBranchSchema: GenMessage<ForkBranch>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/fork.proto (package ai.stigmer.agentic.workflow.v1.tasks, 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_commons_apiresource_field_options } from "../../../../commons/apiresource/field_options_pb";
|
|
7
|
+
import { file_buf_validate_validate } from "../../../../../../buf/validate/validate_pb";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/fork.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_fork = /*@__PURE__*/ fileDesc("Ci9haS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvZm9yay5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzInkKDkZvcmtUYXNrQ29uZmlnEkwKCGJyYW5jaGVzGAEgAygLMjAuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLkZvcmtCcmFuY2hCCLpIBZIBAggCEg8KB2NvbXBldGUYAiABKAg6COqLLARmb3JrImoKCkZvcmtCcmFuY2gSGAoEbmFtZRgBIAEoCUIKukgHyAEBcgIQARJCCgJkbxgCIAMoCzIsLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS5Xb3JrZmxvd1Rhc2tCCLpIBZIBAggBYgZwcm90bzM", [file_ai_stigmer_agentic_workflow_v1_spec, file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ForkTaskConfig.
|
|
14
|
+
* Use `create(ForkTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const ForkTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_fork, 0);
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ForkBranch.
|
|
19
|
+
* Use `create(ForkBranchSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const ForkBranchSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_fork, 1);
|
|
22
|
+
//# sourceMappingURL=fork_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fork_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/fork_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qIAAqI;AACrI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,YAAY,CAAC;AACtE,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACrH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,qbAAqb,EAAE,CAAC,wCAAwC,EAAE,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6C7jB;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC;AAuBjE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,8CAA8C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/grpc_call.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_grpc_call: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* GrpcCallTaskConfig defines the configuration for GRPC_CALL tasks.
|
|
9
|
+
*
|
|
10
|
+
* GRPC_CALL tasks make gRPC requests to external services.
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* call: grpc
|
|
15
|
+
* with:
|
|
16
|
+
* service: "com.example.UserService"
|
|
17
|
+
* method: "GetUser"
|
|
18
|
+
* request:
|
|
19
|
+
* userId: ${ .userId }
|
|
20
|
+
*
|
|
21
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 9
|
|
22
|
+
*
|
|
23
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.GrpcCallTaskConfig
|
|
24
|
+
*/
|
|
25
|
+
export type GrpcCallTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.GrpcCallTaskConfig"> & {
|
|
26
|
+
/**
|
|
27
|
+
* Fully qualified service name.
|
|
28
|
+
* Example: "com.example.UserService"
|
|
29
|
+
*
|
|
30
|
+
* @generated from field: string service = 1;
|
|
31
|
+
*/
|
|
32
|
+
service: string;
|
|
33
|
+
/**
|
|
34
|
+
* Method name to call.
|
|
35
|
+
* Example: "GetUser"
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: string method = 2;
|
|
38
|
+
*/
|
|
39
|
+
method: string;
|
|
40
|
+
/**
|
|
41
|
+
* Request message (optional).
|
|
42
|
+
* Can be any JSON structure matching the proto schema.
|
|
43
|
+
* Supports expressions in string values.
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: google.protobuf.Struct request = 3;
|
|
46
|
+
*/
|
|
47
|
+
request?: JsonObject;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.GrpcCallTaskConfig.
|
|
51
|
+
* Use `create(GrpcCallTaskConfigSchema)` to create a new message.
|
|
52
|
+
*/
|
|
53
|
+
export declare const GrpcCallTaskConfigSchema: GenMessage<GrpcCallTaskConfig>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/grpc_call.proto (package ai.stigmer.agentic.workflow.v1.tasks, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_field_options } from "../../../../commons/apiresource/field_options_pb";
|
|
6
|
+
import { file_buf_validate_validate } from "../../../../../../buf/validate/validate_pb";
|
|
7
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/grpc_call.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_grpc_call = /*@__PURE__*/ fileDesc("CjRhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvZ3JwY19jYWxsLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MihgEKEkdycGNDYWxsVGFza0NvbmZpZxIbCgdzZXJ2aWNlGAEgASgJQgq6SAfIAQFyAhABEhoKBm1ldGhvZBgCIAEoCUIKukgHyAEBcgIQARIoCgdyZXF1ZXN0GAMgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdDoN6ossCWdycGNfY2FsbGIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.GrpcCallTaskConfig.
|
|
14
|
+
* Use `create(GrpcCallTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const GrpcCallTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_grpc_call, 0);
|
|
17
|
+
//# sourceMappingURL=grpc_call_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grpc_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACrH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,8TAA8T,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AA+Czb;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/http_call.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_http_call: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* HttpCallTaskConfig defines the configuration for HTTP_CALL tasks.
|
|
9
|
+
*
|
|
10
|
+
* HTTP_CALL tasks make HTTP requests (GET, POST, PUT, DELETE, PATCH).
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* call: http
|
|
15
|
+
* with:
|
|
16
|
+
* method: POST
|
|
17
|
+
* endpoint:
|
|
18
|
+
* uri: https://api.example.com/data
|
|
19
|
+
* headers:
|
|
20
|
+
* Authorization: "Bearer ${TOKEN}"
|
|
21
|
+
* body:
|
|
22
|
+
* field1: value
|
|
23
|
+
*
|
|
24
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 2
|
|
25
|
+
*
|
|
26
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.HttpCallTaskConfig
|
|
27
|
+
*/
|
|
28
|
+
export type HttpCallTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.HttpCallTaskConfig"> & {
|
|
29
|
+
/**
|
|
30
|
+
* HTTP method (GET, POST, PUT, DELETE, PATCH).
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: string method = 1;
|
|
33
|
+
*/
|
|
34
|
+
method: string;
|
|
35
|
+
/**
|
|
36
|
+
* HTTP endpoint configuration.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.tasks.HttpEndpoint endpoint = 2;
|
|
39
|
+
*/
|
|
40
|
+
endpoint?: HttpEndpoint;
|
|
41
|
+
/**
|
|
42
|
+
* HTTP headers (optional).
|
|
43
|
+
* Values can contain expressions: "Bearer ${TOKEN}"
|
|
44
|
+
*
|
|
45
|
+
* @generated from field: map<string, string> headers = 3;
|
|
46
|
+
*/
|
|
47
|
+
headers: {
|
|
48
|
+
[key: string]: string;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Request body (optional).
|
|
52
|
+
* Can be any JSON structure. Supports expressions in string values.
|
|
53
|
+
*
|
|
54
|
+
* @generated from field: google.protobuf.Struct body = 4;
|
|
55
|
+
*/
|
|
56
|
+
body?: JsonObject;
|
|
57
|
+
/**
|
|
58
|
+
* Request timeout in seconds (optional, default: 30).
|
|
59
|
+
*
|
|
60
|
+
* @generated from field: int32 timeout_seconds = 5;
|
|
61
|
+
*/
|
|
62
|
+
timeoutSeconds: number;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.HttpCallTaskConfig.
|
|
66
|
+
* Use `create(HttpCallTaskConfigSchema)` to create a new message.
|
|
67
|
+
*/
|
|
68
|
+
export declare const HttpCallTaskConfigSchema: GenMessage<HttpCallTaskConfig>;
|
|
69
|
+
/**
|
|
70
|
+
* HttpEndpoint defines the HTTP endpoint to call.
|
|
71
|
+
*
|
|
72
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.HttpEndpoint
|
|
73
|
+
*/
|
|
74
|
+
export type HttpEndpoint = Message<"ai.stigmer.agentic.workflow.v1.tasks.HttpEndpoint"> & {
|
|
75
|
+
/**
|
|
76
|
+
* URI of the endpoint.
|
|
77
|
+
* Can contain expressions: "https://api.example.com/${.resource}"
|
|
78
|
+
*
|
|
79
|
+
* @generated from field: string uri = 1;
|
|
80
|
+
*/
|
|
81
|
+
uri: string;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.HttpEndpoint.
|
|
85
|
+
* Use `create(HttpEndpointSchema)` to create a new message.
|
|
86
|
+
*/
|
|
87
|
+
export declare const HttpEndpointSchema: GenMessage<HttpEndpoint>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/http_call.proto (package ai.stigmer.agentic.workflow.v1.tasks, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_commons_apiresource_field_options } from "../../../../commons/apiresource/field_options_pb";
|
|
6
|
+
import { file_buf_validate_validate } from "../../../../../../buf/validate/validate_pb";
|
|
7
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
/**
|
|
9
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/http_call.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_http_call = /*@__PURE__*/ fileDesc("CjRhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvaHR0cF9jYWxsLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3Mi/gIKEkh0dHBDYWxsVGFza0NvbmZpZxI3CgZtZXRob2QYASABKAlCJ7pIJMgBAXIfUgNHRVRSBFBPU1RSA1BVVFIGREVMRVRFUgVQQVRDSBJMCghlbmRwb2ludBgCIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcy5IdHRwRW5kcG9pbnRCBrpIA8gBARJWCgdoZWFkZXJzGAMgAygLMkUuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLkh0dHBDYWxsVGFza0NvbmZpZy5IZWFkZXJzRW50cnkSJQoEYm9keRgEIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSIwoPdGltZW91dF9zZWNvbmRzGAUgASgFQgq6SAcaBRisAigBGi4KDEhlYWRlcnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBOg3qiywJaHR0cF9jYWxsIisKDEh0dHBFbmRwb2ludBIbCgN1cmkYASABKAlCDrpIB8gBAXICEAHYhSwBYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
12
|
+
/**
|
|
13
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.HttpCallTaskConfig.
|
|
14
|
+
* Use `create(HttpCallTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const HttpCallTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_http_call, 0);
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.HttpEndpoint.
|
|
19
|
+
* Use `create(HttpEndpointSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const HttpEndpointSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_http_call, 1);
|
|
22
|
+
//# sourceMappingURL=http_call_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"http_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACrH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,qsBAAqsB,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AA8Dh0B;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC;AAiBtE;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
|