@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
|
@@ -10,7 +10,7 @@ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc
|
|
|
10
10
|
/**
|
|
11
11
|
* Describes the file ai/stigmer/agentic/skill/v1/query.proto.
|
|
12
12
|
*/
|
|
13
|
-
export const file_ai_stigmer_agentic_skill_v1_query = /*@__PURE__*/ fileDesc("
|
|
13
|
+
export const file_ai_stigmer_agentic_skill_v1_query = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2FnZW50aWMvc2tpbGwvdjEvcXVlcnkucHJvdG8SG2FpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MTKQBQoUU2tpbGxRdWVyeUNvbnRyb2xsZXISewoDZ2V0EiQuYWkuc3RpZ21lci5hZ2VudGljLnNraWxsLnYxLlNraWxsSWQaIi5haS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEuU2tpbGwiKsK4GCYIARArIgV2YWx1ZSoZdW5hdXRob3JpemVkIHRvIGdldCBza2lsbBJwCg5nZXRCeVJlZmVyZW5jZRI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZRoiLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5Ta2lsbCIE0LgYARJ2CgtnZXRBcnRpZmFjdBIvLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5HZXRBcnRpZmFjdFJlcXVlc3QaMC5haS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEuR2V0QXJ0aWZhY3RSZXNwb25zZSIE0LgYARKGAQoWZ2V0QXJ0aWZhY3REb3dubG9hZFVybBIvLmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5HZXRBcnRpZmFjdFJlcXVlc3QaNS5haS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEuU2tpbGxBcnRpZmFjdERvd25sb2FkVXJsIgTQuBgBEoEBCgxsaXN0VmVyc2lvbnMSMy5haS5zdGlnbWVyLmFnZW50aWMuc2tpbGwudjEuTGlzdFNraWxsVmVyc2lvbnNJbnB1dBo2LmFpLnN0aWdtZXIuYWdlbnRpYy5za2lsbC52MS5MaXN0U2tpbGxWZXJzaW9uc1Jlc3BvbnNlIgTQuBgBGgSg/ysrYgZwcm90bzM", [file_ai_stigmer_agentic_skill_v1_api, file_ai_stigmer_agentic_skill_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
|
|
14
14
|
/**
|
|
15
15
|
* SkillQueryController handles read operations for skills.
|
|
16
16
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAEnE,OAAO,EAAE,mCAAmC,EAAE,MAAM,YAAY,CAAC;AAEjE,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,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/skill/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oCAAoC,EAAE,MAAM,aAAa,CAAC;AAEnE,OAAO,EAAE,mCAAmC,EAAE,MAAM,YAAY,CAAC;AAEjE,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,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,y9BAAy9B,EAAE,CAAC,oCAAoC,EAAE,mCAAmC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEhsC;;;;GAIG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAoF5B,aAAa,CAChB,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -11,7 +11,6 @@ export declare const file_ai_stigmer_agentic_workflow_v1_api: GenFile;
|
|
|
11
11
|
* Workflow defines a multi-step task orchestration with sequential, parallel, and conditional execution.
|
|
12
12
|
*
|
|
13
13
|
* @internal
|
|
14
|
-
* Uses Graphton configuration for state management.
|
|
15
14
|
*
|
|
16
15
|
* @generated from message ai.stigmer.agentic.workflow.v1.Workflow
|
|
17
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wHAAwH;AACxH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,cAAc,CAAC;AAExE,OAAO,EAAE,0CAA0C,EAAE,MAAM,gBAAgB,CAAC;AAE5E,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAC3G,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,6fAA6f,EAAE,CAAC,wCAAwC,EAAE,0CAA0C,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflow/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wHAAwH;AACxH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,cAAc,CAAC;AAExE,OAAO,EAAE,0CAA0C,EAAE,MAAM,gBAAgB,CAAC;AAE5E,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAC3G,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,6fAA6f,EAAE,CAAC,wCAAwC,EAAE,0CAA0C,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA8C5qB;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -183,7 +183,7 @@ export type AgentCallTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.
|
|
|
183
183
|
* - HARNESS_UNSPECIFIED / HARNESS_NATIVE: Stigmer native engine (Python/LangGraph)
|
|
184
184
|
* - HARNESS_CURSOR: Cursor SDK engine (TypeScript/Cursor)
|
|
185
185
|
*
|
|
186
|
-
* The
|
|
186
|
+
* The runner creates a Session with this harness before creating
|
|
187
187
|
* the AgentExecution. The harness is a session-level concern — it determines
|
|
188
188
|
* tool availability, state management, model access, and billing tier.
|
|
189
189
|
*
|
|
@@ -326,7 +326,10 @@ export type AgentCallOutputContract = Message<"ai.stigmer.agentic.workflow.v1.ta
|
|
|
326
326
|
* the expected schema, giving the agent an opportunity to self-correct.
|
|
327
327
|
*
|
|
328
328
|
* Only meaningful when on_invalid is ON_INVALID_RETRY; ignored otherwise.
|
|
329
|
-
* Default:
|
|
329
|
+
* Default: 2 (the runner's retry loop). Valid range when set: 1-5.
|
|
330
|
+
*
|
|
331
|
+
* Unset (0) is valid: proto3 implicit presence makes an omitted field
|
|
332
|
+
* indistinguishable from 0, so the range rule must not fire on it (#673).
|
|
330
333
|
*
|
|
331
334
|
* @generated from field: int32 max_retries = 3;
|
|
332
335
|
*/
|
|
@@ -13,7 +13,7 @@ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
|
13
13
|
/**
|
|
14
14
|
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/agent_call.proto.
|
|
15
15
|
*/
|
|
16
|
-
export const file_ai_stigmer_agentic_workflow_v1_tasks_agent_call = /*@__PURE__*/ fileDesc("
|
|
16
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_agent_call = /*@__PURE__*/ fileDesc("CjVhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvYWdlbnRfY2FsbC5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzIsIFChNBZ2VudENhbGxUYXNrQ29uZmlnEhsKBWFnZW50GAEgASgJQgy6SAnIAQFyBBABGH8SHwoHbWVzc2FnZRgCIAEoCUIOukgHyAEBcgIQAdiFLAESTwoDZW52GAMgAygLMkIuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLkFnZW50Q2FsbFRhc2tDb25maWcuRW52RW50cnkSQwoKcnVuX2NvbmZpZxgEIAEoCzIvLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5SdW5Db25maWcSTQoGb3V0cHV0GAUgASgLMj0uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLkFnZW50Q2FsbE91dHB1dENvbnRyYWN0EjcKB2hhcm5lc3MYBiABKA4yJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5IYXJuZXNzEkgKEXdvcmtzcGFjZV9lbnRyaWVzGAcgAygLMi0uYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuV29ya3NwYWNlRW50cnkSyAEKEGVudmlyb25tZW50X3JlZnMYCCADKAsyNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2VCeLpIcZIBbiJsugFpChVlbnZpcm9ubWVudF9yZWZzLmtpbmQSP2Vudmlyb25tZW50X3JlZnMgbXVzdCByZWZlcmVuY2UgcmVzb3VyY2VzIHdpdGgga2luZD1lbnZpcm9ubWVudBoPdGhpcy5raW5kID09IDUz4IUsNRoqCghFbnZFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBOg7qiywKYWdlbnRfY2FsbCLVAQoXQWdlbnRDYWxsT3V0cHV0Q29udHJhY3QSLwoGc2NoZW1hGAEgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdEIGukgDyAEBEk8KCm9uX2ludmFsaWQYAiABKA4yOy5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MuT25JbnZhbGlkT3V0cHV0UG9saWN5EiEKC21heF9yZXRyaWVzGAMgASgFQgy6SAnYAQEaBBgFKAESFQoNZmFsbGJhY2tfdGFzaxgEIAEoCWIGcHJvdG8z", [file_ai_stigmer_agentic_agentexecution_v1_invocation, file_ai_stigmer_agentic_session_v1_enum, file_ai_stigmer_agentic_session_v1_workspace, file_ai_stigmer_agentic_workflow_v1_tasks_common, file_ai_stigmer_commons_apiresource_field_options, file_ai_stigmer_commons_apiresource_io, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
17
17
|
/**
|
|
18
18
|
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.AgentCallTaskConfig.
|
|
19
19
|
* Use `create(AgentCallTaskConfigSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,2IAA2I;AAC3I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oDAAoD,EAAE,MAAM,6CAA6C,CAAC;AAEnH,OAAO,EAAE,uCAAuC,EAAE,MAAM,gCAAgC,CAAC;AAEzF,OAAO,EAAE,4CAA4C,EAAE,MAAM,qCAAqC,CAAC;AAEnG,OAAO,EAAE,gDAAgD,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AAExH,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"agent_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,2IAA2I;AAC3I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oDAAoD,EAAE,MAAM,6CAA6C,CAAC;AAEnH,OAAO,EAAE,uCAAuC,EAAE,MAAM,gCAAgC,CAAC;AAEzF,OAAO,EAAE,4CAA4C,EAAE,MAAM,qCAAqC,CAAC;AAEnG,OAAO,EAAE,gDAAgD,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AAExH,OAAO,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,01CAA01C,EAAE,CAAC,oDAAoD,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,gDAAgD,EAAE,iDAAiD,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAkP5rD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC;AA0GvE;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -54,7 +54,13 @@ export type HttpCallTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.H
|
|
|
54
54
|
*/
|
|
55
55
|
body?: JsonObject;
|
|
56
56
|
/**
|
|
57
|
-
* Request timeout in seconds (
|
|
57
|
+
* Request timeout in seconds. Max: 300 (5 minutes).
|
|
58
|
+
* Optional — unset (0) leaves the request bounded by the runner's activity
|
|
59
|
+
* timeout. NOTE: an explicit value is accepted but not yet applied by the
|
|
60
|
+
* runner; the activity timeout governs either way.
|
|
61
|
+
*
|
|
62
|
+
* Unset (0) is valid: proto3 implicit presence makes an omitted field
|
|
63
|
+
* indistinguishable from 0, so the range rule must not fire on it (#673).
|
|
58
64
|
*
|
|
59
65
|
* @generated from field: int32 timeout_seconds = 5;
|
|
60
66
|
*/
|
|
@@ -8,7 +8,7 @@ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/http_call.proto.
|
|
10
10
|
*/
|
|
11
|
-
export const file_ai_stigmer_agentic_workflow_v1_tasks_http_call = /*@__PURE__*/ fileDesc("
|
|
11
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_http_call = /*@__PURE__*/ fileDesc("CjRhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvaHR0cF9jYWxsLnByb3RvEiRhaS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3cudjEudGFza3MigQMKEkh0dHBDYWxsVGFza0NvbmZpZxI3CgZtZXRob2QYASABKAlCJ7pIJMgBAXIfUgNHRVRSBFBPU1RSA1BVVFIGREVMRVRFUgVQQVRDSBJMCghlbmRwb2ludBgCIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcy5IdHRwRW5kcG9pbnRCBrpIA8gBARJWCgdoZWFkZXJzGAMgAygLMkUuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLkh0dHBDYWxsVGFza0NvbmZpZy5IZWFkZXJzRW50cnkSJQoEYm9keRgEIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSJgoPdGltZW91dF9zZWNvbmRzGAUgASgFQg26SArYAQEaBRisAigBGi4KDEhlYWRlcnNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBOg3qiywJaHR0cF9jYWxsIisKDEh0dHBFbmRwb2ludBIbCgN1cmkYASABKAlCDrpIB8gBAXICEAHYhSwBYgZwcm90bzM", [file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
12
12
|
/**
|
|
13
13
|
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.HttpCallTaskConfig.
|
|
14
14
|
* Use `create(HttpCallTaskConfigSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AACxH,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"http_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AACxH,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,mDAAmD,GAAY,aAAa,CACvF,QAAQ,CAAC,ysBAAysB,EAAE,CAAC,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAmEp0B;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC;AAiBtE;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,mDAAmD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -110,13 +110,20 @@ export type LlmCallTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.Ll
|
|
|
110
110
|
* Maximum tokens in the LLM response.
|
|
111
111
|
* Optional — uses the provider's default when not set.
|
|
112
112
|
*
|
|
113
|
+
* Unset (0) is valid: proto3 implicit presence makes an omitted field
|
|
114
|
+
* indistinguishable from 0, so the range rule must not fire on it (#673).
|
|
115
|
+
*
|
|
113
116
|
* @generated from field: int32 max_tokens = 6;
|
|
114
117
|
*/
|
|
115
118
|
maxTokens: number;
|
|
116
119
|
/**
|
|
117
|
-
* Timeout for the LLM call in seconds.
|
|
118
|
-
*
|
|
119
|
-
*
|
|
120
|
+
* Timeout for the LLM call in seconds. Max: 600 (10 minutes).
|
|
121
|
+
* Optional — unset (0) leaves the call bounded by the runner's activity
|
|
122
|
+
* timeout. NOTE: an explicit value is accepted but not yet applied by the
|
|
123
|
+
* runner; the activity timeout governs either way.
|
|
124
|
+
*
|
|
125
|
+
* Unset (0) is valid: proto3 implicit presence makes an omitted field
|
|
126
|
+
* indistinguishable from 0, so the range rule must not fire on it (#673).
|
|
120
127
|
*
|
|
121
128
|
* @generated from field: int32 timeout = 7;
|
|
122
129
|
*/
|
|
@@ -136,7 +143,10 @@ export type LlmCallTaskConfig = Message<"ai.stigmer.agentic.workflow.v1.tasks.Ll
|
|
|
136
143
|
* schema, giving it an opportunity to self-correct.
|
|
137
144
|
*
|
|
138
145
|
* Only meaningful when on_invalid is ON_INVALID_RETRY; ignored otherwise.
|
|
139
|
-
*
|
|
146
|
+
* Valid range when set: 1-5.
|
|
147
|
+
*
|
|
148
|
+
* Unset (0) is valid: proto3 implicit presence makes an omitted field
|
|
149
|
+
* indistinguishable from 0, so the range rule must not fire on it (#673).
|
|
140
150
|
*
|
|
141
151
|
* @generated from field: int32 max_retries = 9;
|
|
142
152
|
*/
|
|
@@ -9,7 +9,7 @@ import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
|
9
9
|
/**
|
|
10
10
|
* Describes the file ai/stigmer/agentic/workflow/v1/tasks/llm_call.proto.
|
|
11
11
|
*/
|
|
12
|
-
export const file_ai_stigmer_agentic_workflow_v1_tasks_llm_call = /*@__PURE__*/ fileDesc("
|
|
12
|
+
export const file_ai_stigmer_agentic_workflow_v1_tasks_llm_call = /*@__PURE__*/ fileDesc("CjNhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3cvdjEvdGFza3MvbGxtX2NhbGwucHJvdG8SJGFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvdy52MS50YXNrcyLRAwoRTGxtQ2FsbFRhc2tDb25maWcSGwoFbW9kZWwYASABKAlCDLpICcgBAXIEEAEYfxIbCg1zeXN0ZW1fcHJvbXB0GAIgASgJQgTYhSwBEh4KBnByb21wdBgDIAEoCUIOukgHyAEBcgIQAdiFLAESMAoPcmVzcG9uc2Vfc2NoZW1hGAQgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBIkCgt0ZW1wZXJhdHVyZRgFIAEoAkIPukgMCgodAAAAQC0AAAAAEh4KCm1heF90b2tlbnMYBiABKAVCCrpIB9gBARoCKAESHgoHdGltZW91dBgHIAEoBUINukgK2AEBGgUY2AQoARJPCgpvbl9pbnZhbGlkGAggASgOMjsuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93LnYxLnRhc2tzLk9uSW52YWxpZE91dHB1dFBvbGljeRIhCgttYXhfcmV0cmllcxgJIAEoBUIMukgJ2AEBGgQYBSgBEhUKDWZhbGxiYWNrX3Rhc2sYCiABKAkSFwoPbWF4X2Nvc3RfbWljcm9zGAsgASgDEhgKEG1heF90b3RhbF90b2tlbnMYDCABKAM6DOqLLAhsbG1fY2FsbGIGcHJvdG8z", [file_ai_stigmer_agentic_workflow_v1_tasks_common, file_ai_stigmer_commons_apiresource_field_options, file_buf_validate_validate, file_google_protobuf_struct]);
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message ai.stigmer.agentic.workflow.v1.tasks.LlmCallTaskConfig.
|
|
15
15
|
* Use `create(LlmCallTaskConfigSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"llm_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AACxH,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"llm_call_pb.js","sourceRoot":"","sources":["../../../../../../../ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,gBAAgB,CAAC;AAClF,OAAO,EAAE,iDAAiD,EAAE,MAAM,qDAAqD,CAAC;AACxH,OAAO,EAAE,0BAA0B,EAAE,MAAM,+CAA+C,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,kDAAkD,GAAY,aAAa,CACtF,QAAQ,CAAC,svBAAsvB,EAAE,CAAC,gDAAgD,EAAE,iDAAiD,EAAE,0BAA0B,EAAE,2BAA2B,CAAC,CAAC,CAAC;AAsMn6B;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,kDAAkD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -347,7 +347,7 @@ export type WorkflowExecutionStatus = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
347
347
|
* Cumulative cost across all tasks in micro-USD (1 USD = 1,000,000 micros).
|
|
348
348
|
*
|
|
349
349
|
* @internal
|
|
350
|
-
* Updated by the
|
|
350
|
+
* Updated by the runner alongside each status update. Reflects the
|
|
351
351
|
* budget tracker's accumulated cost at the time of the last status write.
|
|
352
352
|
* Used by getExecutionSummary for fast aggregation without scanning events.
|
|
353
353
|
*
|
|
@@ -458,7 +458,7 @@ export type WorkflowPendingApproval = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
458
458
|
* ID of the child agent execution to forward the approval decision to.
|
|
459
459
|
*
|
|
460
460
|
* @internal
|
|
461
|
-
* Set by the
|
|
461
|
+
* Set by the runner when surfacing child agent approvals
|
|
462
462
|
* at the workflow level. WorkflowExecution.SubmitApproval uses this
|
|
463
463
|
* to route the decision to the correct AgentExecution.SubmitApproval RPC.
|
|
464
464
|
*
|
|
@@ -698,7 +698,7 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
698
698
|
* @internal
|
|
699
699
|
* Non-zero for cost-incurring task kinds (llm_call, agent_call).
|
|
700
700
|
* Zero for non-LLM tasks (transform, validate, emit_event, etc.).
|
|
701
|
-
* Set by the
|
|
701
|
+
* Set by the runner when the task completes.
|
|
702
702
|
*
|
|
703
703
|
* @since Cost Data Pipeline
|
|
704
704
|
*
|
|
@@ -738,7 +738,7 @@ export type WorkflowTask = Message<"ai.stigmer.agentic.workflowexecution.v1.Work
|
|
|
738
738
|
* generic review.
|
|
739
739
|
*
|
|
740
740
|
* @internal
|
|
741
|
-
* Written by the
|
|
741
|
+
* Written by the runner's task status accumulator on the
|
|
742
742
|
* waiting_approval transition and retained after the gate resolves
|
|
743
743
|
* (the record of what kind of review was performed). The user-input
|
|
744
744
|
* length constraint (max 63 chars) is enforced at the source field,
|
|
@@ -166,7 +166,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
166
166
|
* Update execution status during workflow execution.
|
|
167
167
|
*
|
|
168
168
|
* @internal
|
|
169
|
-
* System-level RPC used by
|
|
169
|
+
* System-level RPC used by the runner to send progressive status updates
|
|
170
170
|
* (messages, task states, phase, etc.). Optimized for frequent status updates
|
|
171
171
|
* and merges status fields with existing state.
|
|
172
172
|
*
|
|
@@ -174,7 +174,7 @@ export const WorkflowExecutionCommandController = {
|
|
|
174
174
|
* Update execution status during workflow execution.
|
|
175
175
|
*
|
|
176
176
|
* @internal
|
|
177
|
-
* System-level RPC used by
|
|
177
|
+
* System-level RPC used by the runner to send progressive status updates
|
|
178
178
|
* (messages, task states, phase, etc.). Optimized for frequent status updates
|
|
179
179
|
* and merges status fields with existing state.
|
|
180
180
|
*
|
|
@@ -170,7 +170,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
170
170
|
* Update execution status during workflow execution.
|
|
171
171
|
*
|
|
172
172
|
* @internal
|
|
173
|
-
* System-level RPC used by
|
|
173
|
+
* System-level RPC used by the runner to send progressive status updates
|
|
174
174
|
* (messages, task states, phase, etc.). Optimized for frequent status updates
|
|
175
175
|
* and merges status fields with existing state.
|
|
176
176
|
*
|
|
@@ -29,11 +29,11 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_event: GenFile
|
|
|
29
29
|
*
|
|
30
30
|
* Ordering:
|
|
31
31
|
* Events are ordered by sequence_number (monotonic per execution, assigned by
|
|
32
|
-
* the
|
|
32
|
+
* the runner). Wall-clock occurred_at is informational; sequence_number
|
|
33
33
|
* is the authoritative ordering key.
|
|
34
34
|
*
|
|
35
35
|
* Production:
|
|
36
|
-
* The
|
|
36
|
+
* The runner appends events alongside status updates via the
|
|
37
37
|
* updateStatus RPC. Events are persisted atomically with the status update.
|
|
38
38
|
*
|
|
39
39
|
* Consumption:
|
|
@@ -49,7 +49,7 @@ export type WorkflowExecutionEvent = Message<"ai.stigmer.agentic.workflowexecuti
|
|
|
49
49
|
* Unique event identifier.
|
|
50
50
|
*
|
|
51
51
|
* @internal
|
|
52
|
-
* Format: UUID v4, generated by the
|
|
52
|
+
* Format: UUID v4, generated by the runner at event creation time.
|
|
53
53
|
* Used for deduplication on retries: (execution_id, event_id) is unique.
|
|
54
54
|
*
|
|
55
55
|
* @generated from field: string event_id = 1;
|
|
@@ -69,7 +69,7 @@ export type WorkflowExecutionEvent = Message<"ai.stigmer.agentic.workflowexecuti
|
|
|
69
69
|
* Monotonically increasing sequence number within this execution.
|
|
70
70
|
*
|
|
71
71
|
* @internal
|
|
72
|
-
* Assigned by the
|
|
72
|
+
* Assigned by the runner, starting at 1 for the first event.
|
|
73
73
|
* Provides total ordering within a single execution without relying on
|
|
74
74
|
* clock synchronization. Used as the cursor for paginated event queries
|
|
75
75
|
* (getEventLog) and live-tail positioning (subscribeEvents).
|
|
@@ -84,7 +84,7 @@ export type WorkflowExecutionEvent = Message<"ai.stigmer.agentic.workflowexecuti
|
|
|
84
84
|
* ISO 8601 timestamp when the event occurred.
|
|
85
85
|
*
|
|
86
86
|
* @internal
|
|
87
|
-
* Wall-clock time from the
|
|
87
|
+
* Wall-clock time from the runner. Informational — do not use
|
|
88
88
|
* for ordering (use sequence_number instead). Useful for:
|
|
89
89
|
* - Displaying human-readable timestamps in the execution viewer
|
|
90
90
|
* - Calculating task durations (task_completed.occurred_at - task_started.occurred_at)
|
|
@@ -693,7 +693,7 @@ export declare const TaskRetryingPayloadSchema: GenMessage<TaskRetryingPayload>;
|
|
|
693
693
|
* Payload for agent_call_started events.
|
|
694
694
|
*
|
|
695
695
|
* @internal
|
|
696
|
-
* Emitted when the
|
|
696
|
+
* Emitted when the runner creates a child AgentExecution for an
|
|
697
697
|
* agent_call task. The child_execution_id enables the UI to open a
|
|
698
698
|
* drill-down stream into the agent's execution.
|
|
699
699
|
*
|
|
@@ -285,7 +285,7 @@ export type WorkflowExecutionUpdateStatusInput = Message<"ai.stigmer.agentic.wor
|
|
|
285
285
|
* Append-only: events are added to the persistent event log, never replaced.
|
|
286
286
|
* This contrasts with status.tasks which uses full-replace protocol.
|
|
287
287
|
*
|
|
288
|
-
* The
|
|
288
|
+
* The runner appends events atomically with each status update,
|
|
289
289
|
* ensuring the event log stays consistent with the status snapshot.
|
|
290
290
|
* Events must have monotonically increasing sequence_numbers — the handler
|
|
291
291
|
* rejects batches where any event's sequence_number is <= the current
|
|
@@ -529,7 +529,7 @@ export declare const SubmitWorkflowFileDecisionInputSchema: GenMessage<SubmitWor
|
|
|
529
529
|
* 5. Sends the signal via SignalWithStart for race-proof delivery
|
|
530
530
|
*
|
|
531
531
|
* The reviewer's decision (outcome + form_data) becomes the task output after
|
|
532
|
-
* the
|
|
532
|
+
* the runner receives and processes the signal.
|
|
533
533
|
*
|
|
534
534
|
* @since T13b (Java/Cloud Backend Parity)
|
|
535
535
|
*
|
|
@@ -320,16 +320,6 @@ export type CursorAccountView = Message<"ai.stigmer.platform.cursoraccount.v1.Cu
|
|
|
320
320
|
* @generated from field: repeated ai.stigmer.platform.cursoraccount.v1.CursorMemberKeyView key_views = 3;
|
|
321
321
|
*/
|
|
322
322
|
keyViews: CursorMemberKeyView[];
|
|
323
|
-
/**
|
|
324
|
-
* Deprecated: superseded by members_without_keys_views, which carries
|
|
325
|
-
* the same roster entries with their spend joined server-side. Still
|
|
326
|
-
* populated (protos are published; older clients may read it); current
|
|
327
|
-
* clients must read the views field.
|
|
328
|
-
*
|
|
329
|
-
* @generated from field: repeated ai.stigmer.platform.cursoraccount.v1.CursorTeamMember members_without_keys = 4 [deprecated = true];
|
|
330
|
-
* @deprecated
|
|
331
|
-
*/
|
|
332
|
-
membersWithoutKeys: CursorTeamMember[];
|
|
333
323
|
/**
|
|
334
324
|
* Active roster members (role != "removed") for whom no member key is
|
|
335
325
|
* stored — the operator's "coverage gap" list, each joined with the
|
|
@@ -8,7 +8,7 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file ai/stigmer/platform/cursoraccount/v1/io.proto.
|
|
10
10
|
*/
|
|
11
|
-
export const file_ai_stigmer_platform_cursoraccount_v1_io = /*@__PURE__*/ fileDesc("
|
|
11
|
+
export const file_ai_stigmer_platform_cursoraccount_v1_io = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL3BsYXRmb3JtL2N1cnNvcmFjY291bnQvdjEvaW8ucHJvdG8SJGFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MSJoChhVcHNlcnRDdXJzb3JBY2NvdW50SW5wdXQSTAoHYWNjb3VudBgBIAEoCzIzLmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JBY2NvdW50Qga6SAPIAQEiRgoYRGVsZXRlQ3Vyc29yQWNjb3VudElucHV0EhsKCmFjY291bnRfaWQYASABKAlCB7pIBHICEAESDQoFZm9yY2UYAiABKAgibQoXQWRkQ3Vyc29yTWVtYmVyS2V5SW5wdXQSGwoKYWNjb3VudF9pZBgBIAEoCUIHukgEcgIQARIcCgdhcGlfa2V5GAIgASgJQgu6SAjIAQFyAxiAAhIXCgVsYWJlbBgDIAEoCUIIukgFcgMYgAEiYQoaUmVtb3ZlQ3Vyc29yTWVtYmVyS2V5SW5wdXQSGwoKYWNjb3VudF9pZBgBIAEoCUIHukgEcgIQARIXCgZrZXlfaWQYAiABKAlCB7pIBHICEAESDQoFZm9yY2UYAyABKAgiZwoeU2V0Q3Vyc29yTWVtYmVyS2V5RW5hYmxlZElucHV0EhsKCmFjY291bnRfaWQYASABKAlCB7pIBHICEAESFwoGa2V5X2lkGAIgASgJQge6SARyAhABEg8KB2VuYWJsZWQYAyABKAgiNQoWU3luY0N1cnNvckFjY291bnRJbnB1dBIbCgphY2NvdW50X2lkGAEgASgJQge6SARyAhABIhkKF0xpc3RDdXJzb3JBY2NvdW50c0lucHV0IqsBChRDdXJzb3JBY2NvdW50U3VtbWFyeRJECgdhY2NvdW50GAEgASgLMjMuYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkN1cnNvckFjY291bnQSGQoRZW5hYmxlZF9rZXlfY291bnQYAiABKAUSMgoObGFzdF9zeW5jZWRfYXQYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wImYKFkN1cnNvckFjY291bnRzUmVzcG9uc2USTAoIYWNjb3VudHMYASADKAsyOi5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yQWNjb3VudFN1bW1hcnkiOAoZR2V0Q3Vyc29yQWNjb3VudFZpZXdJbnB1dBIbCgphY2NvdW50X2lkGAEgASgJQge6SARyAhABIqYBChRDdXJzb3JUZWFtTWVtYmVyVmlldxJGCgZtZW1iZXIYASABKAsyNi5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yVGVhbU1lbWJlchJGCgVzcGVuZBgCIAEoCzI3LmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JNZW1iZXJTcGVuZCKJAgoTQ3Vyc29yTWVtYmVyS2V5VmlldxJCCgNrZXkYASABKAsyNS5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yTWVtYmVyS2V5EkkKBXN0YXRlGAIgASgOMjouYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkN1cnNvck1lbWJlcktleVN0YXRlEkYKBXNwZW5kGAMgASgLMjcuYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkN1cnNvck1lbWJlclNwZW5kEhsKE3VzYWdlX2d1YXJkX3RyaXBwZWQYBCABKAgi9gIKEUN1cnNvckFjY291bnRWaWV3EkQKB2FjY291bnQYASABKAsyMy5haS5zdGlnbWVyLnBsYXRmb3JtLmN1cnNvcmFjY291bnQudjEuQ3Vyc29yQWNjb3VudBJRCghzbmFwc2hvdBgCIAEoCzI/LmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JBY2NvdW50U3luY1NuYXBzaG90EkwKCWtleV92aWV3cxgDIAMoCzI5LmFpLnN0aWdtZXIucGxhdGZvcm0uY3Vyc29yYWNjb3VudC52MS5DdXJzb3JNZW1iZXJLZXlWaWV3El4KGm1lbWJlcnNfd2l0aG91dF9rZXlzX3ZpZXdzGAUgAygLMjouYWkuc3RpZ21lci5wbGF0Zm9ybS5jdXJzb3JhY2NvdW50LnYxLkN1cnNvclRlYW1NZW1iZXJWaWV3SgQIBBAFUhRtZW1iZXJzX3dpdGhvdXRfa2V5cyqSAQoUQ3Vyc29yTWVtYmVyS2V5U3RhdGUSJwojY3Vyc29yX21lbWJlcl9rZXlfc3RhdGVfdW5zcGVjaWZpZWQQABIVChFtZW1iZXJfa2V5X2FjdGl2ZRABEhwKGG1lbWJlcl9rZXlfb3duZXJfcmVtb3ZlZBACEhwKGG1lbWJlcl9rZXlfb3duZXJfdW5rbm93bhADYgZwcm90bzM", [file_ai_stigmer_platform_cursoraccount_v1_cursor_account, file_buf_validate_validate, file_google_protobuf_timestamp]);
|
|
12
12
|
/**
|
|
13
13
|
* Describes the message ai.stigmer.platform.cursoraccount.v1.UpsertCursorAccountInput.
|
|
14
14
|
* Use `create(UpsertCursorAccountInputSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/cursoraccount/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,mIAAmI;AACnI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,wDAAwD,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/platform/cursoraccount/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,mIAAmI;AACnI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,wDAAwD,EAAE,MAAM,wBAAwB,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,ikFAAikF,EAAE,CAAC,wDAAwD,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAqBtsF;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAuB/D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAgC/D;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA6B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAyB/D;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAc/D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAW/D;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA+B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAY/D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAc/D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAyB/D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,4CAA4C,EAAE,EAAE,CAAC,CAAC;AA4ChE;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,4CAA4C,EAAE,EAAE,CAAC,CAAC;AAsChE;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,4CAA4C,EAAE,EAAE,CAAC,CAAC;AAEhE;;;;;;GAMG;AACH,MAAM,CAAN,IAAY,oBA4BX;AA5BD,WAAY,oBAAoB;IAC9B;;OAEG;IACH,6HAAuC,CAAA;IAEvC;;;;OAIG;IACH,yFAAqB,CAAA;IAErB;;;;;OAKG;IACH,uGAA4B,CAAA;IAE5B;;;;;OAKG;IACH,uGAA4B,CAAA;AAC9B,CAAC,EA5BW,oBAAoB,KAApB,oBAAoB,QA4B/B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAkC,aAAa,CACpF,QAAQ,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Health is gRPC's mechanism for checking whether a server is able to handle
|
|
3
|
+
* RPCs. Its semantics are documented in
|
|
4
|
+
* https://github.com/grpc/grpc/blob/master/doc/health-checking.md.
|
|
5
|
+
*
|
|
6
|
+
* @generated from service grpc.health.v1.Health
|
|
7
|
+
*/
|
|
8
|
+
export declare const Health: {
|
|
9
|
+
readonly typeName: "grpc.health.v1.Health";
|
|
10
|
+
readonly methods: {
|
|
11
|
+
/**
|
|
12
|
+
* Check gets the health of the specified service. If the requested service
|
|
13
|
+
* is unknown, the call will fail with status NOT_FOUND. If the caller does
|
|
14
|
+
* not specify a service name, the server should respond with its overall
|
|
15
|
+
* health status.
|
|
16
|
+
*
|
|
17
|
+
* Clients should set a deadline when calling Check, and can declare the
|
|
18
|
+
* server unhealthy if they do not receive a timely response.
|
|
19
|
+
*
|
|
20
|
+
* @generated from rpc grpc.health.v1.Health.Check
|
|
21
|
+
*/
|
|
22
|
+
readonly check: {
|
|
23
|
+
readonly name: "Check";
|
|
24
|
+
readonly I: any;
|
|
25
|
+
readonly O: any;
|
|
26
|
+
readonly kind: any;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* List provides a non-atomic snapshot of the health of all the available
|
|
30
|
+
* services.
|
|
31
|
+
*
|
|
32
|
+
* The server may respond with a RESOURCE_EXHAUSTED error if too many services
|
|
33
|
+
* exist.
|
|
34
|
+
*
|
|
35
|
+
* Clients should set a deadline when calling List, and can declare the server
|
|
36
|
+
* unhealthy if they do not receive a timely response.
|
|
37
|
+
*
|
|
38
|
+
* Clients should keep in mind that the list of health services exposed by an
|
|
39
|
+
* application can change over the lifetime of the process.
|
|
40
|
+
*
|
|
41
|
+
* @generated from rpc grpc.health.v1.Health.List
|
|
42
|
+
*/
|
|
43
|
+
readonly list: {
|
|
44
|
+
readonly name: "List";
|
|
45
|
+
readonly I: any;
|
|
46
|
+
readonly O: any;
|
|
47
|
+
readonly kind: any;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Performs a watch for the serving status of the requested service.
|
|
51
|
+
* The server will immediately send back a message indicating the current
|
|
52
|
+
* serving status. It will then subsequently send a new message whenever
|
|
53
|
+
* the service's serving status changes.
|
|
54
|
+
*
|
|
55
|
+
* If the requested service is unknown when the call is received, the
|
|
56
|
+
* server will send a message setting the serving status to
|
|
57
|
+
* SERVICE_UNKNOWN but will *not* terminate the call. If at some
|
|
58
|
+
* future point, the serving status of the service becomes known, the
|
|
59
|
+
* server will send a new message with the service's serving status.
|
|
60
|
+
*
|
|
61
|
+
* If the call terminates with status UNIMPLEMENTED, then clients
|
|
62
|
+
* should assume this method is not supported and should not retry the
|
|
63
|
+
* call. If the call terminates with any other status (including OK),
|
|
64
|
+
* clients should retry the call with appropriate exponential backoff.
|
|
65
|
+
*
|
|
66
|
+
* @generated from rpc grpc.health.v1.Health.Watch
|
|
67
|
+
*/
|
|
68
|
+
readonly watch: {
|
|
69
|
+
readonly name: "Watch";
|
|
70
|
+
readonly I: any;
|
|
71
|
+
readonly O: any;
|
|
72
|
+
readonly kind: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
// Copyright 2015 The gRPC Authors
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
// The canonical version of this proto can be found at
|
|
15
|
+
// https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
|
|
16
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=js"
|
|
17
|
+
// @generated from file grpc/health/v1/health.proto (package grpc.health.v1, syntax proto3)
|
|
18
|
+
/* eslint-disable */
|
|
19
|
+
// @ts-nocheck
|
|
20
|
+
import { HealthCheckRequest, HealthCheckResponse, HealthListRequest, HealthListResponse } from "./health_pbjs";
|
|
21
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
22
|
+
/**
|
|
23
|
+
* Health is gRPC's mechanism for checking whether a server is able to handle
|
|
24
|
+
* RPCs. Its semantics are documented in
|
|
25
|
+
* https://github.com/grpc/grpc/blob/master/doc/health-checking.md.
|
|
26
|
+
*
|
|
27
|
+
* @generated from service grpc.health.v1.Health
|
|
28
|
+
*/
|
|
29
|
+
export const Health = {
|
|
30
|
+
typeName: "grpc.health.v1.Health",
|
|
31
|
+
methods: {
|
|
32
|
+
/**
|
|
33
|
+
* Check gets the health of the specified service. If the requested service
|
|
34
|
+
* is unknown, the call will fail with status NOT_FOUND. If the caller does
|
|
35
|
+
* not specify a service name, the server should respond with its overall
|
|
36
|
+
* health status.
|
|
37
|
+
*
|
|
38
|
+
* Clients should set a deadline when calling Check, and can declare the
|
|
39
|
+
* server unhealthy if they do not receive a timely response.
|
|
40
|
+
*
|
|
41
|
+
* @generated from rpc grpc.health.v1.Health.Check
|
|
42
|
+
*/
|
|
43
|
+
check: {
|
|
44
|
+
name: "Check",
|
|
45
|
+
I: HealthCheckRequest,
|
|
46
|
+
O: HealthCheckResponse,
|
|
47
|
+
kind: MethodKind.Unary,
|
|
48
|
+
},
|
|
49
|
+
/**
|
|
50
|
+
* List provides a non-atomic snapshot of the health of all the available
|
|
51
|
+
* services.
|
|
52
|
+
*
|
|
53
|
+
* The server may respond with a RESOURCE_EXHAUSTED error if too many services
|
|
54
|
+
* exist.
|
|
55
|
+
*
|
|
56
|
+
* Clients should set a deadline when calling List, and can declare the server
|
|
57
|
+
* unhealthy if they do not receive a timely response.
|
|
58
|
+
*
|
|
59
|
+
* Clients should keep in mind that the list of health services exposed by an
|
|
60
|
+
* application can change over the lifetime of the process.
|
|
61
|
+
*
|
|
62
|
+
* @generated from rpc grpc.health.v1.Health.List
|
|
63
|
+
*/
|
|
64
|
+
list: {
|
|
65
|
+
name: "List",
|
|
66
|
+
I: HealthListRequest,
|
|
67
|
+
O: HealthListResponse,
|
|
68
|
+
kind: MethodKind.Unary,
|
|
69
|
+
},
|
|
70
|
+
/**
|
|
71
|
+
* Performs a watch for the serving status of the requested service.
|
|
72
|
+
* The server will immediately send back a message indicating the current
|
|
73
|
+
* serving status. It will then subsequently send a new message whenever
|
|
74
|
+
* the service's serving status changes.
|
|
75
|
+
*
|
|
76
|
+
* If the requested service is unknown when the call is received, the
|
|
77
|
+
* server will send a message setting the serving status to
|
|
78
|
+
* SERVICE_UNKNOWN but will *not* terminate the call. If at some
|
|
79
|
+
* future point, the serving status of the service becomes known, the
|
|
80
|
+
* server will send a new message with the service's serving status.
|
|
81
|
+
*
|
|
82
|
+
* If the call terminates with status UNIMPLEMENTED, then clients
|
|
83
|
+
* should assume this method is not supported and should not retry the
|
|
84
|
+
* call. If the call terminates with any other status (including OK),
|
|
85
|
+
* clients should retry the call with appropriate exponential backoff.
|
|
86
|
+
*
|
|
87
|
+
* @generated from rpc grpc.health.v1.Health.Watch
|
|
88
|
+
*/
|
|
89
|
+
watch: {
|
|
90
|
+
name: "Watch",
|
|
91
|
+
I: HealthCheckRequest,
|
|
92
|
+
O: HealthCheckResponse,
|
|
93
|
+
kind: MethodKind.ServerStreaming,
|
|
94
|
+
},
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
//# sourceMappingURL=health_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"health_connect.js","sourceRoot":"","sources":["../../../../grpc/health/v1/health_connect.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAEjC,sDAAsD;AACtD,6EAA6E;AAE7E,4FAA4F;AAC5F,2FAA2F;AAC3F,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,QAAQ,EAAE,uBAAuB;IACjC,OAAO,EAAE;QACP;;;;;;;;;;WAUG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,iBAAiB;YACpB,CAAC,EAAE,kBAAkB;YACrB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;WAkBG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,eAAe;SACjC;KACF;CACO,CAAC"}
|