@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,90 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/listen.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_listen: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* ListenTaskConfig defines the configuration for LISTEN tasks.
|
|
9
|
+
*
|
|
10
|
+
* LISTEN tasks wait for external signals/events (Temporal signals).
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* listen:
|
|
15
|
+
* to:
|
|
16
|
+
* one:
|
|
17
|
+
* with:
|
|
18
|
+
* id: approval_signal
|
|
19
|
+
* type: signal
|
|
20
|
+
*
|
|
21
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 7
|
|
22
|
+
*
|
|
23
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.ListenTaskConfig
|
|
24
|
+
*/
|
|
25
|
+
export type ListenTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.ListenTaskConfig"> & {
|
|
26
|
+
/**
|
|
27
|
+
* Signal listening configuration.
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.tasks.ListenTo to = 1;
|
|
30
|
+
*/
|
|
31
|
+
to?: ListenTo;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ListenTaskConfig.
|
|
35
|
+
* Use `create(ListenTaskConfigSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export declare const ListenTaskConfigSchema: GenMessage<ListenTaskConfig>;
|
|
38
|
+
/**
|
|
39
|
+
* ListenTo defines what signals to listen for.
|
|
40
|
+
*
|
|
41
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.ListenTo
|
|
42
|
+
*/
|
|
43
|
+
export type ListenTo = Message<"ai.stigmer.agentic.workflow.v1.tasks.ListenTo"> & {
|
|
44
|
+
/**
|
|
45
|
+
* Listening mode:
|
|
46
|
+
* - "one": Wait for any one signal
|
|
47
|
+
* - "all": Wait for all signals
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: string mode = 1;
|
|
50
|
+
*/
|
|
51
|
+
mode: string;
|
|
52
|
+
/**
|
|
53
|
+
* Signals to listen for.
|
|
54
|
+
*
|
|
55
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.tasks.SignalSpec signals = 2;
|
|
56
|
+
*/
|
|
57
|
+
signals: SignalSpec[];
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ListenTo.
|
|
61
|
+
* Use `create(ListenToSchema)` to create a new message.
|
|
62
|
+
*/
|
|
63
|
+
export declare const ListenToSchema: GenMessage<ListenTo>;
|
|
64
|
+
/**
|
|
65
|
+
* SignalSpec defines a signal/event to listen for.
|
|
66
|
+
*
|
|
67
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.SignalSpec
|
|
68
|
+
*/
|
|
69
|
+
export type SignalSpec = Message<"ai.stigmer.agentic.workflow.v1.tasks.SignalSpec"> & {
|
|
70
|
+
/**
|
|
71
|
+
* Signal identifier.
|
|
72
|
+
*
|
|
73
|
+
* @generated from field: string id = 1;
|
|
74
|
+
*/
|
|
75
|
+
id: string;
|
|
76
|
+
/**
|
|
77
|
+
* Signal type:
|
|
78
|
+
* - "signal": Temporal signal
|
|
79
|
+
* - "query": Temporal query
|
|
80
|
+
* - "update": Temporal update
|
|
81
|
+
*
|
|
82
|
+
* @generated from field: string type = 2;
|
|
83
|
+
*/
|
|
84
|
+
type: string;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SignalSpec.
|
|
88
|
+
* Use `create(SignalSpecSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export declare const SignalSpecSchema: GenMessage<SignalSpec>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/listen.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
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/listen.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_listen = /*@__PURE__*/ fileDesc("CjFhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvbGlzdGVuLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MiYgoQTGlzdGVuVGFza0NvbmZpZxJCCgJ0bxgBIAEoCzIuLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcy5MaXN0ZW5Ub0IGukgDyAEBOgrqiywGbGlzdGVuInkKCExpc3RlblRvEiAKBG1vZGUYASABKAlCErpID8gBAXIKUgNvbmVSA2FsbBJLCgdzaWduYWxzGAIgAygLMjAuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLlNpZ25hbFNwZWNCCLpIBZIBAggBIlMKClNpZ25hbFNwZWMSFgoCaWQYASABKAlCCrpIB8gBAXICEAESLQoEdHlwZRgCIAEoCUIfukgcyAEBchdSBnNpZ25hbFIFcXVlcnlSBnVwZGF0ZWIGcHJvdG8z", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ListenTaskConfig.
|
|
13
|
+
* Use `create(ListenTaskConfigSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const ListenTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_listen, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.ListenTo.
|
|
18
|
+
* Use `create(ListenToSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const ListenToSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_listen, 1);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SignalSpec.
|
|
23
|
+
* Use `create(SignalSpecSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const SignalSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_listen, 2);
|
|
26
|
+
//# sourceMappingURL=listen_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listen_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/listen_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uIAAuI;AACvI,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;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,8hBAA8hB,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6B5nB;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAyBnE;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AA0BnE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/raise.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_raise: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* RaiseTaskConfig defines the configuration for RAISE tasks.
|
|
9
|
+
*
|
|
10
|
+
* RAISE tasks raise errors/exceptions, terminating workflow execution.
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* raise:
|
|
15
|
+
* error: ValidationError
|
|
16
|
+
* message: ${ .errorMessage }
|
|
17
|
+
*
|
|
18
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 11
|
|
19
|
+
*
|
|
20
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.RaiseTaskConfig
|
|
21
|
+
*/
|
|
22
|
+
export type RaiseTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.RaiseTaskConfig"> & {
|
|
23
|
+
/**
|
|
24
|
+
* Error type/name.
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: string error = 1;
|
|
27
|
+
*/
|
|
28
|
+
error: string;
|
|
29
|
+
/**
|
|
30
|
+
* Error message.
|
|
31
|
+
* Can contain expressions: "${ .errorMessage }"
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: string message = 2;
|
|
34
|
+
*/
|
|
35
|
+
message: string;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.RaiseTaskConfig.
|
|
39
|
+
* Use `create(RaiseTaskConfigSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export declare const RaiseTaskConfigSchema: GenMessage<RaiseTaskConfig>;
|
|
@@ -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/tasks/raise.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
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/raise.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_raise = /*@__PURE__*/ fileDesc("CjBhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvcmFpc2UucHJvdG8SJGFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcyJiCg9SYWlzZVRhc2tDb25maWcSHQoFZXJyb3IYASABKAlCDrpIB8gBAXICEAHYhSwBEh8KB21lc3NhZ2UYAiABKAlCDrpIB8gBAXICEAHYhSwBOg/qiywLcmFpc2VfZXJyb3JiBnByb3RvMw", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.RaiseTaskConfig.
|
|
13
|
+
* Use `create(RaiseTaskConfigSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const RaiseTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_raise, 0);
|
|
16
|
+
//# sourceMappingURL=raise_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raise_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/raise_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sIAAsI;AACtI,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;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAY,aAAa,CACnF,QAAQ,CAAC,wQAAwQ,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAkCtW;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,+CAA+C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
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/run.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_run: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* RunTaskConfig defines the configuration for RUN tasks.
|
|
9
|
+
*
|
|
10
|
+
* RUN tasks execute sub-workflows (Temporal child workflows).
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* run:
|
|
15
|
+
* workflow: "sub-workflow-name"
|
|
16
|
+
* input:
|
|
17
|
+
* data: ${ .data }
|
|
18
|
+
*
|
|
19
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 12
|
|
20
|
+
*
|
|
21
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.RunTaskConfig
|
|
22
|
+
*/
|
|
23
|
+
export type RunTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.RunTaskConfig"> & {
|
|
24
|
+
/**
|
|
25
|
+
* Sub-workflow name/identifier to execute.
|
|
26
|
+
*
|
|
27
|
+
* @generated from field: string workflow = 1;
|
|
28
|
+
*/
|
|
29
|
+
workflow: string;
|
|
30
|
+
/**
|
|
31
|
+
* Sub-workflow input (optional).
|
|
32
|
+
* Can be any JSON structure.
|
|
33
|
+
* Supports expressions in string values.
|
|
34
|
+
*
|
|
35
|
+
* @generated from field: google.protobuf.Struct input = 2;
|
|
36
|
+
*/
|
|
37
|
+
input?: JsonObject;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.RunTaskConfig.
|
|
41
|
+
* Use `create(RunTaskConfigSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
export declare const RunTaskConfigSchema: GenMessage<RunTaskConfig>;
|
|
@@ -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/run.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/run.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_run = /*@__PURE__*/ fileDesc("Ci5haS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvcnVuLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MiZwoNUnVuVGFza0NvbmZpZxIcCgh3b3JrZmxvdxgBIAEoCUIKukgHyAEBcgIQARImCgVpbnB1dBgCIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3Q6EOqLLAxydW5fd29ya2Zsb3diBnByb3RvMw", [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.RunTaskConfig.
|
|
14
|
+
* Use `create(RunTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const RunTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_run, 0);
|
|
17
|
+
//# sourceMappingURL=run_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"run_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/run_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oIAAoI;AACpI,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,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,4QAA4Q,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAoCvY;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/set.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_set: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* SetTaskConfig defines the configuration for SET tasks.
|
|
9
|
+
*
|
|
10
|
+
* SET tasks assign variables in workflow state.
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* set:
|
|
15
|
+
* variable1: value
|
|
16
|
+
* variable2: ${ expression }
|
|
17
|
+
* computed: ${ .a + .b }
|
|
18
|
+
*
|
|
19
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 1
|
|
20
|
+
*
|
|
21
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.SetTaskConfig
|
|
22
|
+
*/
|
|
23
|
+
export type SetTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.SetTaskConfig"> & {
|
|
24
|
+
/**
|
|
25
|
+
* Variables to set in workflow state.
|
|
26
|
+
* Keys are variable names, values can be literals or expressions.
|
|
27
|
+
* Expressions use ${...} syntax, e.g., "${.a + .b}" or "${now}"
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: map<string, string> variables = 1;
|
|
30
|
+
*/
|
|
31
|
+
variables: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SetTaskConfig.
|
|
37
|
+
* Use `create(SetTaskConfigSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export declare const SetTaskConfigSchema: GenMessage<SetTaskConfig>;
|
|
@@ -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/tasks/set.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
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/set.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_set = /*@__PURE__*/ fileDesc("Ci5haS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3Mvc2V0LnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MirgEKDVNldFRhc2tDb25maWcSXQoJdmFyaWFibGVzGAEgAygLMkIuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLlNldFRhc2tDb25maWcuVmFyaWFibGVzRW50cnlCBrpIA8gBARowCg5WYXJpYWJsZXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBOgzqiywIc2V0X3ZhcnNiBnByb3RvMw", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SetTaskConfig.
|
|
13
|
+
* Use `create(SetTaskConfigSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const SetTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_set, 0);
|
|
16
|
+
//# sourceMappingURL=set_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"set_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/set_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,oIAAoI;AACpI,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;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,4WAA4W,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6B1c;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/switch.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_switch: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* SwitchTaskConfig defines the configuration for SWITCH tasks.
|
|
9
|
+
*
|
|
10
|
+
* SWITCH tasks provide conditional branching based on expressions.
|
|
11
|
+
*
|
|
12
|
+
* YAML Example:
|
|
13
|
+
* - taskName:
|
|
14
|
+
* switch:
|
|
15
|
+
* - case1:
|
|
16
|
+
* when: ${ $context.value > 5 }
|
|
17
|
+
* then: highValueTask
|
|
18
|
+
* - defaultCase:
|
|
19
|
+
* then: unknownTask
|
|
20
|
+
*
|
|
21
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 3
|
|
22
|
+
*
|
|
23
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.SwitchTaskConfig
|
|
24
|
+
*/
|
|
25
|
+
export type SwitchTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.SwitchTaskConfig"> & {
|
|
26
|
+
/**
|
|
27
|
+
* List of switch cases (at least one required).
|
|
28
|
+
* Cases are evaluated in order. First matching case executes.
|
|
29
|
+
* If no "when" is specified, the case acts as default.
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.tasks.SwitchCase cases = 1;
|
|
32
|
+
*/
|
|
33
|
+
cases: SwitchCase[];
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SwitchTaskConfig.
|
|
37
|
+
* Use `create(SwitchTaskConfigSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export declare const SwitchTaskConfigSchema: GenMessage<SwitchTaskConfig>;
|
|
40
|
+
/**
|
|
41
|
+
* SwitchCase defines a single case in a switch statement.
|
|
42
|
+
*
|
|
43
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.SwitchCase
|
|
44
|
+
*/
|
|
45
|
+
export type SwitchCase = Message<"ai.stigmer.agentic.workflow.v1.tasks.SwitchCase"> & {
|
|
46
|
+
/**
|
|
47
|
+
* Case name/identifier.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: string name = 1;
|
|
50
|
+
*/
|
|
51
|
+
name: string;
|
|
52
|
+
/**
|
|
53
|
+
* Condition expression (optional).
|
|
54
|
+
* If empty, this is the default case.
|
|
55
|
+
* Example: "${ $context.value > 5 }"
|
|
56
|
+
*
|
|
57
|
+
* @generated from field: string when = 2;
|
|
58
|
+
*/
|
|
59
|
+
when: string;
|
|
60
|
+
/**
|
|
61
|
+
* Target task name to execute if condition matches.
|
|
62
|
+
*
|
|
63
|
+
* @generated from field: string then = 3;
|
|
64
|
+
*/
|
|
65
|
+
then: string;
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SwitchCase.
|
|
69
|
+
* Use `create(SwitchCaseSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
export declare const SwitchCaseSchema: GenMessage<SwitchCase>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflow/v1/tasks/switch.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
|
+
/**
|
|
8
|
+
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/switch.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_switch = /*@__PURE__*/ fileDesc("CjFhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3Mvc3dpdGNoLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MibgoQU3dpdGNoVGFza0NvbmZpZxJJCgVjYXNlcxgBIAMoCzIwLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcy5Td2l0Y2hDYXNlQgi6SAWSAQIIAToP6ossC3N3aXRjaF9jYXNlIk4KClN3aXRjaENhc2USGAoEbmFtZRgBIAEoCUIKukgHyAEBcgIQARIMCgR3aGVuGAIgASgJEhgKBHRoZW4YAyABKAlCCrpIB8gBAXICEAFiBnByb3RvMw", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate]);
|
|
11
|
+
/**
|
|
12
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SwitchTaskConfig.
|
|
13
|
+
* Use `create(SwitchTaskConfigSchema)` to create a new message.
|
|
14
|
+
*/
|
|
15
|
+
export const SwitchTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_switch, 0);
|
|
16
|
+
/**
|
|
17
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.SwitchCase.
|
|
18
|
+
* Use `create(SwitchCaseSchema)` to create a new message.
|
|
19
|
+
*/
|
|
20
|
+
export const SwitchCaseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_switch, 1);
|
|
21
|
+
//# sourceMappingURL=switch_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switch_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/switch_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,uIAAuI;AACvI,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;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,oYAAoY,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA+Ble;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAgCnE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
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/try.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_try: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* TryTaskConfig defines the configuration for TRY tasks.
|
|
10
|
+
*
|
|
11
|
+
* TRY tasks provide try/catch error handling.
|
|
12
|
+
*
|
|
13
|
+
* YAML Example:
|
|
14
|
+
* - taskName:
|
|
15
|
+
* try:
|
|
16
|
+
* - attemptTask:
|
|
17
|
+
* call: http
|
|
18
|
+
* with:
|
|
19
|
+
* method: POST
|
|
20
|
+
* endpoint:
|
|
21
|
+
* uri: https://api.example.com/flaky
|
|
22
|
+
* catch:
|
|
23
|
+
* as: error
|
|
24
|
+
* do:
|
|
25
|
+
* - errorHandler:
|
|
26
|
+
* call: http
|
|
27
|
+
* with:
|
|
28
|
+
* body:
|
|
29
|
+
* error: ${ .error }
|
|
30
|
+
*
|
|
31
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 6
|
|
32
|
+
*
|
|
33
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.TryTaskConfig
|
|
34
|
+
*/
|
|
35
|
+
export type TryTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.TryTaskConfig"> & {
|
|
36
|
+
/**
|
|
37
|
+
* Tasks to attempt (at least one required).
|
|
38
|
+
* If any task fails, execution jumps to catch block.
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.WorkflowTask try = 1;
|
|
41
|
+
*/
|
|
42
|
+
try: WorkflowTask[];
|
|
43
|
+
/**
|
|
44
|
+
* Catch block for error handling (optional).
|
|
45
|
+
* If not provided, errors propagate to parent.
|
|
46
|
+
*
|
|
47
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.tasks.CatchBlock catch = 2;
|
|
48
|
+
*/
|
|
49
|
+
catch?: CatchBlock;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.TryTaskConfig.
|
|
53
|
+
* Use `create(TryTaskConfigSchema)` to create a new message.
|
|
54
|
+
*/
|
|
55
|
+
export declare const TryTaskConfigSchema: GenMessage<TryTaskConfig>;
|
|
56
|
+
/**
|
|
57
|
+
* CatchBlock defines error handling logic.
|
|
58
|
+
*
|
|
59
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.CatchBlock
|
|
60
|
+
*/
|
|
61
|
+
export type CatchBlock = Message<"ai.stigmer.agentic.workflow.v1.tasks.CatchBlock"> & {
|
|
62
|
+
/**
|
|
63
|
+
* Variable name to store the error (optional).
|
|
64
|
+
* Accessible via ${ .error } in catch tasks.
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: string as = 1;
|
|
67
|
+
*/
|
|
68
|
+
as: string;
|
|
69
|
+
/**
|
|
70
|
+
* Tasks to execute when error is caught.
|
|
71
|
+
*
|
|
72
|
+
* @generated from field: repeated ai.stigmer.agentic.workflow.v1.WorkflowTask do = 2;
|
|
73
|
+
*/
|
|
74
|
+
do: WorkflowTask[];
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.CatchBlock.
|
|
78
|
+
* Use `create(CatchBlockSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export declare const CatchBlockSchema: GenMessage<CatchBlock>;
|
|
@@ -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/try.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/try.proto.
|
|
10
|
+
*/
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_try = /*@__PURE__*/ fileDesc("Ci5haS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvdHJ5LnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MipAEKDVRyeVRhc2tDb25maWcSQwoDdHJ5GAEgAygLMiwuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLldvcmtmbG93VGFza0IIukgFkgECCAESPwoFY2F0Y2gYAiABKAsyMC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MuQ2F0Y2hCbG9jazoN6ossCXRyeV9jYXRjaCJcCgpDYXRjaEJsb2NrEgoKAmFzGAEgASgJEkIKAmRvGAIgAygLMiwuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLldvcmtmbG93VGFza0IIukgFkgECCAFiBnByb3RvMw", [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.TryTaskConfig.
|
|
14
|
+
* Use `create(TryTaskConfigSchema)` to create a new message.
|
|
15
|
+
*/
|
|
16
|
+
export const TryTaskConfigSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_try, 0);
|
|
17
|
+
/**
|
|
18
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.CatchBlock.
|
|
19
|
+
* Use `create(CatchBlockSchema)` to create a new message.
|
|
20
|
+
*/
|
|
21
|
+
export const CatchBlockSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflow_v1_tasks_try, 1);
|
|
22
|
+
//# sourceMappingURL=try_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"try_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/try_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,4dAA4d,EAAE,CAAC,wCAAwC,EAAE,iDAAiD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA+CpmB;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC;AAwBhE;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import type { 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/tasks/wait.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_workflow_v1_tasks_wait: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* Duration represents a relative time period.
|
|
10
|
+
*
|
|
11
|
+
* Fields are additive: { days: 1, hours: 12 } equals 36 hours total.
|
|
12
|
+
* At least one field must be non-zero.
|
|
13
|
+
*
|
|
14
|
+
* Examples:
|
|
15
|
+
* - 1 week: { days: 7 }
|
|
16
|
+
* - 2.5 hours: { hours: 2, minutes: 30 }
|
|
17
|
+
* - 90 seconds: { minutes: 1, seconds: 30 }
|
|
18
|
+
*
|
|
19
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.Duration
|
|
20
|
+
*/
|
|
21
|
+
export type Duration = Message<"ai.stigmer.agentic.workflow.v1.tasks.Duration"> & {
|
|
22
|
+
/**
|
|
23
|
+
* Number of days to wait (24 hours each).
|
|
24
|
+
*
|
|
25
|
+
* @generated from field: uint32 days = 1;
|
|
26
|
+
*/
|
|
27
|
+
days: number;
|
|
28
|
+
/**
|
|
29
|
+
* Number of hours to wait.
|
|
30
|
+
*
|
|
31
|
+
* @generated from field: uint32 hours = 2;
|
|
32
|
+
*/
|
|
33
|
+
hours: number;
|
|
34
|
+
/**
|
|
35
|
+
* Number of minutes to wait.
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: uint32 minutes = 3;
|
|
38
|
+
*/
|
|
39
|
+
minutes: number;
|
|
40
|
+
/**
|
|
41
|
+
* Number of seconds to wait.
|
|
42
|
+
*
|
|
43
|
+
* @generated from field: uint32 seconds = 4;
|
|
44
|
+
*/
|
|
45
|
+
seconds: number;
|
|
46
|
+
/**
|
|
47
|
+
* Number of milliseconds to wait.
|
|
48
|
+
*
|
|
49
|
+
* @generated from field: uint32 milliseconds = 5;
|
|
50
|
+
*/
|
|
51
|
+
milliseconds: number;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.Duration.
|
|
55
|
+
* Use `create(DurationSchema)` to create a new message.
|
|
56
|
+
*/
|
|
57
|
+
export declare const DurationSchema: GenMessage<Duration>;
|
|
58
|
+
/**
|
|
59
|
+
* WaitTaskConfig defines the configuration for WAIT tasks.
|
|
60
|
+
*
|
|
61
|
+
* WAIT tasks pause workflow execution using Temporal timers.
|
|
62
|
+
* Supports both relative durations ("wait 1 week") and absolute
|
|
63
|
+
* timestamps ("wait until March 1st 9am").
|
|
64
|
+
*
|
|
65
|
+
* YAML Examples:
|
|
66
|
+
*
|
|
67
|
+
* Relative duration:
|
|
68
|
+
* - waitForApproval:
|
|
69
|
+
* wait:
|
|
70
|
+
* duration:
|
|
71
|
+
* days: 7
|
|
72
|
+
*
|
|
73
|
+
* Absolute timestamp:
|
|
74
|
+
* - waitUntilMarketOpen:
|
|
75
|
+
* wait:
|
|
76
|
+
* until: "2026-03-02T09:30:00Z"
|
|
77
|
+
*
|
|
78
|
+
* Reference: zigflow-dsl-pattern-catalog.md - Task Type 8
|
|
79
|
+
*
|
|
80
|
+
* @generated from message ai.stigmer.agentic.workflow.v1.tasks.WaitTaskConfig
|
|
81
|
+
*/
|
|
82
|
+
export type WaitTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.WaitTaskConfig"> & {
|
|
83
|
+
/**
|
|
84
|
+
* @generated from oneof ai.stigmer.agentic.workflow.v1.tasks.WaitTaskConfig.wait_type
|
|
85
|
+
*/
|
|
86
|
+
waitType: {
|
|
87
|
+
/**
|
|
88
|
+
* Relative duration to wait from now.
|
|
89
|
+
*
|
|
90
|
+
* Use this when you want to wait for a specific amount of time
|
|
91
|
+
* regardless of when the workflow reaches this task.
|
|
92
|
+
*
|
|
93
|
+
* Example: { days: 7 } = wait 1 week from now
|
|
94
|
+
*
|
|
95
|
+
* @generated from field: ai.stigmer.agentic.workflow.v1.tasks.Duration duration = 1;
|
|
96
|
+
*/
|
|
97
|
+
value: Duration;
|
|
98
|
+
case: "duration";
|
|
99
|
+
} | {
|
|
100
|
+
/**
|
|
101
|
+
* Absolute timestamp to wait until.
|
|
102
|
+
*
|
|
103
|
+
* Use this when you want to wait until a specific point in time.
|
|
104
|
+
* If the timestamp is in the past, the task completes immediately.
|
|
105
|
+
*
|
|
106
|
+
* Example: "2026-03-01T09:00:00Z" = wait until March 1st, 2026 at 9am UTC
|
|
107
|
+
*
|
|
108
|
+
* @generated from field: google.protobuf.Timestamp until = 2;
|
|
109
|
+
*/
|
|
110
|
+
value: Timestamp;
|
|
111
|
+
case: "until";
|
|
112
|
+
} | {
|
|
113
|
+
case: undefined;
|
|
114
|
+
value?: undefined;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.WaitTaskConfig.
|
|
119
|
+
* Use `create(WaitTaskConfigSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export declare const WaitTaskConfigSchema: GenMessage<WaitTaskConfig>;
|