@stigmer/protos 0.0.68 → 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
|
@@ -9,7 +9,9 @@ export declare const AgentExecutionCommandController: {
|
|
|
9
9
|
readonly methods: {
|
|
10
10
|
/**
|
|
11
11
|
* Create and trigger a new agent execution.
|
|
12
|
-
* Session is optional
|
|
12
|
+
* Session is optional — can be provided or auto-created from agent_id.
|
|
13
|
+
*
|
|
14
|
+
* @internal
|
|
13
15
|
* Authorization is handled in handler:
|
|
14
16
|
* - If session_id provided: checks can_create_execution_in on session
|
|
15
17
|
* - If session_id NOT provided: checks can_create_execution_in on organization
|
|
@@ -23,7 +25,9 @@ export declare const AgentExecutionCommandController: {
|
|
|
23
25
|
readonly kind: any;
|
|
24
26
|
};
|
|
25
27
|
/**
|
|
26
|
-
* Update an execution
|
|
28
|
+
* Update an agent execution.
|
|
29
|
+
*
|
|
30
|
+
* @internal
|
|
27
31
|
* Used by users to update execution configuration (spec fields).
|
|
28
32
|
* No individual field updates - always provide complete state.
|
|
29
33
|
*
|
|
@@ -36,9 +40,12 @@ export declare const AgentExecutionCommandController: {
|
|
|
36
40
|
readonly kind: any;
|
|
37
41
|
};
|
|
38
42
|
/**
|
|
39
|
-
* Update
|
|
40
|
-
*
|
|
41
|
-
*
|
|
43
|
+
* Update an agent execution's status.
|
|
44
|
+
*
|
|
45
|
+
* @internal
|
|
46
|
+
* System-level RPC used by agent-runner to send progressive status updates
|
|
47
|
+
* (messages, tool_calls, phase, etc.). Optimized for frequent status updates
|
|
48
|
+
* and merges status fields with existing state.
|
|
42
49
|
*
|
|
43
50
|
* @generated from rpc ai.stigmer.agentic.agentexecution.v1.AgentExecutionCommandController.updateStatus
|
|
44
51
|
*/
|
|
@@ -49,7 +56,7 @@ export declare const AgentExecutionCommandController: {
|
|
|
49
56
|
readonly kind: any;
|
|
50
57
|
};
|
|
51
58
|
/**
|
|
52
|
-
* Delete an execution.
|
|
59
|
+
* Delete an agent execution by ID.
|
|
53
60
|
*
|
|
54
61
|
* @generated from rpc ai.stigmer.agentic.agentexecution.v1.AgentExecutionCommandController.delete
|
|
55
62
|
*/
|
|
@@ -60,7 +67,7 @@ export declare const AgentExecutionCommandController: {
|
|
|
60
67
|
readonly kind: any;
|
|
61
68
|
};
|
|
62
69
|
/**
|
|
63
|
-
* Submit approval decision for a pending tool call
|
|
70
|
+
* Submit an approval decision for a pending tool call.
|
|
64
71
|
*
|
|
65
72
|
* ## Preconditions
|
|
66
73
|
*
|
|
@@ -74,6 +81,8 @@ export declare const AgentExecutionCommandController: {
|
|
|
74
81
|
* - SKIP: Tool returns skip message to LLM, execution continues to IN_PROGRESS
|
|
75
82
|
* - REJECT: Execution fails with rejection error, phase becomes FAILED
|
|
76
83
|
*
|
|
84
|
+
* @internal
|
|
85
|
+
*
|
|
77
86
|
* ## State Transitions
|
|
78
87
|
*
|
|
79
88
|
* On success:
|
|
@@ -106,10 +115,11 @@ export declare const AgentExecutionCommandController: {
|
|
|
106
115
|
/**
|
|
107
116
|
* Cancel a running agent execution gracefully.
|
|
108
117
|
*
|
|
109
|
-
* Sends a cancellation signal to the agent execution
|
|
110
|
-
*
|
|
111
|
-
*
|
|
118
|
+
* Sends a cancellation signal to the agent execution. The agent can handle
|
|
119
|
+
* the cancellation signal to save checkpoint and clean up before
|
|
120
|
+
* transitioning to the CANCELLED phase.
|
|
112
121
|
*
|
|
122
|
+
* @internal
|
|
113
123
|
* Temporal Equivalent: `temporal workflow cancel --workflow-id <id>`
|
|
114
124
|
*
|
|
115
125
|
* ## Behavior
|
|
@@ -156,10 +166,11 @@ export declare const AgentExecutionCommandController: {
|
|
|
156
166
|
/**
|
|
157
167
|
* Terminate an agent execution immediately.
|
|
158
168
|
*
|
|
159
|
-
* Force-stops the agent execution
|
|
160
|
-
*
|
|
161
|
-
*
|
|
169
|
+
* Force-stops the agent execution without allowing cleanup. Unlike cancel,
|
|
170
|
+
* the agent cannot respond to termination - it is stopped immediately.
|
|
171
|
+
* Use this for stuck or unresponsive agents.
|
|
162
172
|
*
|
|
173
|
+
* @internal
|
|
163
174
|
* Temporal Equivalent: `temporal workflow terminate --workflow-id <id>`
|
|
164
175
|
*
|
|
165
176
|
* ## Behavior
|
|
@@ -214,11 +225,12 @@ export declare const AgentExecutionCommandController: {
|
|
|
214
225
|
/**
|
|
215
226
|
* Recover a failed agent execution from the last checkpoint.
|
|
216
227
|
*
|
|
217
|
-
* Resumes execution from the last
|
|
218
|
-
*
|
|
219
|
-
* are NOT re-executed.
|
|
228
|
+
* Resumes execution from the last checkpoint. Completed work is preserved -
|
|
229
|
+
* successful tool calls are NOT re-executed.
|
|
220
230
|
*
|
|
231
|
+
* @internal
|
|
221
232
|
* Temporal Equivalent: `temporal workflow reset --workflow-id <id> --type LastWorkflowTask`
|
|
233
|
+
* Uses LangGraph checkpoint for state restoration.
|
|
222
234
|
*
|
|
223
235
|
* ## Behavior
|
|
224
236
|
*
|
|
@@ -270,6 +282,8 @@ export declare const AgentExecutionCommandController: {
|
|
|
270
282
|
* Temporarily stops the agent at its current checkpoint. Unlike cancel,
|
|
271
283
|
* the execution is NOT terminal and can be resumed later from where it left off.
|
|
272
284
|
*
|
|
285
|
+
* @internal
|
|
286
|
+
*
|
|
273
287
|
* ## Behavior
|
|
274
288
|
*
|
|
275
289
|
* 1. Validates execution exists and is in a pausable phase
|
|
@@ -327,6 +341,8 @@ export declare const AgentExecutionCommandController: {
|
|
|
327
341
|
* re-invokes with the same thread_id, loading from LangGraph checkpoint
|
|
328
342
|
* and continuing from where it left off.
|
|
329
343
|
*
|
|
344
|
+
* @internal
|
|
345
|
+
*
|
|
330
346
|
* ## Behavior
|
|
331
347
|
*
|
|
332
348
|
* 1. Validates execution is in EXECUTION_PAUSED phase
|
|
@@ -375,6 +391,8 @@ export declare const AgentExecutionCommandController: {
|
|
|
375
391
|
* The returned storage_key can be used in Attachment.storage_key when
|
|
376
392
|
* creating the execution.
|
|
377
393
|
*
|
|
394
|
+
* @internal
|
|
395
|
+
*
|
|
378
396
|
* ## Authorization
|
|
379
397
|
*
|
|
380
398
|
* This endpoint does not require authorization. The storage_key returned
|
|
@@ -14,7 +14,9 @@ export const AgentExecutionCommandController = {
|
|
|
14
14
|
methods: {
|
|
15
15
|
/**
|
|
16
16
|
* Create and trigger a new agent execution.
|
|
17
|
-
* Session is optional
|
|
17
|
+
* Session is optional — can be provided or auto-created from agent_id.
|
|
18
|
+
*
|
|
19
|
+
* @internal
|
|
18
20
|
* Authorization is handled in handler:
|
|
19
21
|
* - If session_id provided: checks can_create_execution_in on session
|
|
20
22
|
* - If session_id NOT provided: checks can_create_execution_in on organization
|
|
@@ -28,7 +30,9 @@ export const AgentExecutionCommandController = {
|
|
|
28
30
|
kind: MethodKind.Unary,
|
|
29
31
|
},
|
|
30
32
|
/**
|
|
31
|
-
* Update an execution
|
|
33
|
+
* Update an agent execution.
|
|
34
|
+
*
|
|
35
|
+
* @internal
|
|
32
36
|
* Used by users to update execution configuration (spec fields).
|
|
33
37
|
* No individual field updates - always provide complete state.
|
|
34
38
|
*
|
|
@@ -41,9 +45,12 @@ export const AgentExecutionCommandController = {
|
|
|
41
45
|
kind: MethodKind.Unary,
|
|
42
46
|
},
|
|
43
47
|
/**
|
|
44
|
-
* Update
|
|
45
|
-
*
|
|
46
|
-
*
|
|
48
|
+
* Update an agent execution's status.
|
|
49
|
+
*
|
|
50
|
+
* @internal
|
|
51
|
+
* System-level RPC used by agent-runner to send progressive status updates
|
|
52
|
+
* (messages, tool_calls, phase, etc.). Optimized for frequent status updates
|
|
53
|
+
* and merges status fields with existing state.
|
|
47
54
|
*
|
|
48
55
|
* @generated from rpc ai.stigmer.agentic.agentexecution.v1.AgentExecutionCommandController.updateStatus
|
|
49
56
|
*/
|
|
@@ -54,7 +61,7 @@ export const AgentExecutionCommandController = {
|
|
|
54
61
|
kind: MethodKind.Unary,
|
|
55
62
|
},
|
|
56
63
|
/**
|
|
57
|
-
* Delete an execution.
|
|
64
|
+
* Delete an agent execution by ID.
|
|
58
65
|
*
|
|
59
66
|
* @generated from rpc ai.stigmer.agentic.agentexecution.v1.AgentExecutionCommandController.delete
|
|
60
67
|
*/
|
|
@@ -65,7 +72,7 @@ export const AgentExecutionCommandController = {
|
|
|
65
72
|
kind: MethodKind.Unary,
|
|
66
73
|
},
|
|
67
74
|
/**
|
|
68
|
-
* Submit approval decision for a pending tool call
|
|
75
|
+
* Submit an approval decision for a pending tool call.
|
|
69
76
|
*
|
|
70
77
|
* ## Preconditions
|
|
71
78
|
*
|
|
@@ -79,6 +86,8 @@ export const AgentExecutionCommandController = {
|
|
|
79
86
|
* - SKIP: Tool returns skip message to LLM, execution continues to IN_PROGRESS
|
|
80
87
|
* - REJECT: Execution fails with rejection error, phase becomes FAILED
|
|
81
88
|
*
|
|
89
|
+
* @internal
|
|
90
|
+
*
|
|
82
91
|
* ## State Transitions
|
|
83
92
|
*
|
|
84
93
|
* On success:
|
|
@@ -111,10 +120,11 @@ export const AgentExecutionCommandController = {
|
|
|
111
120
|
/**
|
|
112
121
|
* Cancel a running agent execution gracefully.
|
|
113
122
|
*
|
|
114
|
-
* Sends a cancellation signal to the agent execution
|
|
115
|
-
*
|
|
116
|
-
*
|
|
123
|
+
* Sends a cancellation signal to the agent execution. The agent can handle
|
|
124
|
+
* the cancellation signal to save checkpoint and clean up before
|
|
125
|
+
* transitioning to the CANCELLED phase.
|
|
117
126
|
*
|
|
127
|
+
* @internal
|
|
118
128
|
* Temporal Equivalent: `temporal workflow cancel --workflow-id <id>`
|
|
119
129
|
*
|
|
120
130
|
* ## Behavior
|
|
@@ -161,10 +171,11 @@ export const AgentExecutionCommandController = {
|
|
|
161
171
|
/**
|
|
162
172
|
* Terminate an agent execution immediately.
|
|
163
173
|
*
|
|
164
|
-
* Force-stops the agent execution
|
|
165
|
-
*
|
|
166
|
-
*
|
|
174
|
+
* Force-stops the agent execution without allowing cleanup. Unlike cancel,
|
|
175
|
+
* the agent cannot respond to termination - it is stopped immediately.
|
|
176
|
+
* Use this for stuck or unresponsive agents.
|
|
167
177
|
*
|
|
178
|
+
* @internal
|
|
168
179
|
* Temporal Equivalent: `temporal workflow terminate --workflow-id <id>`
|
|
169
180
|
*
|
|
170
181
|
* ## Behavior
|
|
@@ -219,11 +230,12 @@ export const AgentExecutionCommandController = {
|
|
|
219
230
|
/**
|
|
220
231
|
* Recover a failed agent execution from the last checkpoint.
|
|
221
232
|
*
|
|
222
|
-
* Resumes execution from the last
|
|
223
|
-
*
|
|
224
|
-
* are NOT re-executed.
|
|
233
|
+
* Resumes execution from the last checkpoint. Completed work is preserved -
|
|
234
|
+
* successful tool calls are NOT re-executed.
|
|
225
235
|
*
|
|
236
|
+
* @internal
|
|
226
237
|
* Temporal Equivalent: `temporal workflow reset --workflow-id <id> --type LastWorkflowTask`
|
|
238
|
+
* Uses LangGraph checkpoint for state restoration.
|
|
227
239
|
*
|
|
228
240
|
* ## Behavior
|
|
229
241
|
*
|
|
@@ -275,6 +287,8 @@ export const AgentExecutionCommandController = {
|
|
|
275
287
|
* Temporarily stops the agent at its current checkpoint. Unlike cancel,
|
|
276
288
|
* the execution is NOT terminal and can be resumed later from where it left off.
|
|
277
289
|
*
|
|
290
|
+
* @internal
|
|
291
|
+
*
|
|
278
292
|
* ## Behavior
|
|
279
293
|
*
|
|
280
294
|
* 1. Validates execution exists and is in a pausable phase
|
|
@@ -332,6 +346,8 @@ export const AgentExecutionCommandController = {
|
|
|
332
346
|
* re-invokes with the same thread_id, loading from LangGraph checkpoint
|
|
333
347
|
* and continuing from where it left off.
|
|
334
348
|
*
|
|
349
|
+
* @internal
|
|
350
|
+
*
|
|
335
351
|
* ## Behavior
|
|
336
352
|
*
|
|
337
353
|
* 1. Validates execution is in EXECUTION_PAUSED phase
|
|
@@ -380,6 +396,8 @@ export const AgentExecutionCommandController = {
|
|
|
380
396
|
* The returned storage_key can be used in Attachment.storage_key when
|
|
381
397
|
* creating the execution.
|
|
382
398
|
*
|
|
399
|
+
* @internal
|
|
400
|
+
*
|
|
383
401
|
* ## Authorization
|
|
384
402
|
*
|
|
385
403
|
* This endpoint does not require authorization. The storage_key returned
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,wIAAwI;AACxI,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD;;;;;GAKG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,sEAAsE;IAChF,OAAO,EAAE;QACP
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,wIAAwI;AACxI,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD;;;;;GAKG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C,QAAQ,EAAE,sEAAsE;IAChF,OAAO,EAAE;QACP;;;;;;;;;;WAUG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,cAAc;YACjB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,YAAY,EAAE;YACZ,IAAI,EAAE,cAAc;YACpB,CAAC,EAAE,+BAA+B;YAClC,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAuCG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,mBAAmB;YACtB,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4CG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoDG;QACH,SAAS,EAAE;YACT,IAAI,EAAE,WAAW;YACjB,CAAC,EAAE,4BAA4B;YAC/B,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+CG;QACH,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,CAAC,EAAE,0BAA0B;YAC7B,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmDG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,wBAAwB;YAC3B,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2CG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,cAAc;YACjB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAoCG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,uBAAuB;YAC1B,CAAC,EAAE,wBAAwB;YAC3B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -15,7 +15,9 @@ export declare const file_ai_stigmer_agentic_agentexecution_v1_command: GenFile;
|
|
|
15
15
|
export declare const AgentExecutionCommandController: GenService<{
|
|
16
16
|
/**
|
|
17
17
|
* Create and trigger a new agent execution.
|
|
18
|
-
* Session is optional
|
|
18
|
+
* Session is optional — can be provided or auto-created from agent_id.
|
|
19
|
+
*
|
|
20
|
+
* @internal
|
|
19
21
|
* Authorization is handled in handler:
|
|
20
22
|
* - If session_id provided: checks can_create_execution_in on session
|
|
21
23
|
* - If session_id NOT provided: checks can_create_execution_in on organization
|
|
@@ -28,7 +30,9 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
28
30
|
output: typeof AgentExecutionSchema;
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
|
-
* Update an execution
|
|
33
|
+
* Update an agent execution.
|
|
34
|
+
*
|
|
35
|
+
* @internal
|
|
32
36
|
* Used by users to update execution configuration (spec fields).
|
|
33
37
|
* No individual field updates - always provide complete state.
|
|
34
38
|
*
|
|
@@ -40,9 +44,12 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
40
44
|
output: typeof AgentExecutionSchema;
|
|
41
45
|
};
|
|
42
46
|
/**
|
|
43
|
-
* Update
|
|
44
|
-
*
|
|
45
|
-
*
|
|
47
|
+
* Update an agent execution's status.
|
|
48
|
+
*
|
|
49
|
+
* @internal
|
|
50
|
+
* System-level RPC used by agent-runner to send progressive status updates
|
|
51
|
+
* (messages, tool_calls, phase, etc.). Optimized for frequent status updates
|
|
52
|
+
* and merges status fields with existing state.
|
|
46
53
|
*
|
|
47
54
|
* @generated from rpc ai.stigmer.agentic.agentexecution.v1.AgentExecutionCommandController.updateStatus
|
|
48
55
|
*/
|
|
@@ -52,7 +59,7 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
52
59
|
output: typeof AgentExecutionSchema;
|
|
53
60
|
};
|
|
54
61
|
/**
|
|
55
|
-
* Delete an execution.
|
|
62
|
+
* Delete an agent execution by ID.
|
|
56
63
|
*
|
|
57
64
|
* @generated from rpc ai.stigmer.agentic.agentexecution.v1.AgentExecutionCommandController.delete
|
|
58
65
|
*/
|
|
@@ -62,7 +69,7 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
62
69
|
output: typeof AgentExecutionSchema;
|
|
63
70
|
};
|
|
64
71
|
/**
|
|
65
|
-
* Submit approval decision for a pending tool call
|
|
72
|
+
* Submit an approval decision for a pending tool call.
|
|
66
73
|
*
|
|
67
74
|
* ## Preconditions
|
|
68
75
|
*
|
|
@@ -76,6 +83,8 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
76
83
|
* - SKIP: Tool returns skip message to LLM, execution continues to IN_PROGRESS
|
|
77
84
|
* - REJECT: Execution fails with rejection error, phase becomes FAILED
|
|
78
85
|
*
|
|
86
|
+
* @internal
|
|
87
|
+
*
|
|
79
88
|
* ## State Transitions
|
|
80
89
|
*
|
|
81
90
|
* On success:
|
|
@@ -107,10 +116,11 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
107
116
|
/**
|
|
108
117
|
* Cancel a running agent execution gracefully.
|
|
109
118
|
*
|
|
110
|
-
* Sends a cancellation signal to the agent execution
|
|
111
|
-
*
|
|
112
|
-
*
|
|
119
|
+
* Sends a cancellation signal to the agent execution. The agent can handle
|
|
120
|
+
* the cancellation signal to save checkpoint and clean up before
|
|
121
|
+
* transitioning to the CANCELLED phase.
|
|
113
122
|
*
|
|
123
|
+
* @internal
|
|
114
124
|
* Temporal Equivalent: `temporal workflow cancel --workflow-id <id>`
|
|
115
125
|
*
|
|
116
126
|
* ## Behavior
|
|
@@ -156,10 +166,11 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
156
166
|
/**
|
|
157
167
|
* Terminate an agent execution immediately.
|
|
158
168
|
*
|
|
159
|
-
* Force-stops the agent execution
|
|
160
|
-
*
|
|
161
|
-
*
|
|
169
|
+
* Force-stops the agent execution without allowing cleanup. Unlike cancel,
|
|
170
|
+
* the agent cannot respond to termination - it is stopped immediately.
|
|
171
|
+
* Use this for stuck or unresponsive agents.
|
|
162
172
|
*
|
|
173
|
+
* @internal
|
|
163
174
|
* Temporal Equivalent: `temporal workflow terminate --workflow-id <id>`
|
|
164
175
|
*
|
|
165
176
|
* ## Behavior
|
|
@@ -213,11 +224,12 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
213
224
|
/**
|
|
214
225
|
* Recover a failed agent execution from the last checkpoint.
|
|
215
226
|
*
|
|
216
|
-
* Resumes execution from the last
|
|
217
|
-
*
|
|
218
|
-
* are NOT re-executed.
|
|
227
|
+
* Resumes execution from the last checkpoint. Completed work is preserved -
|
|
228
|
+
* successful tool calls are NOT re-executed.
|
|
219
229
|
*
|
|
230
|
+
* @internal
|
|
220
231
|
* Temporal Equivalent: `temporal workflow reset --workflow-id <id> --type LastWorkflowTask`
|
|
232
|
+
* Uses LangGraph checkpoint for state restoration.
|
|
221
233
|
*
|
|
222
234
|
* ## Behavior
|
|
223
235
|
*
|
|
@@ -268,6 +280,8 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
268
280
|
* Temporarily stops the agent at its current checkpoint. Unlike cancel,
|
|
269
281
|
* the execution is NOT terminal and can be resumed later from where it left off.
|
|
270
282
|
*
|
|
283
|
+
* @internal
|
|
284
|
+
*
|
|
271
285
|
* ## Behavior
|
|
272
286
|
*
|
|
273
287
|
* 1. Validates execution exists and is in a pausable phase
|
|
@@ -324,6 +338,8 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
324
338
|
* re-invokes with the same thread_id, loading from LangGraph checkpoint
|
|
325
339
|
* and continuing from where it left off.
|
|
326
340
|
*
|
|
341
|
+
* @internal
|
|
342
|
+
*
|
|
327
343
|
* ## Behavior
|
|
328
344
|
*
|
|
329
345
|
* 1. Validates execution is in EXECUTION_PAUSED phase
|
|
@@ -371,6 +387,8 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
371
387
|
* The returned storage_key can be used in Attachment.storage_key when
|
|
372
388
|
* creating the execution.
|
|
373
389
|
*
|
|
390
|
+
* @internal
|
|
391
|
+
*
|
|
374
392
|
* ## Authorization
|
|
375
393
|
*
|
|
376
394
|
* This endpoint does not require authorization. The storage_key returned
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6CAA6C,EAAE,MAAM,UAAU,CAAC;AAEzE,OAAO,EAAE,4CAA4C,EAAE,MAAM,SAAS,CAAC;AAEvE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,8wFAA8wF,EAAE,CAAC,6CAA6C,EAAE,4CAA4C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE7hG;;;;;GAKG;AACH,MAAM,CAAC,MAAM,+BAA+B,
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6CAA6C,EAAE,MAAM,UAAU,CAAC;AAEzE,OAAO,EAAE,4CAA4C,EAAE,MAAM,SAAS,CAAC;AAEvE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,8wFAA8wF,EAAE,CAAC,6CAA6C,EAAE,4CAA4C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE7hG;;;;;GAKG;AACH,MAAM,CAAC,MAAM,+BAA+B,GA0ZvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -37,35 +37,37 @@ export declare const file_ai_stigmer_agentic_agentexecution_v1_enum: GenFile;
|
|
|
37
37
|
*/
|
|
38
38
|
export declare enum ExecutionPhase {
|
|
39
39
|
/**
|
|
40
|
+
* Default value, not a valid execution phase.
|
|
41
|
+
*
|
|
40
42
|
* @generated from enum value: EXECUTION_PHASE_UNSPECIFIED = 0;
|
|
41
43
|
*/
|
|
42
44
|
EXECUTION_PHASE_UNSPECIFIED = 0,
|
|
43
45
|
/**
|
|
44
|
-
*
|
|
46
|
+
* Execution is queued and waiting for a worker to start processing.
|
|
45
47
|
*
|
|
46
48
|
* @generated from enum value: EXECUTION_PENDING = 1;
|
|
47
49
|
*/
|
|
48
50
|
EXECUTION_PENDING = 1,
|
|
49
51
|
/**
|
|
50
|
-
*
|
|
52
|
+
* Execution is actively running — the agent is processing and producing output.
|
|
51
53
|
*
|
|
52
54
|
* @generated from enum value: EXECUTION_IN_PROGRESS = 2;
|
|
53
55
|
*/
|
|
54
56
|
EXECUTION_IN_PROGRESS = 2,
|
|
55
57
|
/**
|
|
56
|
-
*
|
|
58
|
+
* Execution finished successfully and the agent produced a final response.
|
|
57
59
|
*
|
|
58
60
|
* @generated from enum value: EXECUTION_COMPLETED = 3;
|
|
59
61
|
*/
|
|
60
62
|
EXECUTION_COMPLETED = 3,
|
|
61
63
|
/**
|
|
62
|
-
*
|
|
64
|
+
* Execution encountered an unexpected error and could not finish.
|
|
63
65
|
*
|
|
64
66
|
* @generated from enum value: EXECUTION_FAILED = 4;
|
|
65
67
|
*/
|
|
66
68
|
EXECUTION_FAILED = 4,
|
|
67
69
|
/**
|
|
68
|
-
*
|
|
70
|
+
* Execution was gracefully stopped by the user before it finished.
|
|
69
71
|
*
|
|
70
72
|
* @generated from enum value: EXECUTION_CANCELLED = 5;
|
|
71
73
|
*/
|
|
@@ -166,29 +168,31 @@ export declare const ExecutionPhaseSchema: GenEnum<ExecutionPhase>;
|
|
|
166
168
|
*/
|
|
167
169
|
export declare enum MessageType {
|
|
168
170
|
/**
|
|
171
|
+
* Default value, not a valid message type.
|
|
172
|
+
*
|
|
169
173
|
* @generated from enum value: MESSAGE_TYPE_UNSPECIFIED = 0;
|
|
170
174
|
*/
|
|
171
175
|
MESSAGE_TYPE_UNSPECIFIED = 0,
|
|
172
176
|
/**
|
|
173
|
-
*
|
|
177
|
+
* A message sent by the user to the agent.
|
|
174
178
|
*
|
|
175
179
|
* @generated from enum value: MESSAGE_HUMAN = 1;
|
|
176
180
|
*/
|
|
177
181
|
MESSAGE_HUMAN = 1,
|
|
178
182
|
/**
|
|
179
|
-
* AI
|
|
183
|
+
* A response generated by the AI agent.
|
|
180
184
|
*
|
|
181
185
|
* @generated from enum value: MESSAGE_AI = 2;
|
|
182
186
|
*/
|
|
183
187
|
MESSAGE_AI = 2,
|
|
184
188
|
/**
|
|
185
|
-
*
|
|
189
|
+
* The result returned by a tool after execution.
|
|
186
190
|
*
|
|
187
191
|
* @generated from enum value: MESSAGE_TOOL = 3;
|
|
188
192
|
*/
|
|
189
193
|
MESSAGE_TOOL = 3,
|
|
190
194
|
/**
|
|
191
|
-
*
|
|
195
|
+
* A system-generated message injected by the platform (e.g., budget warnings, summarization notices).
|
|
192
196
|
*
|
|
193
197
|
* @generated from enum value: MESSAGE_SYSTEM = 4;
|
|
194
198
|
*/
|
|
@@ -222,29 +226,31 @@ export declare const MessageTypeSchema: GenEnum<MessageType>;
|
|
|
222
226
|
*/
|
|
223
227
|
export declare enum ToolCallStatus {
|
|
224
228
|
/**
|
|
229
|
+
* Default value, not a valid tool call status.
|
|
230
|
+
*
|
|
225
231
|
* @generated from enum value: TOOL_CALL_STATUS_UNSPECIFIED = 0;
|
|
226
232
|
*/
|
|
227
233
|
TOOL_CALL_STATUS_UNSPECIFIED = 0,
|
|
228
234
|
/**
|
|
229
|
-
*
|
|
235
|
+
* Tool call is queued and waiting to execute.
|
|
230
236
|
*
|
|
231
237
|
* @generated from enum value: TOOL_CALL_PENDING = 1;
|
|
232
238
|
*/
|
|
233
239
|
TOOL_CALL_PENDING = 1,
|
|
234
240
|
/**
|
|
235
|
-
*
|
|
241
|
+
* Tool is currently executing.
|
|
236
242
|
*
|
|
237
243
|
* @generated from enum value: TOOL_CALL_RUNNING = 2;
|
|
238
244
|
*/
|
|
239
245
|
TOOL_CALL_RUNNING = 2,
|
|
240
246
|
/**
|
|
241
|
-
*
|
|
247
|
+
* Tool executed successfully and returned a result.
|
|
242
248
|
*
|
|
243
249
|
* @generated from enum value: TOOL_CALL_COMPLETED = 3;
|
|
244
250
|
*/
|
|
245
251
|
TOOL_CALL_COMPLETED = 3,
|
|
246
252
|
/**
|
|
247
|
-
*
|
|
253
|
+
* Tool execution failed with an error.
|
|
248
254
|
*
|
|
249
255
|
* @generated from enum value: TOOL_CALL_FAILED = 4;
|
|
250
256
|
*/
|
|
@@ -296,29 +302,31 @@ export declare const ToolCallStatusSchema: GenEnum<ToolCallStatus>;
|
|
|
296
302
|
*/
|
|
297
303
|
export declare enum TodoStatus {
|
|
298
304
|
/**
|
|
305
|
+
* Default value, not a valid todo status.
|
|
306
|
+
*
|
|
299
307
|
* @generated from enum value: TODO_STATUS_UNSPECIFIED = 0;
|
|
300
308
|
*/
|
|
301
309
|
TODO_STATUS_UNSPECIFIED = 0,
|
|
302
310
|
/**
|
|
303
|
-
*
|
|
311
|
+
* Task has not been started yet.
|
|
304
312
|
*
|
|
305
313
|
* @generated from enum value: TODO_PENDING = 1;
|
|
306
314
|
*/
|
|
307
315
|
TODO_PENDING = 1,
|
|
308
316
|
/**
|
|
309
|
-
*
|
|
317
|
+
* Task is currently being worked on by the agent.
|
|
310
318
|
*
|
|
311
319
|
* @generated from enum value: TODO_IN_PROGRESS = 2;
|
|
312
320
|
*/
|
|
313
321
|
TODO_IN_PROGRESS = 2,
|
|
314
322
|
/**
|
|
315
|
-
*
|
|
323
|
+
* Task was completed successfully.
|
|
316
324
|
*
|
|
317
325
|
* @generated from enum value: TODO_COMPLETED = 3;
|
|
318
326
|
*/
|
|
319
327
|
TODO_COMPLETED = 3,
|
|
320
328
|
/**
|
|
321
|
-
*
|
|
329
|
+
* Task was cancelled and is no longer needed.
|
|
322
330
|
*
|
|
323
331
|
* @generated from enum value: TODO_CANCELLED = 4;
|
|
324
332
|
*/
|
|
@@ -351,29 +359,31 @@ export declare const TodoStatusSchema: GenEnum<TodoStatus>;
|
|
|
351
359
|
*/
|
|
352
360
|
export declare enum SubAgentStatus {
|
|
353
361
|
/**
|
|
362
|
+
* Default value, not a valid sub-agent status.
|
|
363
|
+
*
|
|
354
364
|
* @generated from enum value: SUB_AGENT_STATUS_UNSPECIFIED = 0;
|
|
355
365
|
*/
|
|
356
366
|
SUB_AGENT_STATUS_UNSPECIFIED = 0,
|
|
357
367
|
/**
|
|
358
|
-
*
|
|
368
|
+
* Sub-agent invocation is queued and waiting to start.
|
|
359
369
|
*
|
|
360
370
|
* @generated from enum value: SUB_AGENT_PENDING = 1;
|
|
361
371
|
*/
|
|
362
372
|
SUB_AGENT_PENDING = 1,
|
|
363
373
|
/**
|
|
364
|
-
*
|
|
374
|
+
* Sub-agent is actively executing its delegated task.
|
|
365
375
|
*
|
|
366
376
|
* @generated from enum value: SUB_AGENT_IN_PROGRESS = 2;
|
|
367
377
|
*/
|
|
368
378
|
SUB_AGENT_IN_PROGRESS = 2,
|
|
369
379
|
/**
|
|
370
|
-
*
|
|
380
|
+
* Sub-agent finished its task successfully and returned a result.
|
|
371
381
|
*
|
|
372
382
|
* @generated from enum value: SUB_AGENT_COMPLETED = 3;
|
|
373
383
|
*/
|
|
374
384
|
SUB_AGENT_COMPLETED = 3,
|
|
375
385
|
/**
|
|
376
|
-
*
|
|
386
|
+
* Sub-agent encountered an error and could not complete its task.
|
|
377
387
|
*
|
|
378
388
|
* @generated from enum value: SUB_AGENT_FAILED = 4;
|
|
379
389
|
*/
|
|
@@ -409,17 +419,19 @@ export declare const SubAgentStatusSchema: GenEnum<SubAgentStatus>;
|
|
|
409
419
|
*/
|
|
410
420
|
export declare enum ExecutionArtifactKind {
|
|
411
421
|
/**
|
|
422
|
+
* Default value, not a valid artifact kind.
|
|
423
|
+
*
|
|
412
424
|
* @generated from enum value: EXECUTION_ARTIFACT_KIND_UNSPECIFIED = 0;
|
|
413
425
|
*/
|
|
414
426
|
UNSPECIFIED = 0,
|
|
415
427
|
/**
|
|
416
|
-
*
|
|
428
|
+
* A single file published by the agent.
|
|
417
429
|
*
|
|
418
430
|
* @generated from enum value: EXECUTION_ARTIFACT_KIND_FILE = 1;
|
|
419
431
|
*/
|
|
420
432
|
FILE = 1,
|
|
421
433
|
/**
|
|
422
|
-
*
|
|
434
|
+
* A directory published by the agent, archived as a ZIP file for download.
|
|
423
435
|
*
|
|
424
436
|
* @generated from enum value: EXECUTION_ARTIFACT_KIND_DIRECTORY = 2;
|
|
425
437
|
*/
|
|
@@ -443,17 +455,19 @@ export declare const ExecutionArtifactKindSchema: GenEnum<ExecutionArtifactKind>
|
|
|
443
455
|
*/
|
|
444
456
|
export declare enum SummarizationSource {
|
|
445
457
|
/**
|
|
458
|
+
* Default value, not a valid summarization source.
|
|
459
|
+
*
|
|
446
460
|
* @generated from enum value: SUMMARIZATION_SOURCE_UNSPECIFIED = 0;
|
|
447
461
|
*/
|
|
448
462
|
SUMMARIZATION_SOURCE_UNSPECIFIED = 0,
|
|
449
463
|
/**
|
|
450
|
-
*
|
|
464
|
+
* Summarization triggered at the start of processing, when resuming a conversation that already exceeds the token threshold.
|
|
451
465
|
*
|
|
452
466
|
* @generated from enum value: graph_start = 1;
|
|
453
467
|
*/
|
|
454
468
|
graph_start = 1,
|
|
455
469
|
/**
|
|
456
|
-
*
|
|
470
|
+
* Summarization triggered mid-execution, when accumulated tool responses push context past the token threshold.
|
|
457
471
|
*
|
|
458
472
|
* @generated from enum value: mid_execution = 2;
|
|
459
473
|
*/
|
|
@@ -492,6 +506,8 @@ export declare const SummarizationSourceSchema: GenEnum<SummarizationSource>;
|
|
|
492
506
|
*/
|
|
493
507
|
export declare enum ToolCallStreamingSource {
|
|
494
508
|
/**
|
|
509
|
+
* No active streaming, or streaming has completed.
|
|
510
|
+
*
|
|
495
511
|
* @generated from enum value: TOOL_CALL_STREAMING_SOURCE_UNSPECIFIED = 0;
|
|
496
512
|
*/
|
|
497
513
|
UNSPECIFIED = 0,
|