@stigmer/protos 0.0.69 → 0.0.70
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/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
- package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
- package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
- package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
- package/ai/stigmer/search/v1/io_pb.js.map +1 -1
- package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
- package/ai/stigmer/search/v1/query_connect.js +26 -20
- package/ai/stigmer/search/v1/query_connect.js.map +1 -1
- package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
- package/ai/stigmer/search/v1/query_pb.js +14 -8
- package/ai/stigmer/search/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,14 +6,7 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_enum: GenFile;
|
|
|
6
6
|
/**
|
|
7
7
|
* ExecutionPhase defines the lifecycle phase of a workflow execution.
|
|
8
8
|
*
|
|
9
|
-
*
|
|
10
|
-
* Phases are used for:
|
|
11
|
-
* - UI status indicators (progress bars, badges, icons)
|
|
12
|
-
* - Filtering and querying executions (show only in-progress, show only failed)
|
|
13
|
-
* - Alerting and notifications (notify on failure, notify on completion)
|
|
14
|
-
* - Retry and recovery logic (retry failed executions)
|
|
15
|
-
* - Resource cleanup (delete completed executions after retention period)
|
|
16
|
-
*
|
|
9
|
+
* @internal
|
|
17
10
|
* Phase Transitions:
|
|
18
11
|
*
|
|
19
12
|
* Normal flow:
|
|
@@ -34,14 +27,8 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_enum: GenFile;
|
|
|
34
27
|
* EXECUTION_PENDING → EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
35
28
|
* EXECUTION_IN_PROGRESS → EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
36
29
|
*
|
|
37
|
-
* Terminal States:
|
|
38
|
-
* -
|
|
39
|
-
* - EXECUTION_FAILED: Workflow encountered an error
|
|
40
|
-
* - EXECUTION_CANCELLED: Workflow was stopped gracefully by user or system
|
|
41
|
-
* - EXECUTION_TERMINATED: Workflow was force-stopped immediately
|
|
42
|
-
*
|
|
43
|
-
* Non-Terminal States:
|
|
44
|
-
* - EXECUTION_PAUSED: Workflow temporarily stopped, can be resumed
|
|
30
|
+
* Terminal States: COMPLETED, FAILED, CANCELLED, TERMINATED
|
|
31
|
+
* Non-Terminal States: PAUSED (can be resumed)
|
|
45
32
|
*
|
|
46
33
|
* Once a workflow reaches a terminal state, it cannot transition to another phase.
|
|
47
34
|
*
|
|
@@ -49,7 +36,9 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_enum: GenFile;
|
|
|
49
36
|
*/
|
|
50
37
|
export declare enum ExecutionPhase {
|
|
51
38
|
/**
|
|
52
|
-
* Unspecified phase (invalid
|
|
39
|
+
* Unspecified phase (invalid).
|
|
40
|
+
*
|
|
41
|
+
* @internal
|
|
53
42
|
* Exists only for proto3 zero-value semantics.
|
|
54
43
|
*
|
|
55
44
|
* @generated from enum value: EXECUTION_PHASE_UNSPECIFIED = 0;
|
|
@@ -58,11 +47,11 @@ export declare enum ExecutionPhase {
|
|
|
58
47
|
/**
|
|
59
48
|
* Execution created, waiting to start.
|
|
60
49
|
*
|
|
50
|
+
* @internal
|
|
61
51
|
* The WorkflowExecution resource has been created but the workflow runner
|
|
62
|
-
*
|
|
52
|
+
* has not yet picked it up for execution.
|
|
63
53
|
*
|
|
64
54
|
* Typical duration: < 1 second (unless workflow runner is overloaded)
|
|
65
|
-
*
|
|
66
55
|
* Next phases: EXECUTION_IN_PROGRESS, EXECUTION_CANCELLED, EXECUTION_TERMINATED
|
|
67
56
|
*
|
|
68
57
|
* @generated from enum value: EXECUTION_PENDING = 1;
|
|
@@ -71,16 +60,11 @@ export declare enum ExecutionPhase {
|
|
|
71
60
|
/**
|
|
72
61
|
* Execution is actively running tasks.
|
|
73
62
|
*
|
|
63
|
+
* @internal
|
|
74
64
|
* The workflow runner is processing tasks in the workflow definition.
|
|
75
65
|
* Tasks may be executing sequentially, in parallel, or conditionally.
|
|
76
66
|
*
|
|
77
|
-
* While in this phase:
|
|
78
|
-
* - tasks[] list is populated and updated as tasks progress
|
|
79
|
-
* - Each task transitions through PENDING → IN_PROGRESS → COMPLETED/FAILED
|
|
80
|
-
* - UI polls or receives WebSocket updates to show real-time progress
|
|
81
|
-
*
|
|
82
67
|
* Typical duration: Seconds to hours (depends on workflow complexity)
|
|
83
|
-
*
|
|
84
68
|
* Next phases: EXECUTION_COMPLETED, EXECUTION_FAILED, EXECUTION_CANCELLED, EXECUTION_TERMINATED
|
|
85
69
|
*
|
|
86
70
|
* @generated from enum value: EXECUTION_IN_PROGRESS = 2;
|
|
@@ -89,9 +73,7 @@ export declare enum ExecutionPhase {
|
|
|
89
73
|
/**
|
|
90
74
|
* Execution completed successfully.
|
|
91
75
|
*
|
|
92
|
-
*
|
|
93
|
-
* The workflow produced a final output (if defined).
|
|
94
|
-
*
|
|
76
|
+
* @internal
|
|
95
77
|
* Terminal state - execution will not change phases again.
|
|
96
78
|
*
|
|
97
79
|
* When this phase is reached:
|
|
@@ -99,20 +81,13 @@ export declare enum ExecutionPhase {
|
|
|
99
81
|
* - output field is populated (if workflow produces output)
|
|
100
82
|
* - All tasks have status WORKFLOW_TASK_COMPLETED or WORKFLOW_TASK_SKIPPED
|
|
101
83
|
*
|
|
102
|
-
* Use Cases:
|
|
103
|
-
* - Display success badge in UI
|
|
104
|
-
* - Trigger downstream workflows (workflow chaining)
|
|
105
|
-
* - Archive execution results
|
|
106
|
-
* - Delete execution after retention period (e.g., 30 days)
|
|
107
|
-
*
|
|
108
84
|
* @generated from enum value: EXECUTION_COMPLETED = 3;
|
|
109
85
|
*/
|
|
110
86
|
EXECUTION_COMPLETED = 3,
|
|
111
87
|
/**
|
|
112
88
|
* Execution failed with an error.
|
|
113
89
|
*
|
|
114
|
-
*
|
|
115
|
-
*
|
|
90
|
+
* @internal
|
|
116
91
|
* Terminal state - execution will not change phases again.
|
|
117
92
|
*
|
|
118
93
|
* When this phase is reached:
|
|
@@ -120,56 +95,29 @@ export declare enum ExecutionPhase {
|
|
|
120
95
|
* - error field is populated with failure description
|
|
121
96
|
* - At least one task has status WORKFLOW_TASK_FAILED
|
|
122
97
|
*
|
|
123
|
-
* Use Cases:
|
|
124
|
-
* - Display error badge in UI
|
|
125
|
-
* - Send failure alerts/notifications
|
|
126
|
-
* - Trigger retry logic (if configured)
|
|
127
|
-
* - Debug failed workflows (inspect tasks[], error messages)
|
|
128
|
-
*
|
|
129
|
-
* Common Failure Causes:
|
|
130
|
-
* - Task timeout (task took longer than max allowed time)
|
|
131
|
-
* - API call failed (external service returned error)
|
|
132
|
-
* - Agent invocation failed (agent execution error)
|
|
133
|
-
* - Validation error (invalid task input or output)
|
|
134
|
-
* - Resource exhausted (quota exceeded, rate limited)
|
|
135
|
-
*
|
|
136
98
|
* @generated from enum value: EXECUTION_FAILED = 4;
|
|
137
99
|
*/
|
|
138
100
|
EXECUTION_FAILED = 4,
|
|
139
101
|
/**
|
|
140
102
|
* Execution was cancelled by user or system.
|
|
141
103
|
*
|
|
142
|
-
*
|
|
143
|
-
* Cancellation can happen in PENDING or IN_PROGRESS phases.
|
|
144
|
-
*
|
|
104
|
+
* @internal
|
|
145
105
|
* Terminal state - execution will not change phases again.
|
|
146
106
|
*
|
|
147
107
|
* When this phase is reached:
|
|
148
108
|
* - completed_at timestamp is set
|
|
149
|
-
* - In-progress tasks are stopped
|
|
109
|
+
* - In-progress tasks are stopped
|
|
150
110
|
* - Pending tasks remain in WORKFLOW_TASK_PENDING state
|
|
151
111
|
*
|
|
152
|
-
* Use Cases:
|
|
153
|
-
* - User manually cancels execution from UI
|
|
154
|
-
* - System cancels due to timeout (workflow-level timeout, not task-level)
|
|
155
|
-
* - System cancels due to resource constraints (too many concurrent executions)
|
|
156
|
-
* - Emergency stop for misbehaving workflows
|
|
157
|
-
*
|
|
158
|
-
* Cancellation vs Failure:
|
|
159
|
-
* - Cancelled: User or system intentionally stopped the workflow
|
|
160
|
-
* - Failed: Workflow encountered an error during execution
|
|
161
|
-
*
|
|
162
112
|
* @generated from enum value: EXECUTION_CANCELLED = 5;
|
|
163
113
|
*/
|
|
164
114
|
EXECUTION_CANCELLED = 5,
|
|
165
115
|
/**
|
|
166
|
-
* Execution was force-stopped immediately.
|
|
167
|
-
*
|
|
168
|
-
* Unlike CANCELLED (graceful stop with cleanup opportunity), TERMINATED
|
|
169
|
-
* means the workflow was killed immediately without giving workflow code
|
|
170
|
-
* a chance to clean up. This is used for stuck or unresponsive workflows.
|
|
116
|
+
* Execution was force-stopped immediately without cleanup.
|
|
171
117
|
*
|
|
118
|
+
* @internal
|
|
172
119
|
* Terminal state - execution will not change phases again.
|
|
120
|
+
* Unlike CANCELLED, the workflow code cannot clean up.
|
|
173
121
|
*
|
|
174
122
|
* When this phase is reached:
|
|
175
123
|
* - completed_at timestamp is set
|
|
@@ -177,18 +125,7 @@ export declare enum ExecutionPhase {
|
|
|
177
125
|
* - In-progress tasks are stopped abruptly
|
|
178
126
|
* - No cleanup callbacks are executed
|
|
179
127
|
*
|
|
180
|
-
*
|
|
181
|
-
* - Force-stop stuck workflows that don't respond to cancellation
|
|
182
|
-
* - Emergency stop for workflows consuming excessive resources
|
|
183
|
-
* - Kill workflows with infinite loops or deadlocks
|
|
184
|
-
*
|
|
185
|
-
* Terminated vs Cancelled:
|
|
186
|
-
* - Terminated: Immediate kill, no cleanup, use when workflow is unresponsive
|
|
187
|
-
* - Cancelled: Graceful stop, cleanup allowed, use when you want controlled shutdown
|
|
188
|
-
*
|
|
189
|
-
* Recovery:
|
|
190
|
-
* - Terminated executions CANNOT be recovered (unlike FAILED)
|
|
191
|
-
* - Use terminate only when cancel doesn't work
|
|
128
|
+
* Terminated executions CANNOT be recovered (unlike FAILED).
|
|
192
129
|
*
|
|
193
130
|
* @generated from enum value: EXECUTION_TERMINATED = 6;
|
|
194
131
|
*/
|
|
@@ -196,33 +133,14 @@ export declare enum ExecutionPhase {
|
|
|
196
133
|
/**
|
|
197
134
|
* Execution was paused by user and can be resumed.
|
|
198
135
|
*
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
202
|
-
* Pause flow:
|
|
203
|
-
* EXECUTION_IN_PROGRESS → EXECUTION_PAUSED
|
|
204
|
-
* EXECUTION_PENDING → EXECUTION_PAUSED (rare, but allowed)
|
|
205
|
-
*
|
|
206
|
-
* Resume flow:
|
|
207
|
-
* EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
208
|
-
*
|
|
209
|
-
* NOT a terminal state - execution can be resumed.
|
|
136
|
+
* @internal
|
|
137
|
+
* NOT a terminal state - execution can be resumed via the resume RPC.
|
|
210
138
|
*
|
|
211
139
|
* When this phase is reached:
|
|
212
140
|
* - Running activities are gracefully cancelled
|
|
213
141
|
* - Checkpoints are saved (LangGraph thread_id preserved)
|
|
214
142
|
* - No completed_at timestamp (execution is not finished)
|
|
215
143
|
*
|
|
216
|
-
* Use Cases:
|
|
217
|
-
* - Pause long-running workflows during maintenance windows
|
|
218
|
-
* - User wants to review progress before continuing
|
|
219
|
-
* - Resource conservation (pause idle workflows)
|
|
220
|
-
* - Wait for external conditions before continuing
|
|
221
|
-
*
|
|
222
|
-
* Paused vs Cancelled:
|
|
223
|
-
* - Paused: Temporary stop, can resume from checkpoint, execution continues
|
|
224
|
-
* - Cancelled: Permanent stop, cannot resume, execution is terminated
|
|
225
|
-
*
|
|
226
144
|
* Resume behavior:
|
|
227
145
|
* - Workflow re-invokes activity with same thread_id
|
|
228
146
|
* - Activity loads from LangGraph checkpoint
|
|
@@ -239,25 +157,17 @@ export declare const ExecutionPhaseSchema: GenEnum<ExecutionPhase>;
|
|
|
239
157
|
/**
|
|
240
158
|
* WorkflowTaskType defines the type of workflow task.
|
|
241
159
|
*
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
* - Specific error handling and retry policies
|
|
246
|
-
*
|
|
247
|
-
* Task types enable workflows to orchestrate diverse operations:
|
|
248
|
-
* - Invoke AI agents with prompts
|
|
249
|
-
* - Call external APIs (REST, GraphQL, gRPC)
|
|
250
|
-
* - Wait for human approvals
|
|
251
|
-
* - Execute conditional branching
|
|
252
|
-
* - Run tasks in parallel
|
|
253
|
-
* - Transform data between tasks
|
|
254
|
-
* - Execute custom plugin logic
|
|
160
|
+
* @internal
|
|
161
|
+
* Each task type has specific input/output schema expectations,
|
|
162
|
+
* execution behavior, and error handling/retry policies.
|
|
255
163
|
*
|
|
256
164
|
* @generated from enum ai.stigmer.agentic.workflowexecution.v1.WorkflowTaskType
|
|
257
165
|
*/
|
|
258
166
|
export declare enum WorkflowTaskType {
|
|
259
167
|
/**
|
|
260
|
-
* Unspecified task type (invalid
|
|
168
|
+
* Unspecified task type (invalid).
|
|
169
|
+
*
|
|
170
|
+
* @internal
|
|
261
171
|
* Exists only for proto3 zero-value semantics.
|
|
262
172
|
*
|
|
263
173
|
* @generated from enum value: WORKFLOW_TASK_TYPE_UNSPECIFIED = 0;
|
|
@@ -266,33 +176,8 @@ export declare enum WorkflowTaskType {
|
|
|
266
176
|
/**
|
|
267
177
|
* Invoke an AI agent with a prompt.
|
|
268
178
|
*
|
|
269
|
-
*
|
|
270
|
-
*
|
|
271
|
-
* Input Schema:
|
|
272
|
-
* {
|
|
273
|
-
* "agent_instance_id": "agi-customer-support",
|
|
274
|
-
* "prompt": "Analyze this feedback: {{workflow.input.feedback}}",
|
|
275
|
-
* "max_tokens": 500,
|
|
276
|
-
* "temperature": 0.7
|
|
277
|
-
* }
|
|
278
|
-
*
|
|
279
|
-
* Output Schema:
|
|
280
|
-
* {
|
|
281
|
-
* "agent_execution_id": "agx-abc123",
|
|
282
|
-
* "response": "The customer feedback indicates...",
|
|
283
|
-
* "metadata": { "tokens_used": 450, "model": "gpt-4" }
|
|
284
|
-
* }
|
|
285
|
-
*
|
|
286
|
-
* Use Cases:
|
|
287
|
-
* - Content generation (write email, generate report)
|
|
288
|
-
* - Data analysis (analyze customer feedback, classify support tickets)
|
|
289
|
-
* - Decision making (should we approve this request?)
|
|
290
|
-
* - Code generation (generate deployment script)
|
|
291
|
-
*
|
|
292
|
-
* Error Cases:
|
|
293
|
-
* - Agent execution timeout
|
|
294
|
-
* - Agent execution failed (prompt too long, API error)
|
|
295
|
-
* - Agent not found (invalid agent_instance_id)
|
|
179
|
+
* @internal
|
|
180
|
+
* Calls an AgentInstance and waits for the agent execution to complete.
|
|
296
181
|
*
|
|
297
182
|
* @generated from enum value: WORKFLOW_TASK_AGENT_INVOCATION = 1;
|
|
298
183
|
*/
|
|
@@ -300,79 +185,17 @@ export declare enum WorkflowTaskType {
|
|
|
300
185
|
/**
|
|
301
186
|
* Wait for human approval before proceeding.
|
|
302
187
|
*
|
|
303
|
-
*
|
|
304
|
-
*
|
|
305
|
-
* Input Schema:
|
|
306
|
-
* {
|
|
307
|
-
* "approvers": ["usr-admin-1", "usr-admin-2"],
|
|
308
|
-
* "message": "Approve account creation for {{workflow.input.email}}?",
|
|
309
|
-
* "timeout_hours": 24,
|
|
310
|
-
* "require_all_approvers": false
|
|
311
|
-
* }
|
|
312
|
-
*
|
|
313
|
-
* Output Schema:
|
|
314
|
-
* {
|
|
315
|
-
* "approved": true,
|
|
316
|
-
* "approved_by": "usr-admin-1",
|
|
317
|
-
* "approved_at": "2025-01-11T15:22:33Z",
|
|
318
|
-
* "comment": "Looks good, approved"
|
|
319
|
-
* }
|
|
320
|
-
*
|
|
321
|
-
* Use Cases:
|
|
322
|
-
* - Manual approval gates (approve deployment, approve budget)
|
|
323
|
-
* - Compliance workflows (legal review, security review)
|
|
324
|
-
* - Escalation workflows (escalate to manager if amount > $10,000)
|
|
325
|
-
*
|
|
326
|
-
* Error Cases:
|
|
327
|
-
* - Timeout (no approval received within timeout_hours)
|
|
328
|
-
* - Rejected (approver explicitly rejected)
|
|
329
|
-
* - Approver not found (invalid user ID)
|
|
188
|
+
* @internal
|
|
189
|
+
* Pauses the workflow and waits for one or more users to approve or reject.
|
|
330
190
|
*
|
|
331
191
|
* @generated from enum value: WORKFLOW_TASK_APPROVAL = 2;
|
|
332
192
|
*/
|
|
333
193
|
WORKFLOW_TASK_APPROVAL = 2,
|
|
334
194
|
/**
|
|
335
|
-
*
|
|
336
|
-
*
|
|
337
|
-
*
|
|
338
|
-
*
|
|
339
|
-
* Input Schema:
|
|
340
|
-
* {
|
|
341
|
-
* "method": "POST",
|
|
342
|
-
* "url": "https://api.stripe.com/v1/customers",
|
|
343
|
-
* "headers": {
|
|
344
|
-
* "Authorization": "Bearer {{env.STRIPE_API_KEY}}",
|
|
345
|
-
* "Content-Type": "application/json"
|
|
346
|
-
* },
|
|
347
|
-
* "body": {
|
|
348
|
-
* "email": "{{workflow.input.email}}",
|
|
349
|
-
* "name": "{{workflow.input.name}}"
|
|
350
|
-
* },
|
|
351
|
-
* "timeout_seconds": 30
|
|
352
|
-
* }
|
|
353
|
-
*
|
|
354
|
-
* Output Schema:
|
|
355
|
-
* {
|
|
356
|
-
* "status_code": 200,
|
|
357
|
-
* "headers": { "x-request-id": "req-xyz789" },
|
|
358
|
-
* "body": {
|
|
359
|
-
* "id": "cus-abc123",
|
|
360
|
-
* "email": "customer@example.com",
|
|
361
|
-
* "created": 1704988800
|
|
362
|
-
* }
|
|
363
|
-
* }
|
|
364
|
-
*
|
|
365
|
-
* Use Cases:
|
|
366
|
-
* - Create resources in external systems (create Stripe customer, create GitHub issue)
|
|
367
|
-
* - Fetch data from APIs (get weather data, get stock prices)
|
|
368
|
-
* - Send notifications (Slack, email, SMS)
|
|
369
|
-
* - Trigger webhooks (notify external systems of workflow completion)
|
|
370
|
-
*
|
|
371
|
-
* Error Cases:
|
|
372
|
-
* - Network error (connection timeout, DNS failure)
|
|
373
|
-
* - HTTP error (4xx, 5xx status codes)
|
|
374
|
-
* - Timeout (API took longer than timeout_seconds)
|
|
375
|
-
* - Invalid response (malformed JSON, unexpected schema)
|
|
195
|
+
* Call an external HTTP or gRPC API.
|
|
196
|
+
*
|
|
197
|
+
* @internal
|
|
198
|
+
* Sends a request to an external API and captures the response.
|
|
376
199
|
*
|
|
377
200
|
* @generated from enum value: WORKFLOW_TASK_API_CALL = 3;
|
|
378
201
|
*/
|
|
@@ -380,30 +203,8 @@ export declare enum WorkflowTaskType {
|
|
|
380
203
|
/**
|
|
381
204
|
* Evaluate a condition and branch to different paths.
|
|
382
205
|
*
|
|
383
|
-
*
|
|
384
|
-
*
|
|
385
|
-
* Input Schema:
|
|
386
|
-
* {
|
|
387
|
-
* "condition": "{{tasks.validate_email.output.valid}} == true",
|
|
388
|
-
* "if_true": ["task-create-account", "task-send-welcome"],
|
|
389
|
-
* "if_false": ["task-send-error-email"]
|
|
390
|
-
* }
|
|
391
|
-
*
|
|
392
|
-
* Output Schema:
|
|
393
|
-
* {
|
|
394
|
-
* "condition_result": true,
|
|
395
|
-
* "executed_branch": "if_true",
|
|
396
|
-
* "executed_tasks": ["task-create-account", "task-send-welcome"]
|
|
397
|
-
* }
|
|
398
|
-
*
|
|
399
|
-
* Use Cases:
|
|
400
|
-
* - Branching logic (if email is valid, create account; else send error)
|
|
401
|
-
* - Feature flags (if beta_enabled, execute beta_tasks; else execute stable_tasks)
|
|
402
|
-
* - Environment-specific behavior (if env == prod, use prod_config; else use dev_config)
|
|
403
|
-
*
|
|
404
|
-
* Error Cases:
|
|
405
|
-
* - Invalid expression (syntax error in condition)
|
|
406
|
-
* - Missing variables (referenced variable doesn't exist)
|
|
206
|
+
* @internal
|
|
207
|
+
* Evaluates a boolean expression and determines which tasks to execute next.
|
|
407
208
|
*
|
|
408
209
|
* @generated from enum value: WORKFLOW_TASK_CONDITIONAL = 4;
|
|
409
210
|
*/
|
|
@@ -411,39 +212,8 @@ export declare enum WorkflowTaskType {
|
|
|
411
212
|
/**
|
|
412
213
|
* Execute multiple sub-tasks concurrently.
|
|
413
214
|
*
|
|
414
|
-
*
|
|
415
|
-
*
|
|
416
|
-
* Input Schema:
|
|
417
|
-
* {
|
|
418
|
-
* "tasks": [
|
|
419
|
-
* { "task_id": "send-email", "task_type": "api_call", "input": {...} },
|
|
420
|
-
* { "task_id": "send-sms", "task_type": "api_call", "input": {...} },
|
|
421
|
-
* { "task_id": "send-slack", "task_type": "api_call", "input": {...} }
|
|
422
|
-
* ],
|
|
423
|
-
* "wait_for_all": true,
|
|
424
|
-
* "fail_on_any_failure": false
|
|
425
|
-
* }
|
|
426
|
-
*
|
|
427
|
-
* Output Schema:
|
|
428
|
-
* {
|
|
429
|
-
* "total_tasks": 3,
|
|
430
|
-
* "successful_tasks": 2,
|
|
431
|
-
* "failed_tasks": 1,
|
|
432
|
-
* "results": [
|
|
433
|
-
* { "task_id": "send-email", "status": "completed", "output": {...} },
|
|
434
|
-
* { "task_id": "send-sms", "status": "failed", "error": "..." },
|
|
435
|
-
* { "task_id": "send-slack", "status": "completed", "output": {...} }
|
|
436
|
-
* ]
|
|
437
|
-
* }
|
|
438
|
-
*
|
|
439
|
-
* Use Cases:
|
|
440
|
-
* - Fan-out operations (send notifications to multiple channels)
|
|
441
|
-
* - Parallel data processing (process multiple files concurrently)
|
|
442
|
-
* - Multi-region deployments (deploy to US, EU, APAC in parallel)
|
|
443
|
-
*
|
|
444
|
-
* Error Cases:
|
|
445
|
-
* - One or more sub-tasks failed (if fail_on_any_failure is true)
|
|
446
|
-
* - Timeout (sub-tasks took longer than allowed)
|
|
215
|
+
* @internal
|
|
216
|
+
* Spawns multiple tasks that run in parallel and waits for all to complete.
|
|
447
217
|
*
|
|
448
218
|
* @generated from enum value: WORKFLOW_TASK_PARALLEL = 5;
|
|
449
219
|
*/
|
|
@@ -451,28 +221,8 @@ export declare enum WorkflowTaskType {
|
|
|
451
221
|
/**
|
|
452
222
|
* Transform data between tasks.
|
|
453
223
|
*
|
|
454
|
-
*
|
|
455
|
-
*
|
|
456
|
-
* Input Schema:
|
|
457
|
-
* {
|
|
458
|
-
* "expression": "{{tasks.fetch_customers.output.customers | map('email')}}",
|
|
459
|
-
* "output_variable": "customer_emails"
|
|
460
|
-
* }
|
|
461
|
-
*
|
|
462
|
-
* Output Schema:
|
|
463
|
-
* {
|
|
464
|
-
* "result": ["customer1@example.com", "customer2@example.com", "customer3@example.com"]
|
|
465
|
-
* }
|
|
466
|
-
*
|
|
467
|
-
* Use Cases:
|
|
468
|
-
* - Data extraction (extract email addresses from customer objects)
|
|
469
|
-
* - Data formatting (convert timestamps to different formats)
|
|
470
|
-
* - Data aggregation (sum order totals, calculate averages)
|
|
471
|
-
* - Data filtering (filter customers by region)
|
|
472
|
-
*
|
|
473
|
-
* Error Cases:
|
|
474
|
-
* - Invalid expression (syntax error)
|
|
475
|
-
* - Type mismatch (trying to apply number operation to string)
|
|
224
|
+
* @internal
|
|
225
|
+
* Applies transformations to data (map, filter, aggregate, format).
|
|
476
226
|
*
|
|
477
227
|
* @generated from enum value: WORKFLOW_TASK_TRANSFORM = 6;
|
|
478
228
|
*/
|
|
@@ -480,18 +230,8 @@ export declare enum WorkflowTaskType {
|
|
|
480
230
|
/**
|
|
481
231
|
* Execute custom task logic defined by plugins.
|
|
482
232
|
*
|
|
483
|
-
*
|
|
484
|
-
*
|
|
485
|
-
*
|
|
486
|
-
* Input Schema: Plugin-specific (defined by the custom plugin)
|
|
487
|
-
* Output Schema: Plugin-specific (defined by the custom plugin)
|
|
488
|
-
*
|
|
489
|
-
* Use Cases:
|
|
490
|
-
* - Domain-specific operations (calculate shipping costs, validate addresses)
|
|
491
|
-
* - Integration with proprietary systems (legacy database queries)
|
|
492
|
-
* - Complex business rules (pricing calculations, eligibility checks)
|
|
493
|
-
*
|
|
494
|
-
* Error Cases: Plugin-specific
|
|
233
|
+
* @internal
|
|
234
|
+
* Input/output schemas are plugin-specific.
|
|
495
235
|
*
|
|
496
236
|
* @generated from enum value: WORKFLOW_TASK_CUSTOM = 7;
|
|
497
237
|
*/
|
|
@@ -504,13 +244,7 @@ export declare const WorkflowTaskTypeSchema: GenEnum<WorkflowTaskType>;
|
|
|
504
244
|
/**
|
|
505
245
|
* WorkflowTaskStatus defines the execution status of a workflow task.
|
|
506
246
|
*
|
|
507
|
-
*
|
|
508
|
-
* Task statuses are used for:
|
|
509
|
-
* - UI task lists (show checkmarks, spinners, error icons)
|
|
510
|
-
* - Progress calculation (completed_tasks / total_tasks)
|
|
511
|
-
* - Debugging failed workflows (which task failed, what was the error)
|
|
512
|
-
* - Retry logic (retry failed tasks)
|
|
513
|
-
*
|
|
247
|
+
* @internal
|
|
514
248
|
* Status Transitions:
|
|
515
249
|
*
|
|
516
250
|
* Normal flow:
|
|
@@ -522,7 +256,7 @@ export declare const WorkflowTaskTypeSchema: GenEnum<WorkflowTaskType>;
|
|
|
522
256
|
* Skip flow (conditional):
|
|
523
257
|
* WORKFLOW_TASK_PENDING → WORKFLOW_TASK_SKIPPED
|
|
524
258
|
*
|
|
525
|
-
* Approval flow (
|
|
259
|
+
* Approval flow (for agent invocation tasks):
|
|
526
260
|
* WORKFLOW_TASK_IN_PROGRESS → WORKFLOW_TASK_WAITING_APPROVAL → WORKFLOW_TASK_IN_PROGRESS
|
|
527
261
|
* ↘ WORKFLOW_TASK_FAILED (on reject)
|
|
528
262
|
*
|
|
@@ -530,7 +264,9 @@ export declare const WorkflowTaskTypeSchema: GenEnum<WorkflowTaskType>;
|
|
|
530
264
|
*/
|
|
531
265
|
export declare enum WorkflowTaskStatus {
|
|
532
266
|
/**
|
|
533
|
-
* Unspecified status (invalid
|
|
267
|
+
* Unspecified status (invalid).
|
|
268
|
+
*
|
|
269
|
+
* @internal
|
|
534
270
|
* Exists only for proto3 zero-value semantics.
|
|
535
271
|
*
|
|
536
272
|
* @generated from enum value: WORKFLOW_TASK_STATUS_UNSPECIFIED = 0;
|
|
@@ -539,17 +275,8 @@ export declare enum WorkflowTaskStatus {
|
|
|
539
275
|
/**
|
|
540
276
|
* Task is waiting to execute.
|
|
541
277
|
*
|
|
278
|
+
* @internal
|
|
542
279
|
* The task has been created but has not started executing yet.
|
|
543
|
-
* This happens when:
|
|
544
|
-
* - Task dependencies have not completed (waiting for previous tasks)
|
|
545
|
-
* - Workflow is in EXECUTION_PENDING phase (not started yet)
|
|
546
|
-
* - Task is queued behind other tasks (sequential execution)
|
|
547
|
-
*
|
|
548
|
-
* While in this status:
|
|
549
|
-
* - started_at and completed_at are not set
|
|
550
|
-
* - input is populated (task knows what it will execute)
|
|
551
|
-
* - output is not populated (task hasn't executed yet)
|
|
552
|
-
*
|
|
553
280
|
* Next statuses: WORKFLOW_TASK_IN_PROGRESS, WORKFLOW_TASK_SKIPPED
|
|
554
281
|
*
|
|
555
282
|
* @generated from enum value: WORKFLOW_TASK_PENDING = 1;
|
|
@@ -558,23 +285,8 @@ export declare enum WorkflowTaskStatus {
|
|
|
558
285
|
/**
|
|
559
286
|
* Task is currently executing.
|
|
560
287
|
*
|
|
288
|
+
* @internal
|
|
561
289
|
* The workflow runner is actively processing this task.
|
|
562
|
-
* The task is performing its specific operation:
|
|
563
|
-
* - Calling an API
|
|
564
|
-
* - Invoking an agent
|
|
565
|
-
* - Waiting for approval
|
|
566
|
-
* - Transforming data
|
|
567
|
-
*
|
|
568
|
-
* While in this status:
|
|
569
|
-
* - started_at is set
|
|
570
|
-
* - completed_at is not set
|
|
571
|
-
* - output is not populated yet (waiting for task to finish)
|
|
572
|
-
*
|
|
573
|
-
* Typical duration: Milliseconds to hours (depends on task type)
|
|
574
|
-
* - API calls: < 10 seconds
|
|
575
|
-
* - Agent invocations: 10-60 seconds
|
|
576
|
-
* - Approvals: Hours to days
|
|
577
|
-
*
|
|
578
290
|
* Next statuses: WORKFLOW_TASK_COMPLETED, WORKFLOW_TASK_FAILED
|
|
579
291
|
*
|
|
580
292
|
* @generated from enum value: WORKFLOW_TASK_IN_PROGRESS = 2;
|
|
@@ -583,14 +295,8 @@ export declare enum WorkflowTaskStatus {
|
|
|
583
295
|
/**
|
|
584
296
|
* Task finished successfully.
|
|
585
297
|
*
|
|
586
|
-
*
|
|
587
|
-
*
|
|
588
|
-
* When this status is reached:
|
|
589
|
-
* - completed_at is set
|
|
590
|
-
* - output is populated with task results
|
|
591
|
-
* - error is not set
|
|
592
|
-
*
|
|
593
|
-
* Next statuses: None (terminal state for this task)
|
|
298
|
+
* @internal
|
|
299
|
+
* Terminal state for this task. Output is populated with results.
|
|
594
300
|
*
|
|
595
301
|
* @generated from enum value: WORKFLOW_TASK_COMPLETED = 3;
|
|
596
302
|
*/
|
|
@@ -598,38 +304,9 @@ export declare enum WorkflowTaskStatus {
|
|
|
598
304
|
/**
|
|
599
305
|
* Task failed during execution.
|
|
600
306
|
*
|
|
601
|
-
*
|
|
602
|
-
*
|
|
603
|
-
*
|
|
604
|
-
* - completed_at is set
|
|
605
|
-
* - error is populated with failure description
|
|
606
|
-
* - output is not populated (task didn't produce valid output)
|
|
607
|
-
*
|
|
608
|
-
* Common Failure Causes by Task Type:
|
|
609
|
-
*
|
|
610
|
-
* WORKFLOW_TASK_API_CALL:
|
|
611
|
-
* - Network timeout
|
|
612
|
-
* - HTTP 4xx/5xx errors
|
|
613
|
-
* - Invalid response format
|
|
614
|
-
*
|
|
615
|
-
* WORKFLOW_TASK_AGENT_INVOCATION:
|
|
616
|
-
* - Agent execution timeout
|
|
617
|
-
* - Agent execution error
|
|
618
|
-
* - Prompt too long (exceeds token limit)
|
|
619
|
-
*
|
|
620
|
-
* WORKFLOW_TASK_APPROVAL:
|
|
621
|
-
* - Timeout (no approval within timeout_hours)
|
|
622
|
-
* - Explicit rejection
|
|
623
|
-
*
|
|
624
|
-
* WORKFLOW_TASK_TRANSFORM:
|
|
625
|
-
* - Invalid expression syntax
|
|
626
|
-
* - Type mismatch
|
|
627
|
-
*
|
|
628
|
-
* Impact:
|
|
629
|
-
* - If task fails, workflow phase changes to EXECUTION_FAILED (unless error handling is configured)
|
|
630
|
-
* - Failed tasks can be retried (if retry policy is configured)
|
|
631
|
-
*
|
|
632
|
-
* Next statuses: None (terminal state for this task)
|
|
307
|
+
* @internal
|
|
308
|
+
* Terminal state for this task. The error field is populated with failure description.
|
|
309
|
+
* If task fails, workflow phase changes to EXECUTION_FAILED (unless error handling is configured).
|
|
633
310
|
*
|
|
634
311
|
* @generated from enum value: WORKFLOW_TASK_FAILED = 4;
|
|
635
312
|
*/
|
|
@@ -637,50 +314,22 @@ export declare enum WorkflowTaskStatus {
|
|
|
637
314
|
/**
|
|
638
315
|
* Task was skipped due to conditional logic.
|
|
639
316
|
*
|
|
640
|
-
*
|
|
641
|
-
*
|
|
642
|
-
*
|
|
643
|
-
*
|
|
644
|
-
* - completed_at may be set (time when skip was determined)
|
|
645
|
-
* - output is not populated (task didn't execute)
|
|
646
|
-
* - error is not set (skip is not an error)
|
|
647
|
-
*
|
|
648
|
-
* Example:
|
|
649
|
-
* Conditional task: if email_valid == false, skip "create_account" task
|
|
650
|
-
*
|
|
651
|
-
* Impact:
|
|
652
|
-
* - Skipped tasks don't cause workflow failure
|
|
653
|
-
* - Skipped tasks count toward completed_tasks (for progress calculation)
|
|
654
|
-
*
|
|
655
|
-
* Next statuses: None (terminal state for this task)
|
|
317
|
+
* @internal
|
|
318
|
+
* Terminal state for this task. The task was not executed because
|
|
319
|
+
* a conditional task determined it should be skipped.
|
|
320
|
+
* Skipped tasks don't cause workflow failure.
|
|
656
321
|
*
|
|
657
322
|
* @generated from enum value: WORKFLOW_TASK_SKIPPED = 5;
|
|
658
323
|
*/
|
|
659
324
|
WORKFLOW_TASK_SKIPPED = 5,
|
|
660
325
|
/**
|
|
661
|
-
* Task is waiting for approval from child agent
|
|
662
|
-
*
|
|
663
|
-
* This status is set when:
|
|
664
|
-
* - task_type == WORKFLOW_TASK_AGENT_INVOCATION
|
|
665
|
-
* - The invoked AgentExecution has phase == EXECUTION_WAITING_FOR_APPROVAL
|
|
666
|
-
*
|
|
667
|
-
* The workflow runner detects this by polling or watching the child execution.
|
|
668
|
-
* When the child's approval is submitted, the task returns to IN_PROGRESS.
|
|
669
|
-
*
|
|
670
|
-
* While in this status:
|
|
671
|
-
* - started_at is set (task started before agent needed approval)
|
|
672
|
-
* - completed_at is not set (task is not done)
|
|
673
|
-
* - The child AgentExecution.status.pending_approval contains approval details
|
|
674
|
-
*
|
|
675
|
-
* UI should show: "Agent is waiting for tool approval"
|
|
676
|
-
* with details from the child execution's pending_approval field.
|
|
677
|
-
*
|
|
678
|
-
* Approval can be submitted through:
|
|
679
|
-
* - AgentExecution.SubmitApproval (direct to child agent)
|
|
680
|
-
* - WorkflowExecution API (forwarded to child - future work)
|
|
326
|
+
* Task is waiting for human approval from a child agent execution.
|
|
681
327
|
*
|
|
682
|
-
*
|
|
328
|
+
* @internal
|
|
329
|
+
* Set when task_type == WORKFLOW_TASK_AGENT_INVOCATION and the invoked
|
|
330
|
+
* AgentExecution has phase == EXECUTION_WAITING_FOR_APPROVAL.
|
|
683
331
|
*
|
|
332
|
+
* NOT a terminal state - workflow resumes after approval decision.
|
|
684
333
|
* Next statuses: WORKFLOW_TASK_IN_PROGRESS (on approval), WORKFLOW_TASK_FAILED (on reject or timeout)
|
|
685
334
|
*
|
|
686
335
|
* @generated from enum value: WORKFLOW_TASK_WAITING_APPROVAL = 6;
|