@stigmer/protos 3.12.1 → 3.12.3
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 +0 -1
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +6 -14
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +2 -2
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +2 -2
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +2 -2
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +0 -138
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +3 -13
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +0 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +8 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +8 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +8 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/artifact/v1/api_pb.d.ts +1 -1
- package/ai/stigmer/agentic/artifact/v1/command_connect.d.ts +1 -1
- package/ai/stigmer/agentic/artifact/v1/command_connect.js +1 -1
- package/ai/stigmer/agentic/artifact/v1/command_pb.d.ts +1 -1
- package/ai/stigmer/agentic/artifact/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/artifact/v1/io_pb.d.ts +1 -1
- package/ai/stigmer/agentic/artifact/v1/spec_pb.d.ts +1 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +0 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +4 -3
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +4 -3
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +4 -3
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +2 -2
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +7 -2
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +2 -2
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +1 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +23 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js +24 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +23 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +137 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js +22 -7
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +22 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.js +23 -2
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +22 -2
- package/ai/stigmer/agentic/skill/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +0 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +7 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.d.ts +14 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +4 -4
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +6 -6
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +2 -2
- package/ai/stigmer/platform/cursoraccount/v1/io_pb.d.ts +0 -10
- package/ai/stigmer/platform/cursoraccount/v1/io_pb.js +1 -1
- package/ai/stigmer/platform/cursoraccount/v1/io_pb.js.map +1 -1
- package/grpc/health/v1/health_connect.d.ts +75 -0
- package/grpc/health/v1/health_connect.js +97 -0
- package/grpc/health/v1/health_connect.js.map +1 -0
- package/grpc/health/v1/health_pb.d.ts +157 -0
- package/grpc/health/v1/health_pb.js +75 -0
- package/grpc/health/v1/health_pb.js.map +1 -0
- package/package.json +1 -1
|
@@ -11,7 +11,6 @@ export declare const file_ai_stigmer_agentic_agent_v1_api: GenFile;
|
|
|
11
11
|
* Agent defines an AI assistant's identity, tools, skills, and delegation model.
|
|
12
12
|
*
|
|
13
13
|
* @internal
|
|
14
|
-
* Uses Graphton configuration for state management.
|
|
15
14
|
*
|
|
16
15
|
* @generated from message ai.stigmer.agentic.agent.v1.Agent
|
|
17
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agent/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,kHAAkH;AAClH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,cAAc,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAC3G,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,6dAA6d,EAAE,CAAC,qCAAqC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agent/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,kHAAkH;AAClH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,cAAc,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,gBAAgB,CAAC;AAEzE,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAC3G,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,6dAA6d,EAAE,CAAC,qCAAqC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA8CtoB;;;GAGG;AACH,MAAM,CAAC,MAAM,WAAW,GAAsB,aAAa,CACzD,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { ApprovalEventStream, PendingApproval } from "./approval_pb.js";
|
|
3
3
|
import type { ExecutionArtifact } from "./artifact_pb.js";
|
|
4
|
-
import type { ContextInfo
|
|
4
|
+
import type { ContextInfo } from "./context_pb.js";
|
|
5
5
|
import type { ExecutionPhase } from "./enum_pb.js";
|
|
6
6
|
import type { FileChangeProgress, FileChangeSet, FileReviewEventStream } from "./filereview_pb.js";
|
|
7
7
|
import type { AgentMessage } from "./message_pb.js";
|
|
@@ -145,14 +145,14 @@ export type AgentExecutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1
|
|
|
145
145
|
* @internal
|
|
146
146
|
*
|
|
147
147
|
* When this AgentExecution is triggered from a Temporal activity, the
|
|
148
|
-
* calling activity passes its task token here. The
|
|
148
|
+
* calling activity passes its task token here. The runner completes
|
|
149
149
|
* the external activity when the execution finishes.
|
|
150
150
|
*
|
|
151
151
|
* Token Handshake Pattern:
|
|
152
152
|
* 1. External activity extracts token and stores in AgentExecution.status
|
|
153
153
|
* 2. Activity returns activity.ErrResultPending (paused, thread freed)
|
|
154
154
|
* 3. Agent executes (seconds to minutes)
|
|
155
|
-
* 4. On completion:
|
|
155
|
+
* 4. On completion: the runner completes the external activity via token
|
|
156
156
|
*
|
|
157
157
|
* Why in Status (not Spec):
|
|
158
158
|
* - System-generated by Temporal, not user-provided
|
|
@@ -166,14 +166,6 @@ export type AgentExecutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1
|
|
|
166
166
|
* @generated from field: bytes callback_token = 10;
|
|
167
167
|
*/
|
|
168
168
|
callbackToken: Uint8Array;
|
|
169
|
-
/**
|
|
170
|
-
* Resolved execution context showing what resources the agent had access to.
|
|
171
|
-
* Populated once before streaming begins, after all resources are resolved.
|
|
172
|
-
* Immutable after initial population - represents the "snapshot" of resolved state.
|
|
173
|
-
*
|
|
174
|
-
* @generated from field: ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext resolved_context = 12;
|
|
175
|
-
*/
|
|
176
|
-
resolvedContext?: ResolvedExecutionContext;
|
|
177
169
|
/**
|
|
178
170
|
* Active pending approval requests for this execution.
|
|
179
171
|
*
|
|
@@ -194,7 +186,7 @@ export type AgentExecutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1
|
|
|
194
186
|
* state machine, no merge logic, no forward-only enforcement needed.
|
|
195
187
|
*
|
|
196
188
|
* Lifecycle:
|
|
197
|
-
* 1.
|
|
189
|
+
* 1. The runner sets ToolCall.status = WAITING_APPROVAL on the message
|
|
198
190
|
* 2. UpdateStatus handler recomputes this field, entry appears
|
|
199
191
|
* 3. Phase changes to EXECUTION_WAITING_FOR_APPROVAL
|
|
200
192
|
* 4. User submits decisions via SubmitApproval RPC (one per tool call)
|
|
@@ -231,7 +223,7 @@ export type AgentExecutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1
|
|
|
231
223
|
* the same operation that records the decision on the message scan) can never
|
|
232
224
|
* be duplicated or overwritten by a coarse re-derivation.
|
|
233
225
|
*
|
|
234
|
-
* Because it is server-only, the
|
|
226
|
+
* Because it is server-only, the runner never sends it; it is preserved
|
|
235
227
|
* across UpdateStatus writes automatically (the merge starts from the loaded
|
|
236
228
|
* execution and only replaces runner-owned fields).
|
|
237
229
|
*
|
|
@@ -293,7 +285,7 @@ export type AgentExecutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1
|
|
|
293
285
|
*/
|
|
294
286
|
workspaceWriteBacks: WorkspaceWriteBack[];
|
|
295
287
|
/**
|
|
296
|
-
* Real-time setup progress reported by the
|
|
288
|
+
* Real-time setup progress reported by the runner during EXECUTION_PENDING.
|
|
297
289
|
* Populated progressively as the worker completes setup steps (sandbox init,
|
|
298
290
|
* workspace provisioning, skill loading, MCP server connection, etc.).
|
|
299
291
|
* Only meaningful while phase == EXECUTION_PENDING. Cleared by the server
|
|
@@ -20,7 +20,7 @@ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
|
20
20
|
/**
|
|
21
21
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/api.proto.
|
|
22
22
|
*/
|
|
23
|
-
export const file_ai_stigmer_agentic_agentexecution_v1_api = /*@__PURE__*/ fileDesc("
|
|
23
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_api = /*@__PURE__*/ fileDesc("Ci5haS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvYXBpLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEiywIKDkFnZW50RXhlY3V0aW9uEjEKC2FwaV92ZXJzaW9uGAEgASgJQhy6SBlyFwoVYWdlbnRpYy5zdGlnbWVyLmFpL3YxEiMKBGtpbmQYAiABKAlCFbpIEnIQCg5BZ2VudEV4ZWN1dGlvbhJNCghtZXRhZGF0YRgDIAEoCzIzLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZU1ldGFkYXRhQga6SAPIAQESRgoEc3BlYxgEIAEoCzI4LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvblNwZWMSSgoGc3RhdHVzGAUgASgLMjouYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFnZW50RXhlY3V0aW9uU3RhdHVzItcLChRBZ2VudEV4ZWN1dGlvblN0YXR1cxI/CgVhdWRpdBhjIAEoCzIwLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZUF1ZGl0EkQKCG1lc3NhZ2VzGAEgAygLMjIuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFnZW50TWVzc2FnZRJNCgVwaGFzZRgCIAEoDjI0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5FeGVjdXRpb25QaGFzZUIIukgFggECEAESVQoUc3ViX2FnZW50X2V4ZWN1dGlvbnMYBCADKAsyNy5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuU3ViQWdlbnRFeGVjdXRpb24SDQoFZXJyb3IYBiABKAkSEgoKc3RhcnRlZF9hdBgHIAEoCRIUCgxjb21wbGV0ZWRfYXQYCCABKAkSVAoFdG9kb3MYCSADKAsyRS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQWdlbnRFeGVjdXRpb25TdGF0dXMuVG9kb3NFbnRyeRIWCg5jYWxsYmFja190b2tlbhgKIAEoDBJQChFwZW5kaW5nX2FwcHJvdmFscxgQIAMoCzI1LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5QZW5kaW5nQXBwcm92YWwSWAoVYXBwcm92YWxfZXZlbnRfc3RyZWFtGBYgASgLMjkuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFwcHJvdmFsRXZlbnRTdHJlYW0SRwoMY29udGV4dF9pbmZvGA4gASgLMjEuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkNvbnRleHRJbmZvEkoKCWFydGlmYWN0cxgPIAMoCzI3LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5FeGVjdXRpb25BcnRpZmFjdBJXChV3b3Jrc3BhY2Vfd3JpdGVfYmFja3MYESADKAsyOC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuV29ya3NwYWNlV3JpdGVCYWNrEksKDnNldHVwX3Byb2dyZXNzGBIgASgLMjMuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlNldHVwUHJvZ3Jlc3MSVAoPc3RyZWFtaW5nX3VzYWdlGBQgASgLMjsuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlN0cmVhbWluZ1VzYWdlU3VtbWFyeRIyChFzdHJ1Y3R1cmVkX291dHB1dBgVIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSTQoQZmlsZV9jaGFuZ2Vfc2V0cxgXIAMoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5GaWxlQ2hhbmdlU2V0El0KGGZpbGVfcmV2aWV3X2V2ZW50X3N0cmVhbRgYIAEoCzI7LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5GaWxlUmV2aWV3RXZlbnRTdHJlYW0SVgoUZmlsZV9jaGFuZ2VfcHJvZ3Jlc3MYGSABKAsyOC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuRmlsZUNoYW5nZVByb2dyZXNzGlwKClRvZG9zRW50cnkSCwoDa2V5GAEgASgJEj0KBXZhbHVlGAIgASgLMi4uYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlRvZG9JdGVtOgI4AUoECAwQDVIQcmVzb2x2ZWRfY29udGV4dCImCg1TZXR1cFByb2dyZXNzEhUKDWN1cnJlbnRfcGhhc2UYASABKAliBnByb3RvMw", [file_ai_stigmer_agentic_agentexecution_v1_approval, file_ai_stigmer_agentic_agentexecution_v1_artifact, file_ai_stigmer_agentic_agentexecution_v1_context, file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_agentexecution_v1_filereview, file_ai_stigmer_agentic_agentexecution_v1_message, file_ai_stigmer_agentic_agentexecution_v1_spec, file_ai_stigmer_agentic_agentexecution_v1_subagent, file_ai_stigmer_agentic_agentexecution_v1_todo, file_ai_stigmer_agentic_agentexecution_v1_usage, file_ai_stigmer_agentic_agentexecution_v1_writeback, file_ai_stigmer_commons_apiresource_metadata, file_ai_stigmer_commons_apiresource_status, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
24
24
|
/**
|
|
25
25
|
* Describes the message ai.stigmer.agentic.agentexecution.v1.AgentExecution.
|
|
26
26
|
* Use `create(AgentExecutionSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,oIAAoI;AACpI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,EAAE,kDAAkD,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,EAAE,iDAAiD,EAAE,MAAM,iBAAiB,CAAC;AAEpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAE9E,OAAO,EAAE,oDAAoD,EAAE,MAAM,oBAAoB,CAAC;AAE1F,OAAO,EAAE,iDAAiD,EAAE,MAAM,iBAAiB,CAAC;AAEpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAE9E,OAAO,EAAE,kDAAkD,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAE9E,OAAO,EAAE,+CAA+C,EAAE,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,mDAAmD,EAAE,MAAM,mBAAmB,CAAC;AAExF,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,oIAAoI;AACpI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,kDAAkD,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,EAAE,kDAAkD,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,EAAE,iDAAiD,EAAE,MAAM,iBAAiB,CAAC;AAEpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAE9E,OAAO,EAAE,oDAAoD,EAAE,MAAM,oBAAoB,CAAC;AAE1F,OAAO,EAAE,iDAAiD,EAAE,MAAM,iBAAiB,CAAC;AAEpF,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAE9E,OAAO,EAAE,kDAAkD,EAAE,MAAM,kBAAkB,CAAC;AAEtF,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAE9E,OAAO,EAAE,+CAA+C,EAAE,MAAM,eAAe,CAAC;AAEhF,OAAO,EAAE,mDAAmD,EAAE,MAAM,mBAAmB,CAAC;AAExF,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,gkFAAgkF,EAAE,CAAC,kDAAkD,EAAE,kDAAkD,EAAE,iDAAiD,EAAE,8CAA8C,EAAE,oDAAoD,EAAE,iDAAiD,EAAE,8CAA8C,EAAE,kDAAkD,EAAE,8CAA8C,EAAE,+CAA+C,EAAE,mDAAmD,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAoDhxG;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC;AAiVhE;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC;AAuBhE;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -22,7 +22,7 @@ export declare const file_ai_stigmer_agentic_agentexecution_v1_approval: GenFile
|
|
|
22
22
|
*
|
|
23
23
|
* Lifecycle:
|
|
24
24
|
* 1. Tool with requires_approval=true is about to execute
|
|
25
|
-
* 2.
|
|
25
|
+
* 2. The runner sets ToolCall.status = WAITING_APPROVAL on the message
|
|
26
26
|
* 3. Server recomputes pending_approvals, entry appears
|
|
27
27
|
* 4. User calls SubmitApproval RPC with their decision
|
|
28
28
|
* 5. Agent resumes, ToolCall.status advances, next recompute drops the entry
|
|
@@ -43,7 +43,7 @@ export declare const AgentExecutionCommandController: {
|
|
|
43
43
|
* Update an agent execution's status.
|
|
44
44
|
*
|
|
45
45
|
* @internal
|
|
46
|
-
* Used by
|
|
46
|
+
* Used by the runner to send progressive status updates (messages,
|
|
47
47
|
* tool_calls, phase, etc.). The runner authenticates as the triggering user,
|
|
48
48
|
* who owns the execution through the session ownership chain.
|
|
49
49
|
* Optimized for frequent status updates and merges status fields with
|
|
@@ -461,7 +461,7 @@ export declare const AgentExecutionCommandController: {
|
|
|
461
461
|
* 1. Client calls uploadAttachment with file content
|
|
462
462
|
* 2. Server uploads to storage, returns storage_key
|
|
463
463
|
* 3. Client creates AgentExecution with Attachment using storage_key
|
|
464
|
-
* 4.
|
|
464
|
+
* 4. The runner downloads attachment content when execution starts
|
|
465
465
|
*
|
|
466
466
|
* @since Artifact Lifecycle (Attachments & Artifacts)
|
|
467
467
|
*
|
|
@@ -51,7 +51,7 @@ export const AgentExecutionCommandController = {
|
|
|
51
51
|
* Update an agent execution's status.
|
|
52
52
|
*
|
|
53
53
|
* @internal
|
|
54
|
-
* Used by
|
|
54
|
+
* Used by the runner to send progressive status updates (messages,
|
|
55
55
|
* tool_calls, phase, etc.). The runner authenticates as the triggering user,
|
|
56
56
|
* who owns the execution through the session ownership chain.
|
|
57
57
|
* Optimized for frequent status updates and merges status fields with
|
|
@@ -469,7 +469,7 @@ export const AgentExecutionCommandController = {
|
|
|
469
469
|
* 1. Client calls uploadAttachment with file content
|
|
470
470
|
* 2. Server uploads to storage, returns storage_key
|
|
471
471
|
* 3. Client creates AgentExecution with Attachment using storage_key
|
|
472
|
-
* 4.
|
|
472
|
+
* 4. The runner downloads attachment content when execution starts
|
|
473
473
|
*
|
|
474
474
|
* @since Artifact Lifecycle (Attachments & Artifacts)
|
|
475
475
|
*
|
|
@@ -47,7 +47,7 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
47
47
|
* Update an agent execution's status.
|
|
48
48
|
*
|
|
49
49
|
* @internal
|
|
50
|
-
* Used by
|
|
50
|
+
* Used by the runner to send progressive status updates (messages,
|
|
51
51
|
* tool_calls, phase, etc.). The runner authenticates as the triggering user,
|
|
52
52
|
* who owns the execution through the session ownership chain.
|
|
53
53
|
* Optimized for frequent status updates and merges status fields with
|
|
@@ -456,7 +456,7 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
456
456
|
* 1. Client calls uploadAttachment with file content
|
|
457
457
|
* 2. Server uploads to storage, returns storage_key
|
|
458
458
|
* 3. Client creates AgentExecution with Attachment using storage_key
|
|
459
|
-
* 4.
|
|
459
|
+
* 4. The runner downloads attachment content when execution starts
|
|
460
460
|
*
|
|
461
461
|
* @since Artifact Lifecycle (Attachments & Artifacts)
|
|
462
462
|
*
|
|
@@ -5,144 +5,6 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
5
5
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/context.proto.
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_agentic_agentexecution_v1_context: GenFile;
|
|
8
|
-
/**
|
|
9
|
-
* ResolvedExecutionContext captures the resolved configuration state at execution time.
|
|
10
|
-
* Populated once after all resources are resolved, before the agent begins processing.
|
|
11
|
-
*
|
|
12
|
-
* ## Purpose
|
|
13
|
-
*
|
|
14
|
-
* Provides visibility into what the agent actually had access to during execution:
|
|
15
|
-
* - Which environment variables were available (keys only, not values for security)
|
|
16
|
-
* - Which MCP servers were configured and their resolution status
|
|
17
|
-
* - Which skills were injected into the agent's context
|
|
18
|
-
*
|
|
19
|
-
* This enables:
|
|
20
|
-
* - **Debugging**: Understanding what environment/tools were available when investigating failures
|
|
21
|
-
* - **Auditing**: Tracking what resources each execution consumed
|
|
22
|
-
* - **Security review**: Verifying which secrets (by key name only) were exposed
|
|
23
|
-
* - **UX transparency**: Showing users what their agent can access
|
|
24
|
-
*
|
|
25
|
-
* ## Timing
|
|
26
|
-
*
|
|
27
|
-
* Populated by the agent runner once resolution completes (skills, env vars,
|
|
28
|
-
* MCP servers) but before the streaming loop begins, and reported through the
|
|
29
|
-
* execution status-update path. This represents the "snapshot" of resolved
|
|
30
|
-
* state. Once set, this field is immutable for the remainder of the execution.
|
|
31
|
-
*
|
|
32
|
-
* ## Security Considerations
|
|
33
|
-
*
|
|
34
|
-
* - Environment values are NEVER included (only keys)
|
|
35
|
-
* - MCP server credentials are not exposed
|
|
36
|
-
* - This is safe to include in status responses to clients
|
|
37
|
-
*
|
|
38
|
-
* @generated from message ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext
|
|
39
|
-
*/
|
|
40
|
-
export type ResolvedExecutionContext = Message<"ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext"> & {
|
|
41
|
-
/**
|
|
42
|
-
* Environment variable keys available to the agent (NOT values for security).
|
|
43
|
-
* Represents the merged environment values (instance environment_refs <
|
|
44
|
-
* runtime_env) filtered to the keys declared in Agent.spec.env — the agent
|
|
45
|
-
* env map is a declaration whitelist, not a value source.
|
|
46
|
-
* Keys are sorted alphabetically for consistent ordering and deterministic comparison.
|
|
47
|
-
* Examples: ["API_KEY", "DATABASE_URL", "LOG_LEVEL"]
|
|
48
|
-
*
|
|
49
|
-
* @generated from field: repeated string environment_keys = 1;
|
|
50
|
-
*/
|
|
51
|
-
environmentKeys: string[];
|
|
52
|
-
/**
|
|
53
|
-
* MCP servers referenced by the agent and their resolution status.
|
|
54
|
-
* Key: MCP server slug (e.g., "github-mcp", "slack-mcp")
|
|
55
|
-
* Value: Resolution status including success/failure and diagnostic information
|
|
56
|
-
*
|
|
57
|
-
* Note: This tracks configuration resolution, not runtime connection status.
|
|
58
|
-
* A server showing resolved=true means it was found and transformed successfully;
|
|
59
|
-
* actual WebSocket/stdio connection happens later in the Graphton runtime.
|
|
60
|
-
*
|
|
61
|
-
* @generated from field: map<string, ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus> mcp_servers = 2;
|
|
62
|
-
*/
|
|
63
|
-
mcpServers: {
|
|
64
|
-
[key: string]: McpServerResolutionStatus;
|
|
65
|
-
};
|
|
66
|
-
/**
|
|
67
|
-
* Names of skills injected into the agent's system prompt.
|
|
68
|
-
* Each skill's SKILL.md content is appended to the instructions.
|
|
69
|
-
* Sorted alphabetically for consistent ordering and deterministic comparison.
|
|
70
|
-
* Examples: ["code-review", "docker-expert", "kubernetes-operator"]
|
|
71
|
-
*
|
|
72
|
-
* @generated from field: repeated string skill_names = 3;
|
|
73
|
-
*/
|
|
74
|
-
skillNames: string[];
|
|
75
|
-
/**
|
|
76
|
-
* Skills that were available but excluded from the system prompt because
|
|
77
|
-
* they were not relevant to the current execution context.
|
|
78
|
-
* Enables visibility into the filtering decision for debugging and tuning.
|
|
79
|
-
* Sorted alphabetically for consistent ordering and deterministic comparison.
|
|
80
|
-
*
|
|
81
|
-
* When smart context filtering is active, this captures skills that were
|
|
82
|
-
* configured on the agent but scored below the relevance threshold for the
|
|
83
|
-
* current user message. Empty when all skills are included (no filtering).
|
|
84
|
-
*
|
|
85
|
-
* @generated from field: repeated string excluded_skill_names = 4;
|
|
86
|
-
*/
|
|
87
|
-
excludedSkillNames: string[];
|
|
88
|
-
};
|
|
89
|
-
/**
|
|
90
|
-
* Describes the message ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext.
|
|
91
|
-
* Use `create(ResolvedExecutionContextSchema)` to create a new message.
|
|
92
|
-
*/
|
|
93
|
-
export declare const ResolvedExecutionContextSchema: GenMessage<ResolvedExecutionContext>;
|
|
94
|
-
/**
|
|
95
|
-
* McpServerResolutionStatus captures the resolution outcome for a single MCP server.
|
|
96
|
-
* Provides richer information than a simple boolean for better debugging and visibility.
|
|
97
|
-
*
|
|
98
|
-
* ## Resolution vs Connection
|
|
99
|
-
*
|
|
100
|
-
* This tracks whether the MCP server definition was successfully loaded and configured,
|
|
101
|
-
* NOT whether the runtime connection succeeded. Resolution includes:
|
|
102
|
-
* - Looking up the McpServer resource by reference
|
|
103
|
-
* - Transforming the server config (resolving env var placeholders)
|
|
104
|
-
* - Determining which tools to enable
|
|
105
|
-
*
|
|
106
|
-
* Runtime connection (WebSocket/stdio) happens later and is not tracked here.
|
|
107
|
-
*
|
|
108
|
-
* @generated from message ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus
|
|
109
|
-
*/
|
|
110
|
-
export type McpServerResolutionStatus = Message<"ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus"> & {
|
|
111
|
-
/**
|
|
112
|
-
* Whether the MCP server was successfully resolved and configured.
|
|
113
|
-
* true: Server found, config transformed, ready for runtime connection
|
|
114
|
-
* false: Resolution failed (server not found, missing env var, invalid config)
|
|
115
|
-
*
|
|
116
|
-
* @generated from field: bool resolved = 1;
|
|
117
|
-
*/
|
|
118
|
-
resolved: boolean;
|
|
119
|
-
/**
|
|
120
|
-
* Human-readable status message explaining the resolution outcome.
|
|
121
|
-
* For success: "Configured successfully"
|
|
122
|
-
* For failure: Describes what went wrong
|
|
123
|
-
* Examples:
|
|
124
|
-
* - "Configured successfully"
|
|
125
|
-
* - "Server not found"
|
|
126
|
-
* - "Missing required environment variable: GITHUB_TOKEN"
|
|
127
|
-
* - "Invalid server configuration: missing command"
|
|
128
|
-
*
|
|
129
|
-
* @generated from field: string message = 2;
|
|
130
|
-
*/
|
|
131
|
-
message: string;
|
|
132
|
-
/**
|
|
133
|
-
* Number of tools enabled from this MCP server.
|
|
134
|
-
* Reflects the intersection of server's available tools and enabled_tools config.
|
|
135
|
-
* 0 if resolution failed, server has no tools, or all tools disabled.
|
|
136
|
-
*
|
|
137
|
-
* @generated from field: int32 enabled_tool_count = 3;
|
|
138
|
-
*/
|
|
139
|
-
enabledToolCount: number;
|
|
140
|
-
};
|
|
141
|
-
/**
|
|
142
|
-
* Describes the message ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus.
|
|
143
|
-
* Use `create(McpServerResolutionStatusSchema)` to create a new message.
|
|
144
|
-
*/
|
|
145
|
-
export declare const McpServerResolutionStatusSchema: GenMessage<McpServerResolutionStatus>;
|
|
146
8
|
/**
|
|
147
9
|
* SummarizationEvent records a single summarization occurrence during execution.
|
|
148
10
|
*
|
|
@@ -6,25 +6,15 @@ import { file_ai_stigmer_agentic_agentexecution_v1_enum } from "./enum_pb.js";
|
|
|
6
6
|
/**
|
|
7
7
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/context.proto.
|
|
8
8
|
*/
|
|
9
|
-
export const file_ai_stigmer_agentic_agentexecution_v1_context = /*@__PURE__*/ fileDesc("
|
|
10
|
-
/**
|
|
11
|
-
* Describes the message ai.stigmer.agentic.agentexecution.v1.ResolvedExecutionContext.
|
|
12
|
-
* Use `create(ResolvedExecutionContextSchema)` to create a new message.
|
|
13
|
-
*/
|
|
14
|
-
export const ResolvedExecutionContextSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 0);
|
|
15
|
-
/**
|
|
16
|
-
* Describes the message ai.stigmer.agentic.agentexecution.v1.McpServerResolutionStatus.
|
|
17
|
-
* Use `create(McpServerResolutionStatusSchema)` to create a new message.
|
|
18
|
-
*/
|
|
19
|
-
export const McpServerResolutionStatusSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 1);
|
|
9
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_context = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvY29udGV4dC5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxIoYDChJTdW1tYXJpemF0aW9uRXZlbnQSEQoJdGltZXN0YW1wGAEgASgJEhUKDXRva2Vuc19iZWZvcmUYAiABKAUSFAoMdG9rZW5zX2FmdGVyGAMgASgFEhkKEWNvbXByZXNzaW9uX3JhdGlvGAQgASgCEhMKC2R1cmF0aW9uX21zGAUgASgFEhsKE3N1bW1hcml6YXRpb25fbW9kZWwYBiABKAkSFwoPbWVzc2FnZXNfYmVmb3JlGAcgASgFEhYKDm1lc3NhZ2VzX2FmdGVyGAggASgFEkkKBnNvdXJjZRgJIAEoDjI5LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5TdW1tYXJpemF0aW9uU291cmNlEiIKGnN1bW1hcml6YXRpb25faW5wdXRfdG9rZW5zGAogASgFEiMKG3N1bW1hcml6YXRpb25fb3V0cHV0X3Rva2VucxgLIAEoBRIeChZzdW1tYXJpemF0aW9uX2Nvc3RfdXNkGAwgASgBIqoCCgtDb250ZXh0SW5mbxIbChNjdXJyZW50X3Rva2VuX2NvdW50GAEgASgFEhwKFGNvbnRleHRfd2luZG93X2xpbWl0GAIgASgFEicKH3N1bW1hcml6YXRpb25fdHJpZ2dlcl90aHJlc2hvbGQYAyABKAUSIwobc3VtbWFyaXphdGlvbl90YXJnZXRfdG9rZW5zGAQgASgFEh0KFXN1bW1hcml6YXRpb25fZW5hYmxlZBgFIAEoCBJWChRzdW1tYXJpemF0aW9uX2V2ZW50cxgGIAMoCzI4LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5TdW1tYXJpemF0aW9uRXZlbnQSGwoTdXRpbGl6YXRpb25fcGVyY2VudBgHIAEoAmIGcHJvdG8z", [file_ai_stigmer_agentic_agentexecution_v1_enum]);
|
|
20
10
|
/**
|
|
21
11
|
* Describes the message ai.stigmer.agentic.agentexecution.v1.SummarizationEvent.
|
|
22
12
|
* Use `create(SummarizationEventSchema)` to create a new message.
|
|
23
13
|
*/
|
|
24
|
-
export const SummarizationEventSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context,
|
|
14
|
+
export const SummarizationEventSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 0);
|
|
25
15
|
/**
|
|
26
16
|
* Describes the message ai.stigmer.agentic.agentexecution.v1.ContextInfo.
|
|
27
17
|
* Use `create(ContextInfoSchema)` to create a new message.
|
|
28
18
|
*/
|
|
29
|
-
export const ContextInfoSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context,
|
|
19
|
+
export const ContextInfoSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_agentexecution_v1_context, 1);
|
|
30
20
|
//# sourceMappingURL=context_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/context_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAG9E;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"context_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/context_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,8CAA8C,EAAE,MAAM,cAAc,CAAC;AAG9E;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,kiCAAkiC,EAAE,CAAC,8CAA8C,CAAC,CAAC,CAAC;AA8IjmC;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC;AAoIpE;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -221,7 +221,7 @@ export type ToolCall = Message<"ai.stigmer.agentic.agentexecution.v1.ToolCall">
|
|
|
221
221
|
/**
|
|
222
222
|
* Sanitized preview of tool arguments for UI display.
|
|
223
223
|
* Sensitive values (passwords, tokens, keys) are redacted.
|
|
224
|
-
* Populated at tool call creation time by the
|
|
224
|
+
* Populated at tool call creation time by the runner.
|
|
225
225
|
* Used by the server-side ComputePendingApprovals projection
|
|
226
226
|
* and by CLI/UI for inline argument visibility.
|
|
227
227
|
*
|
|
@@ -656,7 +656,7 @@ export declare const ContextManagementConfigSchema: GenMessage<ContextManagement
|
|
|
656
656
|
* 1. Client calls uploadAttachment RPC with file content
|
|
657
657
|
* 2. Server returns a storage_key
|
|
658
658
|
* 3. Client creates execution with Attachment containing that storage_key
|
|
659
|
-
* 4.
|
|
659
|
+
* 4. The runner downloads file from storage and injects into sandbox
|
|
660
660
|
*
|
|
661
661
|
* ## Mount Path
|
|
662
662
|
*
|
|
@@ -11,7 +11,6 @@ export declare const file_ai_stigmer_agentic_agentinstance_v1_api: GenFile;
|
|
|
11
11
|
* AgentInstance defines a configured deployment of an Agent template.
|
|
12
12
|
*
|
|
13
13
|
* @internal
|
|
14
|
-
* Uses Graphton configuration for state management.
|
|
15
14
|
*
|
|
16
15
|
* @generated from message ai.stigmer.agentic.agentinstance.v1.AgentInstance
|
|
17
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentinstance/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,kIAAkI;AAClI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6CAA6C,EAAE,MAAM,cAAc,CAAC;AAE7E,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,gjBAAgjB,EAAE,CAAC,6CAA6C,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentinstance/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,kIAAkI;AAClI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6CAA6C,EAAE,MAAM,cAAc,CAAC;AAE7E,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,gjBAAgjB,EAAE,CAAC,6CAA6C,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAiDpuB;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -47,6 +47,14 @@ export declare const AgentInstanceCommandController: {
|
|
|
47
47
|
* @internal
|
|
48
48
|
* Replaces the entire instance configuration including metadata, spec, and secrets.
|
|
49
49
|
* No individual field updates — always provide complete state.
|
|
50
|
+
*
|
|
51
|
+
* Mutable fields:
|
|
52
|
+
* - spec.description, spec.environment_refs
|
|
53
|
+
* - metadata.name, metadata.labels, metadata.tags, metadata.annotations
|
|
54
|
+
*
|
|
55
|
+
* Immutable fields (must delete and recreate to change):
|
|
56
|
+
* - spec.agent_id, metadata.id, metadata.org
|
|
57
|
+
*
|
|
50
58
|
* Authorization: Only owner can update (can_edit permission).
|
|
51
59
|
*
|
|
52
60
|
* @generated from rpc ai.stigmer.agentic.agentinstance.v1.AgentInstanceCommandController.update
|
|
@@ -55,6 +55,14 @@ export const AgentInstanceCommandController = {
|
|
|
55
55
|
* @internal
|
|
56
56
|
* Replaces the entire instance configuration including metadata, spec, and secrets.
|
|
57
57
|
* No individual field updates — always provide complete state.
|
|
58
|
+
*
|
|
59
|
+
* Mutable fields:
|
|
60
|
+
* - spec.description, spec.environment_refs
|
|
61
|
+
* - metadata.name, metadata.labels, metadata.tags, metadata.annotations
|
|
62
|
+
*
|
|
63
|
+
* Immutable fields (must delete and recreate to change):
|
|
64
|
+
* - spec.agent_id, metadata.id, metadata.org
|
|
65
|
+
*
|
|
58
66
|
* Authorization: Only owner can update (can_edit permission).
|
|
59
67
|
*
|
|
60
68
|
* @generated from rpc ai.stigmer.agentic.agentinstance.v1.AgentInstanceCommandController.update
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentinstance/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,sIAAsI;AACtI,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,QAAQ,EAAE,oEAAoE;IAC9E,OAAO,EAAE;QACP;;;;;;;;WAQG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,aAAa;YAChB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,aAAa;YAChB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentinstance/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,sIAAsI;AACtI,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAE5C;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,QAAQ,EAAE,oEAAoE;IAC9E,OAAO,EAAE;QACP;;;;;;;;WAQG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,aAAa;YAChB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,aAAa;YAChB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;WAiBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,aAAa;YAChB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,aAAa;YAChB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,eAAe;YAClB,CAAC,EAAE,aAAa;YAChB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -51,6 +51,14 @@ export declare const AgentInstanceCommandController: GenService<{
|
|
|
51
51
|
* @internal
|
|
52
52
|
* Replaces the entire instance configuration including metadata, spec, and secrets.
|
|
53
53
|
* No individual field updates — always provide complete state.
|
|
54
|
+
*
|
|
55
|
+
* Mutable fields:
|
|
56
|
+
* - spec.description, spec.environment_refs
|
|
57
|
+
* - metadata.name, metadata.labels, metadata.tags, metadata.annotations
|
|
58
|
+
*
|
|
59
|
+
* Immutable fields (must delete and recreate to change):
|
|
60
|
+
* - spec.agent_id, metadata.id, metadata.org
|
|
61
|
+
*
|
|
54
62
|
* Authorization: Only owner can update (can_edit permission).
|
|
55
63
|
*
|
|
56
64
|
* @generated from rpc ai.stigmer.agentic.agentinstance.v1.AgentInstanceCommandController.update
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sIAAsI;AACtI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,aAAa,CAAC;AAE3E,OAAO,EAAE,2CAA2C,EAAE,MAAM,YAAY,CAAC;AAEzE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,8sCAA8sC,EAAE,CAAC,4CAA4C,EAAE,2CAA2C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEr8C;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentinstance/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sIAAsI;AACtI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,4CAA4C,EAAE,MAAM,aAAa,CAAC;AAE3E,OAAO,EAAE,2CAA2C,EAAE,MAAM,YAAY,CAAC;AAEzE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,8sCAA8sC,EAAE,CAAC,4CAA4C,EAAE,2CAA2C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEr8C;;;;GAIG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAgGtC,aAAa,CAChB,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -15,7 +15,7 @@ export declare const file_ai_stigmer_agentic_artifact_v1_api: GenFile;
|
|
|
15
15
|
* Follows the standard Stigmer resource pattern:
|
|
16
16
|
* api_version + kind + metadata + spec + status.
|
|
17
17
|
*
|
|
18
|
-
* Artifacts are created by the
|
|
18
|
+
* Artifacts are created by the runner when task
|
|
19
19
|
* outputs exceed the auto-promotion threshold or when the workflow author
|
|
20
20
|
* explicitly declares an artifact (Phase 1).
|
|
21
21
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @internal
|
|
5
5
|
* Follows the Command-Query Separation (CQS) pattern.
|
|
6
6
|
*
|
|
7
|
-
* These RPCs are system-level — used by the
|
|
7
|
+
* These RPCs are system-level — used by the runner (stigmer-runner)
|
|
8
8
|
* to persist task outputs. They are NOT exposed to end users or the SDK.
|
|
9
9
|
*
|
|
10
10
|
* Artifact creation flow:
|
|
@@ -12,7 +12,7 @@ import { ApiResourceId } from "../../../commons/apiresource/io_pbjs";
|
|
|
12
12
|
* @internal
|
|
13
13
|
* Follows the Command-Query Separation (CQS) pattern.
|
|
14
14
|
*
|
|
15
|
-
* These RPCs are system-level — used by the
|
|
15
|
+
* These RPCs are system-level — used by the runner (stigmer-runner)
|
|
16
16
|
* to persist task outputs. They are NOT exposed to end users or the SDK.
|
|
17
17
|
*
|
|
18
18
|
* Artifact creation flow:
|
|
@@ -12,7 +12,7 @@ export declare const file_ai_stigmer_agentic_artifact_v1_command: GenFile;
|
|
|
12
12
|
* @internal
|
|
13
13
|
* Follows the Command-Query Separation (CQS) pattern.
|
|
14
14
|
*
|
|
15
|
-
* These RPCs are system-level — used by the
|
|
15
|
+
* These RPCs are system-level — used by the runner (stigmer-runner)
|
|
16
16
|
* to persist task outputs. They are NOT exposed to end users or the SDK.
|
|
17
17
|
*
|
|
18
18
|
* Artifact creation flow:
|
|
@@ -17,7 +17,7 @@ export const file_ai_stigmer_agentic_artifact_v1_command = /*@__PURE__*/ fileDes
|
|
|
17
17
|
* @internal
|
|
18
18
|
* Follows the Command-Query Separation (CQS) pattern.
|
|
19
19
|
*
|
|
20
|
-
* These RPCs are system-level — used by the
|
|
20
|
+
* These RPCs are system-level — used by the runner (stigmer-runner)
|
|
21
21
|
* to persist task outputs. They are NOT exposed to end users or the SDK.
|
|
22
22
|
*
|
|
23
23
|
* Artifact creation flow:
|
|
@@ -64,7 +64,7 @@ export declare const ArtifactListSchema: GenMessage<ArtifactList>;
|
|
|
64
64
|
* CreateArtifactInput provides the data needed to create an artifact.
|
|
65
65
|
*
|
|
66
66
|
* @internal
|
|
67
|
-
* Used by the
|
|
67
|
+
* Used by the runner (stigmer-runner) to persist task outputs.
|
|
68
68
|
* This is a system-level RPC — not exposed to end users or the SDK.
|
|
69
69
|
*
|
|
70
70
|
* The backend:
|
|
@@ -8,7 +8,7 @@ export declare const file_ai_stigmer_agentic_artifact_v1_spec: GenFile;
|
|
|
8
8
|
* ArtifactSpec defines the properties of an artifact provided at creation time.
|
|
9
9
|
*
|
|
10
10
|
* @internal
|
|
11
|
-
* Artifacts are created by the
|
|
11
|
+
* Artifacts are created by the runner when a task
|
|
12
12
|
* produces output that should be persisted outside the execution status
|
|
13
13
|
* snapshot (either because it exceeds the size threshold or because the
|
|
14
14
|
* workflow author explicitly requested artifact persistence).
|
|
@@ -11,7 +11,6 @@ export declare const file_ai_stigmer_agentic_environment_v1_api: GenFile;
|
|
|
11
11
|
* Environment stores configuration and secrets as key-value pairs for runtime use by agents and workflow instances.
|
|
12
12
|
*
|
|
13
13
|
* @internal
|
|
14
|
-
* Uses Graphton configuration for state management.
|
|
15
14
|
*
|
|
16
15
|
* @generated from message ai.stigmer.agentic.environment.v1.Environment
|
|
17
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/environment/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,cAAc,CAAC;AAE3E,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,giBAAgiB,EAAE,CAAC,2CAA2C,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/environment/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,cAAc,CAAC;AAE3E,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,giBAAgiB,EAAE,CAAC,2CAA2C,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAiDltB;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -123,12 +123,13 @@ export declare const McpServerCommandController: {
|
|
|
123
123
|
* @internal
|
|
124
124
|
* Typical flows:
|
|
125
125
|
* - Web console: user clicks Connect, backend resolves env vars from the
|
|
126
|
-
* user's personal environment, starts a Temporal workflow on the
|
|
126
|
+
* user's personal environment, starts a Temporal workflow on the runner
|
|
127
|
+
* (stigmer-runner).
|
|
127
128
|
* - CLI: `stigmer discover mcp-server <name>` calls connect with runtime_env
|
|
128
129
|
* populated from local env vars, delegating discovery to the backend.
|
|
129
|
-
* -
|
|
130
|
+
* - Runner backfill: the runner calls connect on first use when
|
|
130
131
|
* status.discovered_capabilities is empty, passing runtime_env from the
|
|
131
|
-
* execution context.
|
|
132
|
+
* execution context (shared/connect-backfill.ts).
|
|
132
133
|
*
|
|
133
134
|
* Errors:
|
|
134
135
|
* - FAILED_PRECONDITION: Required credentials missing from personal environment
|
|
@@ -131,12 +131,13 @@ export const McpServerCommandController = {
|
|
|
131
131
|
* @internal
|
|
132
132
|
* Typical flows:
|
|
133
133
|
* - Web console: user clicks Connect, backend resolves env vars from the
|
|
134
|
-
* user's personal environment, starts a Temporal workflow on the
|
|
134
|
+
* user's personal environment, starts a Temporal workflow on the runner
|
|
135
|
+
* (stigmer-runner).
|
|
135
136
|
* - CLI: `stigmer discover mcp-server <name>` calls connect with runtime_env
|
|
136
137
|
* populated from local env vars, delegating discovery to the backend.
|
|
137
|
-
* -
|
|
138
|
+
* - Runner backfill: the runner calls connect on first use when
|
|
138
139
|
* status.discovered_capabilities is empty, passing runtime_env from the
|
|
139
|
-
* execution context.
|
|
140
|
+
* execution context (shared/connect-backfill.ts).
|
|
140
141
|
*
|
|
141
142
|
* Errors:
|
|
142
143
|
* - FAILED_PRECONDITION: Required credentials missing from personal environment
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,8HAA8H;AAC9H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AACrG,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,YAAY,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEhS;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,QAAQ,EAAE,4DAA4D;IACtE,OAAO,EAAE;QACP;;;;;;;;;;;;;WAaG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;WAWG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,8HAA8H;AAC9H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AACrG,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,YAAY,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEhS;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,QAAQ,EAAE,4DAA4D;IACtE,OAAO,EAAE;QACP;;;;;;;;;;;;;WAaG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;WAWG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;QACH,OAAO,EAAE;YACP,IAAI,EAAE,SAAS;YACf,CAAC,EAAE,YAAY;YACf,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;WAwBG;QACH,oBAAoB,EAAE;YACpB,IAAI,EAAE,sBAAsB;YAC5B,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,0BAA0B;YAC7B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;WAsBG;QACH,oBAAoB,EAAE;YACpB,IAAI,EAAE,sBAAsB;YAC5B,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,0BAA0B;YAC7B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,qBAAqB;YACxB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;WA0BG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,mBAAmB;YACtB,CAAC,EAAE,oBAAoB;YACvB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;WAwBG;QACH,iBAAiB,EAAE;YACjB,IAAI,EAAE,mBAAmB;YACzB,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,uBAAuB;YAC1B,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|