@stigmer/protos 0.3.4 → 0.4.1
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/agentexecution/v1/command_connect.js +2 -2
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +2 -2
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +38 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -2
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +167 -58
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +44 -24
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -10
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -2
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +14 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +15 -2
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +14 -2
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +701 -262
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +271 -9
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
- package/ai/stigmer/billing/v1/billing_account_pb.d.ts +245 -0
- package/ai/stigmer/billing/v1/billing_account_pb.js +31 -0
- package/ai/stigmer/billing/v1/billing_account_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/command_connect.d.ts +135 -0
- package/ai/stigmer/billing/v1/command_connect.js +144 -0
- package/ai/stigmer/billing/v1/command_connect.js.map +1 -0
- package/ai/stigmer/billing/v1/command_pb.d.ts +132 -0
- package/ai/stigmer/billing/v1/command_pb.js +23 -0
- package/ai/stigmer/billing/v1/command_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/credit_pb.d.ts +492 -0
- package/ai/stigmer/billing/v1/credit_pb.js +47 -0
- package/ai/stigmer/billing/v1/credit_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/enum_pb.d.ts +318 -0
- package/ai/stigmer/billing/v1/enum_pb.js +329 -0
- package/ai/stigmer/billing/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/io_pb.d.ts +801 -0
- package/ai/stigmer/billing/v1/io_pb.js +130 -0
- package/ai/stigmer/billing/v1/io_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/policy_pb.d.ts +138 -0
- package/ai/stigmer/billing/v1/policy_pb.js +20 -0
- package/ai/stigmer/billing/v1/policy_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/query_connect.d.ts +68 -0
- package/ai/stigmer/billing/v1/query_connect.js +76 -0
- package/ai/stigmer/billing/v1/query_connect.js.map +1 -0
- package/ai/stigmer/billing/v1/query_pb.d.ts +67 -0
- package/ai/stigmer/billing/v1/query_pb.js +20 -0
- package/ai/stigmer/billing/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +9 -9
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +12 -12
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +11 -11
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/v1/enum_pb.d.ts +18 -1
- package/ai/stigmer/iam/v1/enum_pb.js +18 -1
- package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
import { AgentExecution } from "./api_pbjs";
|
|
6
6
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
|
-
import { AgentExecutionUpdateStatusInput, CancelAgentExecutionInput, PauseAgentExecutionInput, RecoverAgentExecutionInput, ResumeAgentExecutionInput, SubmitApprovalInput, TerminateAgentExecutionInput, UploadAttachmentRequest, UploadAttachmentResponse } from "./io_pbjs";
|
|
7
|
+
import { AgentExecutionUpdateStatusInput, CancelAgentExecutionInput, PauseAgentExecutionInput, RecoverAgentExecutionInput, ResumeAgentExecutionInput, SubmitApprovalInput, TerminateAgentExecutionInput, UpdateStatusResponse, UploadAttachmentRequest, UploadAttachmentResponse } from "./io_pbjs";
|
|
8
8
|
import { ApiResourceId } from "../../../commons/apiresource/io_pbjs";
|
|
9
9
|
/**
|
|
10
10
|
* AgentExecutionCommandController handles write operations for agent executions.
|
|
@@ -62,7 +62,7 @@ export const AgentExecutionCommandController = {
|
|
|
62
62
|
updateStatus: {
|
|
63
63
|
name: "updateStatus",
|
|
64
64
|
I: AgentExecutionUpdateStatusInput,
|
|
65
|
-
O:
|
|
65
|
+
O: UpdateStatusResponse,
|
|
66
66
|
kind: MethodKind.Unary,
|
|
67
67
|
},
|
|
68
68
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,wIAAwI;AACxI,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,+BAA+B,EAAE,yBAAyB,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_connect.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { AgentExecutionSchema } from "./api_pb.js";
|
|
3
|
-
import type { AgentExecutionUpdateStatusInputSchema, CancelAgentExecutionInputSchema, PauseAgentExecutionInputSchema, RecoverAgentExecutionInputSchema, ResumeAgentExecutionInputSchema, SubmitApprovalInputSchema, TerminateAgentExecutionInputSchema, UploadAttachmentRequestSchema, UploadAttachmentResponseSchema } from "./io_pb.js";
|
|
3
|
+
import type { AgentExecutionUpdateStatusInputSchema, CancelAgentExecutionInputSchema, PauseAgentExecutionInputSchema, RecoverAgentExecutionInputSchema, ResumeAgentExecutionInputSchema, SubmitApprovalInputSchema, TerminateAgentExecutionInputSchema, UpdateStatusResponseSchema, UploadAttachmentRequestSchema, UploadAttachmentResponseSchema } from "./io_pb.js";
|
|
4
4
|
import type { ApiResourceIdSchema } from "../../../commons/apiresource/io_pb.js";
|
|
5
5
|
/**
|
|
6
6
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/command.proto.
|
|
@@ -58,7 +58,7 @@ export declare const AgentExecutionCommandController: GenService<{
|
|
|
58
58
|
updateStatus: {
|
|
59
59
|
methodKind: "unary";
|
|
60
60
|
input: typeof AgentExecutionUpdateStatusInputSchema;
|
|
61
|
-
output: typeof
|
|
61
|
+
output: typeof UpdateStatusResponseSchema;
|
|
62
62
|
};
|
|
63
63
|
/**
|
|
64
64
|
* Delete an agent execution by ID.
|
|
@@ -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/agentexecution/v1/command.proto.
|
|
12
12
|
*/
|
|
13
|
-
export const file_ai_stigmer_agentic_agentexecution_v1_command = /*@__PURE__*/ fileDesc("
|
|
13
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_command = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvY29tbWFuZC5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxMu8PCh9BZ2VudEV4ZWN1dGlvbkNvbW1hbmRDb250cm9sbGVyEnoKBmNyZWF0ZRI0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvbho0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvbiIE0LgYARKzAQoGdXBkYXRlEjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFnZW50RXhlY3V0aW9uGjQuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLkFnZW50RXhlY3V0aW9uIj3CuBg5CAIQKSILbWV0YWRhdGEuaWQqJnVuYXV0aG9yaXplZCB0byB1cGRhdGUgYWdlbnQgZXhlY3V0aW9uEtgBCgx1cGRhdGVTdGF0dXMSRS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQWdlbnRFeGVjdXRpb25VcGRhdGVTdGF0dXNJbnB1dBo6LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5VcGRhdGVTdGF0dXNSZXNwb25zZSJFwrgYQQgCECkiDGV4ZWN1dGlvbl9pZCotdW5hdXRob3JpemVkIHRvIHVwZGF0ZSBhZ2VudCBleGVjdXRpb24gc3RhdHVzEqYBCgZkZWxldGUSLS5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VJZBo0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvbiI3wrgYMwgCECkiBXZhbHVlKiZ1bmF1dGhvcml6ZWQgdG8gZGVsZXRlIGFnZW50IGV4ZWN1dGlvbhLUAQoOc3VibWl0QXBwcm92YWwSOS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuU3VibWl0QXBwcm92YWxJbnB1dBo0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvbiJRwrgYTQgCECkiEmFnZW50X2V4ZWN1dGlvbl9pZCozdW5hdXRob3JpemVkIHRvIHN1Ym1pdCBhcHByb3ZhbCBmb3IgYWdlbnQgZXhlY3V0aW9uErUBCgZjYW5jZWwSPy5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQ2FuY2VsQWdlbnRFeGVjdXRpb25JbnB1dBo0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEV4ZWN1dGlvbiI0wrgYMAgCECkiAmlkKiZ1bmF1dGhvcml6ZWQgdG8gY2FuY2VsIGFnZW50IGV4ZWN1dGlvbhK+AQoJdGVybWluYXRlEkIuYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlRlcm1pbmF0ZUFnZW50RXhlY3V0aW9uSW5wdXQaNC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQWdlbnRFeGVjdXRpb24iN8K4GDMIAhApIgJpZCopdW5hdXRob3JpemVkIHRvIHRlcm1pbmF0ZSBhZ2VudCBleGVjdXRpb24SuAEKB3JlY292ZXISQC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuUmVjb3ZlckFnZW50RXhlY3V0aW9uSW5wdXQaNC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQWdlbnRFeGVjdXRpb24iNcK4GDEIAhApIgJpZCondW5hdXRob3JpemVkIHRvIHJlY292ZXIgYWdlbnQgZXhlY3V0aW9uErIBCgVwYXVzZRI+LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5QYXVzZUFnZW50RXhlY3V0aW9uSW5wdXQaNC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQWdlbnRFeGVjdXRpb24iM8K4GC8IAhApIgJpZColdW5hdXRob3JpemVkIHRvIHBhdXNlIGFnZW50IGV4ZWN1dGlvbhK1AQoGcmVzdW1lEj8uYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxLlJlc3VtZUFnZW50RXhlY3V0aW9uSW5wdXQaNC5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuQWdlbnRFeGVjdXRpb24iNMK4GDAIAhApIgJpZComdW5hdXRob3JpemVkIHRvIHJlc3VtZSBhZ2VudCBleGVjdXRpb24SlwEKEHVwbG9hZEF0dGFjaG1lbnQSPS5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuVXBsb2FkQXR0YWNobWVudFJlcXVlc3QaPi5haS5zdGlnbWVyLmFnZW50aWMuYWdlbnRleGVjdXRpb24udjEuVXBsb2FkQXR0YWNobWVudFJlc3BvbnNlIgTQuBgBGgSg/yspYgZwcm90bzM", [file_ai_stigmer_agentic_agentexecution_v1_api, file_ai_stigmer_agentic_agentexecution_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
|
* AgentExecutionCommandController handles write operations for agent executions.
|
|
16
16
|
* Follows the standard pattern: create, update, delete (no granular field updates).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6CAA6C,EAAE,MAAM,aAAa,CAAC;AAE5E,OAAO,EAAE,4CAA4C,EAAE,MAAM,YAAY,CAAC;AAE1E,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,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,wIAAwI;AACxI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6CAA6C,EAAE,MAAM,aAAa,CAAC;AAE5E,OAAO,EAAE,4CAA4C,EAAE,MAAM,YAAY,CAAC;AAE1E,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,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,6xFAA6xF,EAAE,CAAC,6CAA6C,EAAE,4CAA4C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEthG;;;;;GAKG;AACH,MAAM,CAAC,MAAM,+BAA+B,GA4ZvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -544,6 +544,44 @@ export declare enum ToolCallStreamingSource {
|
|
|
544
544
|
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ToolCallStreamingSource.
|
|
545
545
|
*/
|
|
546
546
|
export declare const ToolCallStreamingSourceSchema: GenEnum<ToolCallStreamingSource>;
|
|
547
|
+
/**
|
|
548
|
+
* ExecutionControlSignal is a platform-to-runner directive returned by the
|
|
549
|
+
* updateStatus RPC. The runner inspects this signal after every status
|
|
550
|
+
* update and acts accordingly.
|
|
551
|
+
*
|
|
552
|
+
* Signal sources are opaque to the runner — the platform may set STOP due
|
|
553
|
+
* to credit exhaustion, an admin kill, a user-configured budget cap, or any
|
|
554
|
+
* future enforcement mechanism. The runner does not know or care about the
|
|
555
|
+
* source; it only reacts to the signal value.
|
|
556
|
+
*
|
|
557
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ExecutionControlSignal
|
|
558
|
+
*/
|
|
559
|
+
export declare enum ExecutionControlSignal {
|
|
560
|
+
/**
|
|
561
|
+
* No action required — continue execution normally.
|
|
562
|
+
*
|
|
563
|
+
* @generated from enum value: EXECUTION_CONTROL_SIGNAL_UNSPECIFIED = 0;
|
|
564
|
+
*/
|
|
565
|
+
UNSPECIFIED = 0,
|
|
566
|
+
/**
|
|
567
|
+
* Execution must stop gracefully. The runner should block further tool
|
|
568
|
+
* calls and give the model one final turn to produce a summary.
|
|
569
|
+
*
|
|
570
|
+
* @generated from enum value: EXECUTION_CONTROL_SIGNAL_STOP = 1;
|
|
571
|
+
*/
|
|
572
|
+
STOP = 1,
|
|
573
|
+
/**
|
|
574
|
+
* Informational warning (e.g. low credit balance). The runner logs the
|
|
575
|
+
* warning and continues execution.
|
|
576
|
+
*
|
|
577
|
+
* @generated from enum value: EXECUTION_CONTROL_SIGNAL_WARNING = 2;
|
|
578
|
+
*/
|
|
579
|
+
WARNING = 2
|
|
580
|
+
}
|
|
581
|
+
/**
|
|
582
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ExecutionControlSignal.
|
|
583
|
+
*/
|
|
584
|
+
export declare const ExecutionControlSignalSchema: GenEnum<ExecutionControlSignal>;
|
|
547
585
|
/**
|
|
548
586
|
* ApprovalAction represents the user's decision on an approval request.
|
|
549
587
|
*
|
|
@@ -5,7 +5,7 @@ import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
|
5
5
|
/**
|
|
6
6
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/enum.proto.
|
|
7
7
|
*/
|
|
8
|
-
export const file_ai_stigmer_agentic_agentexecution_v1_enum = /*@__PURE__*/ fileDesc("
|
|
8
|
+
export const file_ai_stigmer_agentic_agentexecution_v1_enum = /*@__PURE__*/ fileDesc("Ci9haS9zdGlnbWVyL2FnZW50aWMvYWdlbnRleGVjdXRpb24vdjEvZW51bS5wcm90bxIkYWkuc3RpZ21lci5hZ2VudGljLmFnZW50ZXhlY3V0aW9uLnYxKv8BCg5FeGVjdXRpb25QaGFzZRIfChtFWEVDVVRJT05fUEhBU0VfVU5TUEVDSUZJRUQQABIVChFFWEVDVVRJT05fUEVORElORxABEhkKFUVYRUNVVElPTl9JTl9QUk9HUkVTUxACEhcKE0VYRUNVVElPTl9DT01QTEVURUQQAxIUChBFWEVDVVRJT05fRkFJTEVEEAQSFwoTRVhFQ1VUSU9OX0NBTkNFTExFRBAFEhgKFEVYRUNVVElPTl9URVJNSU5BVEVEEAgSIgoeRVhFQ1VUSU9OX1dBSVRJTkdfRk9SX0FQUFJPVkFMEAYSFAoQRVhFQ1VUSU9OX1BBVVNFRBAHKooBCgtNZXNzYWdlVHlwZRIcChhNRVNTQUdFX1RZUEVfVU5TUEVDSUZJRUQQABIRCg1NRVNTQUdFX0hVTUFOEAESDgoKTUVTU0FHRV9BSRACEhAKDE1FU1NBR0VfVE9PTBADEhIKDk1FU1NBR0VfU1lTVEVNEAQSFAoQTUVTU0FHRV9USElOS0lORxAFKsYBCg5Ub29sQ2FsbFN0YXR1cxIgChxUT09MX0NBTExfU1RBVFVTX1VOU1BFQ0lGSUVEEAASFQoRVE9PTF9DQUxMX1BFTkRJTkcQARIVChFUT09MX0NBTExfUlVOTklORxACEhcKE1RPT0xfQ0FMTF9DT01QTEVURUQQAxIUChBUT09MX0NBTExfRkFJTEVEEAQSHgoaVE9PTF9DQUxMX1dBSVRJTkdfQVBQUk9WQUwQBRIVChFUT09MX0NBTExfU0tJUFBFRBAGKnkKClRvZG9TdGF0dXMSGwoXVE9ET19TVEFUVVNfVU5TUEVDSUZJRUQQABIQCgxUT0RPX1BFTkRJTkcQARIUChBUT0RPX0lOX1BST0dSRVNTEAISEgoOVE9ET19DT01QTEVURUQQAxISCg5UT0RPX0NBTkNFTExFRBAEKqwBCg5TdWJBZ2VudFN0YXR1cxIgChxTVUJfQUdFTlRfU1RBVFVTX1VOU1BFQ0lGSUVEEAASFQoRU1VCX0FHRU5UX1BFTkRJTkcQARIZChVTVUJfQUdFTlRfSU5fUFJPR1JFU1MQAhIXChNTVUJfQUdFTlRfQ09NUExFVEVEEAMSFAoQU1VCX0FHRU5UX0ZBSUxFRBAEEhcKE1NVQl9BR0VOVF9DQU5DRUxMRUQQBSqJAQoVRXhlY3V0aW9uQXJ0aWZhY3RLaW5kEicKI0VYRUNVVElPTl9BUlRJRkFDVF9LSU5EX1VOU1BFQ0lGSUVEEAASIAocRVhFQ1VUSU9OX0FSVElGQUNUX0tJTkRfRklMRRABEiUKIUVYRUNVVElPTl9BUlRJRkFDVF9LSU5EX0RJUkVDVE9SWRACKl8KE1N1bW1hcml6YXRpb25Tb3VyY2USJAogU1VNTUFSSVpBVElPTl9TT1VSQ0VfVU5TUEVDSUZJRUQQABIPCgtncmFwaF9zdGFydBABEhEKDW1pZF9leGVjdXRpb24QAiqSAQoXVG9vbENhbGxTdHJlYW1pbmdTb3VyY2USKgomVE9PTF9DQUxMX1NUUkVBTUlOR19TT1VSQ0VfVU5TUEVDSUZJRUQQABIkCiBUT09MX0NBTExfU1RSRUFNSU5HX1NPVVJDRV9JTlBVVBABEiUKIVRPT0xfQ0FMTF9TVFJFQU1JTkdfU09VUkNFX09VVFBVVBACKosBChZFeGVjdXRpb25Db250cm9sU2lnbmFsEigKJEVYRUNVVElPTl9DT05UUk9MX1NJR05BTF9VTlNQRUNJRklFRBAAEiEKHUVYRUNVVElPTl9DT05UUk9MX1NJR05BTF9TVE9QEAESJAogRVhFQ1VUSU9OX0NPTlRST0xfU0lHTkFMX1dBUk5JTkcQAiqEAQoOQXBwcm92YWxBY3Rpb24SHwobQVBQUk9WQUxfQUNUSU9OX1VOU1BFQ0lGSUVEEAASGwoXQVBQUk9WQUxfQUNUSU9OX0FQUFJPVkUQARIYChRBUFBST1ZBTF9BQ1RJT05fU0tJUBACEhoKFkFQUFJPVkFMX0FDVElPTl9SRUpFQ1QQA2IGcHJvdG8z");
|
|
9
9
|
/**
|
|
10
10
|
* ExecutionPhase defines the lifecycle phase of an agent execution.
|
|
11
11
|
*
|
|
@@ -555,6 +555,45 @@ export var ToolCallStreamingSource;
|
|
|
555
555
|
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ToolCallStreamingSource.
|
|
556
556
|
*/
|
|
557
557
|
export const ToolCallStreamingSourceSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum, 7);
|
|
558
|
+
/**
|
|
559
|
+
* ExecutionControlSignal is a platform-to-runner directive returned by the
|
|
560
|
+
* updateStatus RPC. The runner inspects this signal after every status
|
|
561
|
+
* update and acts accordingly.
|
|
562
|
+
*
|
|
563
|
+
* Signal sources are opaque to the runner — the platform may set STOP due
|
|
564
|
+
* to credit exhaustion, an admin kill, a user-configured budget cap, or any
|
|
565
|
+
* future enforcement mechanism. The runner does not know or care about the
|
|
566
|
+
* source; it only reacts to the signal value.
|
|
567
|
+
*
|
|
568
|
+
* @generated from enum ai.stigmer.agentic.agentexecution.v1.ExecutionControlSignal
|
|
569
|
+
*/
|
|
570
|
+
export var ExecutionControlSignal;
|
|
571
|
+
(function (ExecutionControlSignal) {
|
|
572
|
+
/**
|
|
573
|
+
* No action required — continue execution normally.
|
|
574
|
+
*
|
|
575
|
+
* @generated from enum value: EXECUTION_CONTROL_SIGNAL_UNSPECIFIED = 0;
|
|
576
|
+
*/
|
|
577
|
+
ExecutionControlSignal[ExecutionControlSignal["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
578
|
+
/**
|
|
579
|
+
* Execution must stop gracefully. The runner should block further tool
|
|
580
|
+
* calls and give the model one final turn to produce a summary.
|
|
581
|
+
*
|
|
582
|
+
* @generated from enum value: EXECUTION_CONTROL_SIGNAL_STOP = 1;
|
|
583
|
+
*/
|
|
584
|
+
ExecutionControlSignal[ExecutionControlSignal["STOP"] = 1] = "STOP";
|
|
585
|
+
/**
|
|
586
|
+
* Informational warning (e.g. low credit balance). The runner logs the
|
|
587
|
+
* warning and continues execution.
|
|
588
|
+
*
|
|
589
|
+
* @generated from enum value: EXECUTION_CONTROL_SIGNAL_WARNING = 2;
|
|
590
|
+
*/
|
|
591
|
+
ExecutionControlSignal[ExecutionControlSignal["WARNING"] = 2] = "WARNING";
|
|
592
|
+
})(ExecutionControlSignal || (ExecutionControlSignal = {}));
|
|
593
|
+
/**
|
|
594
|
+
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ExecutionControlSignal.
|
|
595
|
+
*/
|
|
596
|
+
export const ExecutionControlSignalSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum, 8);
|
|
558
597
|
/**
|
|
559
598
|
* ApprovalAction represents the user's decision on an approval request.
|
|
560
599
|
*
|
|
@@ -616,5 +655,5 @@ export var ApprovalAction;
|
|
|
616
655
|
/**
|
|
617
656
|
* Describes the enum ai.stigmer.agentic.agentexecution.v1.ApprovalAction.
|
|
618
657
|
*/
|
|
619
|
-
export const ApprovalActionSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum,
|
|
658
|
+
export const ApprovalActionSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_agentexecution_v1_enum, 9);
|
|
620
659
|
//# sourceMappingURL=enum_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qIAAqI;AACrI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,8CAA8C,GAAY,aAAa,CAClF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/agentexecution/v1/enum_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { AgentExecution, AgentExecutionStatus } from "./api_pb.js";
|
|
3
|
-
import type { ApprovalAction, ExecutionPhase } from "./enum_pb.js";
|
|
4
|
-
import type { ModelUsage,
|
|
3
|
+
import type { ApprovalAction, ExecutionControlSignal, ExecutionPhase } from "./enum_pb.js";
|
|
4
|
+
import type { ModelUsage, UsageReportAggregate } from "./usage_pb.js";
|
|
5
5
|
import type { Message } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
7
|
* Describes the file ai/stigmer/agentic/agentexecution/v1/io.proto.
|
|
@@ -158,6 +158,38 @@ export type AgentExecutionUpdateStatusInput = Message<"ai.stigmer.agentic.agente
|
|
|
158
158
|
* Use `create(AgentExecutionUpdateStatusInputSchema)` to create a new message.
|
|
159
159
|
*/
|
|
160
160
|
export declare const AgentExecutionUpdateStatusInputSchema: GenMessage<AgentExecutionUpdateStatusInput>;
|
|
161
|
+
/**
|
|
162
|
+
* UpdateStatusResponse is the lightweight response returned by the
|
|
163
|
+
* updateStatus RPC. It replaces the previous AgentExecution return type
|
|
164
|
+
* to avoid serializing the full resource on every progressive update
|
|
165
|
+
* (~every 2-3 seconds during streaming).
|
|
166
|
+
*
|
|
167
|
+
* The response carries an optional execution control signal from the
|
|
168
|
+
* platform back to the runner. The signal is generic — the runner acts
|
|
169
|
+
* on STOP / WARNING without knowing the source (billing, admin, budget).
|
|
170
|
+
*
|
|
171
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.UpdateStatusResponse
|
|
172
|
+
*/
|
|
173
|
+
export type UpdateStatusResponse = Message<"ai.stigmer.agentic.agentexecution.v1.UpdateStatusResponse"> & {
|
|
174
|
+
/**
|
|
175
|
+
* Platform-to-runner directive. UNSPECIFIED means continue normally.
|
|
176
|
+
*
|
|
177
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.ExecutionControlSignal signal = 1;
|
|
178
|
+
*/
|
|
179
|
+
signal: ExecutionControlSignal;
|
|
180
|
+
/**
|
|
181
|
+
* Human-readable reason for the signal (optional).
|
|
182
|
+
* Logged by the runner and may be surfaced to the user in the stop summary.
|
|
183
|
+
*
|
|
184
|
+
* @generated from field: string signal_reason = 2;
|
|
185
|
+
*/
|
|
186
|
+
signalReason: string;
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.UpdateStatusResponse.
|
|
190
|
+
* Use `create(UpdateStatusResponseSchema)` to create a new message.
|
|
191
|
+
*/
|
|
192
|
+
export declare const UpdateStatusResponseSchema: GenMessage<UpdateStatusResponse>;
|
|
161
193
|
/**
|
|
162
194
|
* Input for submitting an approval decision (HITL Phase 1).
|
|
163
195
|
*
|
|
@@ -1013,6 +1045,48 @@ export type GetArtifactContentResponse = Message<"ai.stigmer.agentic.agentexecut
|
|
|
1013
1045
|
* Use `create(GetArtifactContentResponseSchema)` to create a new message.
|
|
1014
1046
|
*/
|
|
1015
1047
|
export declare const GetArtifactContentResponseSchema: GenMessage<GetArtifactContentResponse>;
|
|
1048
|
+
/**
|
|
1049
|
+
* GetExecutionUsageReportInput requests a usage report for a single execution.
|
|
1050
|
+
*
|
|
1051
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.GetExecutionUsageReportInput
|
|
1052
|
+
*/
|
|
1053
|
+
export type GetExecutionUsageReportInput = Message<"ai.stigmer.agentic.agentexecution.v1.GetExecutionUsageReportInput"> & {
|
|
1054
|
+
/**
|
|
1055
|
+
* Execution ID to get usage report for.
|
|
1056
|
+
*
|
|
1057
|
+
* @generated from field: string execution_id = 1;
|
|
1058
|
+
*/
|
|
1059
|
+
executionId: string;
|
|
1060
|
+
};
|
|
1061
|
+
/**
|
|
1062
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.GetExecutionUsageReportInput.
|
|
1063
|
+
* Use `create(GetExecutionUsageReportInputSchema)` to create a new message.
|
|
1064
|
+
*/
|
|
1065
|
+
export declare const GetExecutionUsageReportInputSchema: GenMessage<GetExecutionUsageReportInput>;
|
|
1066
|
+
/**
|
|
1067
|
+
* GetExecutionUsageReportOutput returns aggregated usage for one execution.
|
|
1068
|
+
*
|
|
1069
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.GetExecutionUsageReportOutput
|
|
1070
|
+
*/
|
|
1071
|
+
export type GetExecutionUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution.v1.GetExecutionUsageReportOutput"> & {
|
|
1072
|
+
/**
|
|
1073
|
+
* Aggregated token counts and cost for this execution.
|
|
1074
|
+
*
|
|
1075
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.UsageReportAggregate aggregate = 1;
|
|
1076
|
+
*/
|
|
1077
|
+
aggregate?: UsageReportAggregate;
|
|
1078
|
+
/**
|
|
1079
|
+
* Per-model breakdown within this execution.
|
|
1080
|
+
*
|
|
1081
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ModelUsage model_breakdown = 2;
|
|
1082
|
+
*/
|
|
1083
|
+
modelBreakdown: ModelUsage[];
|
|
1084
|
+
};
|
|
1085
|
+
/**
|
|
1086
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.GetExecutionUsageReportOutput.
|
|
1087
|
+
* Use `create(GetExecutionUsageReportOutputSchema)` to create a new message.
|
|
1088
|
+
*/
|
|
1089
|
+
export declare const GetExecutionUsageReportOutputSchema: GenMessage<GetExecutionUsageReportOutput>;
|
|
1016
1090
|
/**
|
|
1017
1091
|
* GetSessionUsageReportInput requests a usage report for a single session.
|
|
1018
1092
|
* Aggregates cost and token data across all executions in the session.
|
|
@@ -1057,9 +1131,9 @@ export type GetSessionUsageReportOutput = Message<"ai.stigmer.agentic.agentexecu
|
|
|
1057
1131
|
/**
|
|
1058
1132
|
* Aggregated usage across all executions in this session.
|
|
1059
1133
|
*
|
|
1060
|
-
* @generated from field: ai.stigmer.agentic.agentexecution.v1.
|
|
1134
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.UsageReportAggregate total_usage = 3;
|
|
1061
1135
|
*/
|
|
1062
|
-
totalUsage?:
|
|
1136
|
+
totalUsage?: UsageReportAggregate;
|
|
1063
1137
|
/**
|
|
1064
1138
|
* Per-execution breakdown (ordered chronologically).
|
|
1065
1139
|
*
|
|
@@ -1072,22 +1146,16 @@ export type GetSessionUsageReportOutput = Message<"ai.stigmer.agentic.agentexecu
|
|
|
1072
1146
|
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.ModelUsage model_breakdown = 5;
|
|
1073
1147
|
*/
|
|
1074
1148
|
modelBreakdown: ModelUsage[];
|
|
1075
|
-
/**
|
|
1076
|
-
* Total summarization cost across all executions.
|
|
1077
|
-
*
|
|
1078
|
-
* @generated from field: double total_summarization_cost_usd = 6;
|
|
1079
|
-
*/
|
|
1080
|
-
totalSummarizationCostUsd: number;
|
|
1081
1149
|
/**
|
|
1082
1150
|
* ISO 8601 timestamp of the first execution in this session.
|
|
1083
1151
|
*
|
|
1084
|
-
* @generated from field: string first_execution_at =
|
|
1152
|
+
* @generated from field: string first_execution_at = 6;
|
|
1085
1153
|
*/
|
|
1086
1154
|
firstExecutionAt: string;
|
|
1087
1155
|
/**
|
|
1088
1156
|
* ISO 8601 timestamp of the most recent execution in this session.
|
|
1089
1157
|
*
|
|
1090
|
-
* @generated from field: string last_execution_at =
|
|
1158
|
+
* @generated from field: string last_execution_at = 7;
|
|
1091
1159
|
*/
|
|
1092
1160
|
lastExecutionAt: string;
|
|
1093
1161
|
};
|
|
@@ -1166,9 +1234,9 @@ export type GetAgentUsageReportOutput = Message<"ai.stigmer.agentic.agentexecuti
|
|
|
1166
1234
|
/**
|
|
1167
1235
|
* Aggregated usage within the time range.
|
|
1168
1236
|
*
|
|
1169
|
-
* @generated from field: ai.stigmer.agentic.agentexecution.v1.
|
|
1237
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.UsageReportAggregate total_usage = 3;
|
|
1170
1238
|
*/
|
|
1171
|
-
totalUsage?:
|
|
1239
|
+
totalUsage?: UsageReportAggregate;
|
|
1172
1240
|
/**
|
|
1173
1241
|
* Per-model breakdown across the agent's executions.
|
|
1174
1242
|
*
|
|
@@ -1194,11 +1262,11 @@ export type GetAgentUsageReportOutput = Message<"ai.stigmer.agentic.agentexecuti
|
|
|
1194
1262
|
*/
|
|
1195
1263
|
totalExecutions: number;
|
|
1196
1264
|
/**
|
|
1197
|
-
* Total cost in USD within the time range.
|
|
1265
|
+
* Total billable cost in micro-USD within the time range.
|
|
1198
1266
|
*
|
|
1199
|
-
* @generated from field:
|
|
1267
|
+
* @generated from field: int64 total_billable_cost_micros = 8;
|
|
1200
1268
|
*/
|
|
1201
|
-
|
|
1269
|
+
totalBillableCostMicros: bigint;
|
|
1202
1270
|
/**
|
|
1203
1271
|
* Token for the next page of sessions (empty if no more pages).
|
|
1204
1272
|
*
|
|
@@ -1279,11 +1347,11 @@ export type GetOrgUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution
|
|
|
1279
1347
|
*/
|
|
1280
1348
|
totalExecutions: number;
|
|
1281
1349
|
/**
|
|
1282
|
-
* Total cost in USD across the organization in the time range.
|
|
1350
|
+
* Total billable cost in micro-USD across the organization in the time range.
|
|
1283
1351
|
*
|
|
1284
|
-
* @generated from field:
|
|
1352
|
+
* @generated from field: int64 total_billable_cost_micros = 5;
|
|
1285
1353
|
*/
|
|
1286
|
-
|
|
1354
|
+
totalBillableCostMicros: bigint;
|
|
1287
1355
|
/**
|
|
1288
1356
|
* Per-model breakdown across the organization.
|
|
1289
1357
|
*
|
|
@@ -1291,7 +1359,7 @@ export type GetOrgUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution
|
|
|
1291
1359
|
*/
|
|
1292
1360
|
modelBreakdown: ModelUsage[];
|
|
1293
1361
|
/**
|
|
1294
|
-
* Top agents by cost (top 10), ordered by
|
|
1362
|
+
* Top agents by cost (top 10), ordered by billable_cost_micros descending.
|
|
1295
1363
|
*
|
|
1296
1364
|
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.AgentUsageSummary top_agents_by_cost = 7;
|
|
1297
1365
|
*/
|
|
@@ -1302,6 +1370,12 @@ export type GetOrgUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution
|
|
|
1302
1370
|
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.DailyCostEntry daily_costs = 8;
|
|
1303
1371
|
*/
|
|
1304
1372
|
dailyCosts: DailyCostEntry[];
|
|
1373
|
+
/**
|
|
1374
|
+
* Cost split by execution harness (e.g., "native" vs "cursor").
|
|
1375
|
+
*
|
|
1376
|
+
* @generated from field: repeated ai.stigmer.agentic.agentexecution.v1.HarnessCostSummary harness_breakdown = 9;
|
|
1377
|
+
*/
|
|
1378
|
+
harnessBreakdown: HarnessCostSummary[];
|
|
1305
1379
|
};
|
|
1306
1380
|
/**
|
|
1307
1381
|
* Describes the message ai.stigmer.agentic.agentexecution.v1.GetOrgUsageReportOutput.
|
|
@@ -1309,9 +1383,7 @@ export type GetOrgUsageReportOutput = Message<"ai.stigmer.agentic.agentexecution
|
|
|
1309
1383
|
*/
|
|
1310
1384
|
export declare const GetOrgUsageReportOutputSchema: GenMessage<GetOrgUsageReportOutput>;
|
|
1311
1385
|
/**
|
|
1312
|
-
*
|
|
1313
|
-
* Used in session-level reports for per-execution breakdown without returning
|
|
1314
|
-
* the full AgentExecution resource.
|
|
1386
|
+
* Lightweight view of a single execution's usage within a session report.
|
|
1315
1387
|
*
|
|
1316
1388
|
* @generated from message ai.stigmer.agentic.agentexecution.v1.ExecutionUsageSummary
|
|
1317
1389
|
*/
|
|
@@ -1335,29 +1407,29 @@ export type ExecutionUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v
|
|
|
1335
1407
|
*/
|
|
1336
1408
|
completedAt: string;
|
|
1337
1409
|
/**
|
|
1338
|
-
*
|
|
1410
|
+
* Input tokens for this execution.
|
|
1339
1411
|
*
|
|
1340
|
-
* @generated from field:
|
|
1412
|
+
* @generated from field: int64 input_tokens = 4;
|
|
1341
1413
|
*/
|
|
1342
|
-
|
|
1414
|
+
inputTokens: bigint;
|
|
1343
1415
|
/**
|
|
1344
|
-
*
|
|
1416
|
+
* Output tokens for this execution.
|
|
1345
1417
|
*
|
|
1346
|
-
* @generated from field:
|
|
1418
|
+
* @generated from field: int64 output_tokens = 5;
|
|
1347
1419
|
*/
|
|
1348
|
-
|
|
1420
|
+
outputTokens: bigint;
|
|
1349
1421
|
/**
|
|
1350
1422
|
* Cache read tokens for this execution.
|
|
1351
1423
|
*
|
|
1352
|
-
* @generated from field:
|
|
1424
|
+
* @generated from field: int64 cache_read_input_tokens = 6;
|
|
1353
1425
|
*/
|
|
1354
|
-
|
|
1426
|
+
cacheReadInputTokens: bigint;
|
|
1355
1427
|
/**
|
|
1356
|
-
*
|
|
1428
|
+
* Billable cost in micro-USD for this execution.
|
|
1357
1429
|
*
|
|
1358
|
-
* @generated from field:
|
|
1430
|
+
* @generated from field: int64 billable_cost_micros = 7;
|
|
1359
1431
|
*/
|
|
1360
|
-
|
|
1432
|
+
billableCostMicros: bigint;
|
|
1361
1433
|
/**
|
|
1362
1434
|
* Primary model used for this execution.
|
|
1363
1435
|
*
|
|
@@ -1383,8 +1455,7 @@ export type ExecutionUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v
|
|
|
1383
1455
|
*/
|
|
1384
1456
|
export declare const ExecutionUsageSummarySchema: GenMessage<ExecutionUsageSummary>;
|
|
1385
1457
|
/**
|
|
1386
|
-
*
|
|
1387
|
-
* Used in agent-level reports for per-session breakdown.
|
|
1458
|
+
* Lightweight view of a session's usage within an agent report.
|
|
1388
1459
|
*
|
|
1389
1460
|
* @generated from message ai.stigmer.agentic.agentexecution.v1.SessionUsageSummary
|
|
1390
1461
|
*/
|
|
@@ -1402,17 +1473,17 @@ export type SessionUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v1.
|
|
|
1402
1473
|
*/
|
|
1403
1474
|
executionCount: number;
|
|
1404
1475
|
/**
|
|
1405
|
-
* Total tokens (
|
|
1476
|
+
* Total tokens (input + output) across all executions.
|
|
1406
1477
|
*
|
|
1407
|
-
* @generated from field:
|
|
1478
|
+
* @generated from field: int64 total_tokens = 3;
|
|
1408
1479
|
*/
|
|
1409
|
-
totalTokens:
|
|
1480
|
+
totalTokens: bigint;
|
|
1410
1481
|
/**
|
|
1411
|
-
* Total
|
|
1482
|
+
* Total billable cost in micro-USD for this session.
|
|
1412
1483
|
*
|
|
1413
|
-
* @generated from field:
|
|
1484
|
+
* @generated from field: int64 billable_cost_micros = 4;
|
|
1414
1485
|
*/
|
|
1415
|
-
|
|
1486
|
+
billableCostMicros: bigint;
|
|
1416
1487
|
/**
|
|
1417
1488
|
* ISO 8601 timestamp of the first execution in this session.
|
|
1418
1489
|
*
|
|
@@ -1432,8 +1503,7 @@ export type SessionUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v1.
|
|
|
1432
1503
|
*/
|
|
1433
1504
|
export declare const SessionUsageSummarySchema: GenMessage<SessionUsageSummary>;
|
|
1434
1505
|
/**
|
|
1435
|
-
*
|
|
1436
|
-
* Used in org-level reports to show top agents by cost.
|
|
1506
|
+
* Lightweight view of an agent's usage within an org report.
|
|
1437
1507
|
*
|
|
1438
1508
|
* @generated from message ai.stigmer.agentic.agentexecution.v1.AgentUsageSummary
|
|
1439
1509
|
*/
|
|
@@ -1457,17 +1527,17 @@ export type AgentUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v1.Ag
|
|
|
1457
1527
|
*/
|
|
1458
1528
|
executionCount: number;
|
|
1459
1529
|
/**
|
|
1460
|
-
* Total tokens (
|
|
1530
|
+
* Total tokens (input + output) across all executions.
|
|
1461
1531
|
*
|
|
1462
|
-
* @generated from field:
|
|
1532
|
+
* @generated from field: int64 total_tokens = 4;
|
|
1463
1533
|
*/
|
|
1464
|
-
totalTokens:
|
|
1534
|
+
totalTokens: bigint;
|
|
1465
1535
|
/**
|
|
1466
|
-
* Total
|
|
1536
|
+
* Total billable cost in micro-USD for this agent.
|
|
1467
1537
|
*
|
|
1468
|
-
* @generated from field:
|
|
1538
|
+
* @generated from field: int64 billable_cost_micros = 5;
|
|
1469
1539
|
*/
|
|
1470
|
-
|
|
1540
|
+
billableCostMicros: bigint;
|
|
1471
1541
|
};
|
|
1472
1542
|
/**
|
|
1473
1543
|
* Describes the message ai.stigmer.agentic.agentexecution.v1.AgentUsageSummary.
|
|
@@ -1475,8 +1545,7 @@ export type AgentUsageSummary = Message<"ai.stigmer.agentic.agentexecution.v1.Ag
|
|
|
1475
1545
|
*/
|
|
1476
1546
|
export declare const AgentUsageSummarySchema: GenMessage<AgentUsageSummary>;
|
|
1477
1547
|
/**
|
|
1478
|
-
*
|
|
1479
|
-
* Used in org-level reports to show daily cost trends.
|
|
1548
|
+
* Cost and usage for a single day within an org report.
|
|
1480
1549
|
*
|
|
1481
1550
|
* @generated from message ai.stigmer.agentic.agentexecution.v1.DailyCostEntry
|
|
1482
1551
|
*/
|
|
@@ -1496,18 +1565,58 @@ export type DailyCostEntry = Message<"ai.stigmer.agentic.agentexecution.v1.Daily
|
|
|
1496
1565
|
/**
|
|
1497
1566
|
* Total tokens consumed on this date.
|
|
1498
1567
|
*
|
|
1499
|
-
* @generated from field:
|
|
1568
|
+
* @generated from field: int64 total_tokens = 3;
|
|
1500
1569
|
*/
|
|
1501
|
-
totalTokens:
|
|
1570
|
+
totalTokens: bigint;
|
|
1502
1571
|
/**
|
|
1503
|
-
* Total
|
|
1572
|
+
* Total billable cost in micro-USD on this date.
|
|
1504
1573
|
*
|
|
1505
|
-
* @generated from field:
|
|
1574
|
+
* @generated from field: int64 billable_cost_micros = 4;
|
|
1506
1575
|
*/
|
|
1507
|
-
|
|
1576
|
+
billableCostMicros: bigint;
|
|
1508
1577
|
};
|
|
1509
1578
|
/**
|
|
1510
1579
|
* Describes the message ai.stigmer.agentic.agentexecution.v1.DailyCostEntry.
|
|
1511
1580
|
* Use `create(DailyCostEntrySchema)` to create a new message.
|
|
1512
1581
|
*/
|
|
1513
1582
|
export declare const DailyCostEntrySchema: GenMessage<DailyCostEntry>;
|
|
1583
|
+
/**
|
|
1584
|
+
* Cost split by execution harness within an org report.
|
|
1585
|
+
*
|
|
1586
|
+
* Each entry represents one harness (e.g., "native" or "cursor") and
|
|
1587
|
+
* aggregates cost, call count, and execution count for that harness
|
|
1588
|
+
* within the report's time range.
|
|
1589
|
+
*
|
|
1590
|
+
* @generated from message ai.stigmer.agentic.agentexecution.v1.HarnessCostSummary
|
|
1591
|
+
*/
|
|
1592
|
+
export type HarnessCostSummary = Message<"ai.stigmer.agentic.agentexecution.v1.HarnessCostSummary"> & {
|
|
1593
|
+
/**
|
|
1594
|
+
* Harness identifier (e.g., "native", "cursor").
|
|
1595
|
+
*
|
|
1596
|
+
* @generated from field: string harness = 1;
|
|
1597
|
+
*/
|
|
1598
|
+
harness: string;
|
|
1599
|
+
/**
|
|
1600
|
+
* Total billable cost in micro-USD for this harness.
|
|
1601
|
+
*
|
|
1602
|
+
* @generated from field: int64 billable_cost_micros = 2;
|
|
1603
|
+
*/
|
|
1604
|
+
billableCostMicros: bigint;
|
|
1605
|
+
/**
|
|
1606
|
+
* Number of LLM API calls through this harness.
|
|
1607
|
+
*
|
|
1608
|
+
* @generated from field: int32 call_count = 3;
|
|
1609
|
+
*/
|
|
1610
|
+
callCount: number;
|
|
1611
|
+
/**
|
|
1612
|
+
* Number of distinct executions that used this harness.
|
|
1613
|
+
*
|
|
1614
|
+
* @generated from field: int32 execution_count = 4;
|
|
1615
|
+
*/
|
|
1616
|
+
executionCount: number;
|
|
1617
|
+
};
|
|
1618
|
+
/**
|
|
1619
|
+
* Describes the message ai.stigmer.agentic.agentexecution.v1.HarnessCostSummary.
|
|
1620
|
+
* Use `create(HarnessCostSummarySchema)` to create a new message.
|
|
1621
|
+
*/
|
|
1622
|
+
export declare const HarnessCostSummarySchema: GenMessage<HarnessCostSummary>;
|