@stigmer/protos 0.5.0 → 1.0.0
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/api_pb.d.ts +7 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +54 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +56 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +149 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +50 -2
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +31 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +32 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +31 -1
- 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/spec_pb.d.ts +16 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +68 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +6 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/artifact/v1/api_pb.d.ts +152 -0
- package/ai/stigmer/agentic/artifact/v1/api_pb.js +24 -0
- package/ai/stigmer/agentic/artifact/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/command_connect.d.ts +83 -0
- package/ai/stigmer/agentic/artifact/v1/command_connect.js +92 -0
- package/ai/stigmer/agentic/artifact/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/command_pb.d.ts +86 -0
- package/ai/stigmer/agentic/artifact/v1/command_pb.js +36 -0
- package/ai/stigmer/agentic/artifact/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/enum_pb.d.ts +49 -0
- package/ai/stigmer/agentic/artifact/v1/enum_pb.js +54 -0
- package/ai/stigmer/agentic/artifact/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/io_pb.d.ts +205 -0
- package/ai/stigmer/agentic/artifact/v1/io_pb.js +37 -0
- package/ai/stigmer/agentic/artifact/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/query_connect.d.ts +127 -0
- package/ai/stigmer/agentic/artifact/v1/query_connect.js +135 -0
- package/ai/stigmer/agentic/artifact/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/query_pb.d.ts +128 -0
- package/ai/stigmer/agentic/artifact/v1/query_pb.js +32 -0
- package/ai/stigmer/agentic/artifact/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/artifact/v1/spec_pb.d.ts +161 -0
- package/ai/stigmer/agentic/artifact/v1/spec_pb.js +25 -0
- package/ai/stigmer/agentic/artifact/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/runner/v1/api_pb.d.ts +33 -0
- package/ai/stigmer/agentic/runner/v1/api_pb.js +1 -1
- package/ai/stigmer/agentic/runner/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.d.ts +15 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.js +1 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +30 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +31 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +30 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +141 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +142 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +132 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js +10 -5
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.d.ts +430 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.js +172 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_descriptor_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.d.ts +39 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.js +46 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.d.ts +41 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.js +28 -0
- package/ai/stigmer/agentic/workflow/v1/task_kind_registry_query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +186 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +10 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.d.ts +67 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.js +72 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/common_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.d.ts +147 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/emit_event_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.d.ts +341 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.js +128 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/eval_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +129 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +56 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.d.ts +284 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js +80 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/human_input_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.d.ts +186 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js +18 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/llm_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.d.ts +160 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/notification_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.d.ts +124 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.js +65 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/transform_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +19 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.d.ts +257 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.js +79 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/validate_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +96 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +47 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +48 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +47 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +1287 -0
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js +303 -0
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +578 -72
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +82 -70
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +182 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +184 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +180 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/io_pb.d.ts +8 -0
- package/ai/stigmer/billing/v1/io_pb.js +1 -1
- package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +6 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +7 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/platform/v1/server_info_connect.d.ts +29 -0
- package/ai/stigmer/platform/v1/server_info_connect.js +36 -0
- package/ai/stigmer/platform/v1/server_info_connect.js.map +1 -0
- package/ai/stigmer/platform/v1/server_info_pb.d.ts +100 -0
- package/ai/stigmer/platform/v1/server_info_pb.js +65 -0
- package/ai/stigmer/platform/v1/server_info_pb.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=js"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/artifact/v1/query.proto (package ai.stigmer.agentic.artifact.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { ArtifactDownloadUrl, ArtifactId, ArtifactList, ListArtifactsByExecutionRequest } from "./io_pbjs";
|
|
6
|
+
import { Artifact } from "./api_pbjs";
|
|
7
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
/**
|
|
9
|
+
* ArtifactQueryController handles read operations for Artifact resources.
|
|
10
|
+
*
|
|
11
|
+
* @internal
|
|
12
|
+
* Follows the Command-Query Separation (CQS) pattern.
|
|
13
|
+
*
|
|
14
|
+
* These RPCs are exposed to the SDK and consumed by:
|
|
15
|
+
* - Execution viewer (T09): lists artifacts per execution, provides download links
|
|
16
|
+
* - CLI: `stigmer workflow artifacts <execution-id>`
|
|
17
|
+
* - React SDK: useArtifact() hook for artifact metadata and download
|
|
18
|
+
*
|
|
19
|
+
* Authorization follows the parent execution's access model:
|
|
20
|
+
* if a user can view an execution, they can view its artifacts.
|
|
21
|
+
*
|
|
22
|
+
* @since T07 (Artifact Store)
|
|
23
|
+
*
|
|
24
|
+
* @generated from service ai.stigmer.agentic.artifact.v1.ArtifactQueryController
|
|
25
|
+
*/
|
|
26
|
+
export const ArtifactQueryController = {
|
|
27
|
+
typeName: "ai.stigmer.agentic.artifact.v1.ArtifactQueryController",
|
|
28
|
+
methods: {
|
|
29
|
+
/**
|
|
30
|
+
* Get a single artifact by ID.
|
|
31
|
+
*
|
|
32
|
+
* Returns the complete Artifact resource including metadata, spec,
|
|
33
|
+
* and status (content hash, size, storage state, expiration).
|
|
34
|
+
*
|
|
35
|
+
* Does NOT return the artifact content — use getDownloadUrl to
|
|
36
|
+
* retrieve a URL for downloading the content via HTTP GET.
|
|
37
|
+
*
|
|
38
|
+
* Use Cases:
|
|
39
|
+
*
|
|
40
|
+
* 1. Artifact Detail View:
|
|
41
|
+
* - User clicks an artifact in the execution viewer
|
|
42
|
+
* - UI calls get() to fetch full metadata
|
|
43
|
+
* - UI displays content type, size, source task, expiration
|
|
44
|
+
*
|
|
45
|
+
* 2. Artifact Reference Resolution:
|
|
46
|
+
* - Task output contains _artifact_ref field
|
|
47
|
+
* - UI calls get() to resolve the reference to metadata
|
|
48
|
+
* - UI renders a download/preview widget instead of raw JSON
|
|
49
|
+
*
|
|
50
|
+
* Error Cases:
|
|
51
|
+
*
|
|
52
|
+
* - NOT_FOUND: No Artifact exists with the given ID
|
|
53
|
+
* - PERMISSION_DENIED: User doesn't have view access to the parent execution
|
|
54
|
+
*
|
|
55
|
+
* @generated from rpc ai.stigmer.agentic.artifact.v1.ArtifactQueryController.get
|
|
56
|
+
*/
|
|
57
|
+
get: {
|
|
58
|
+
name: "get",
|
|
59
|
+
I: ArtifactId,
|
|
60
|
+
O: Artifact,
|
|
61
|
+
kind: MethodKind.Unary,
|
|
62
|
+
},
|
|
63
|
+
/**
|
|
64
|
+
* List all artifacts produced by a specific execution.
|
|
65
|
+
*
|
|
66
|
+
* Returns a paginated list of artifacts filtered by either
|
|
67
|
+
* workflow_execution_id or agent_execution_id.
|
|
68
|
+
*
|
|
69
|
+
* Use Cases:
|
|
70
|
+
*
|
|
71
|
+
* 1. Execution Viewer Artifact Panel:
|
|
72
|
+
* - User views a workflow execution in the execution viewer
|
|
73
|
+
* - UI calls listByExecution() to populate the artifact sidebar
|
|
74
|
+
* - Each artifact shows display name, content type, size, source task
|
|
75
|
+
*
|
|
76
|
+
* 2. CLI Artifact Listing:
|
|
77
|
+
* - `stigmer workflow artifacts wex_abc123`
|
|
78
|
+
* - CLI calls listByExecution() and formats as a table
|
|
79
|
+
*
|
|
80
|
+
* Error Cases:
|
|
81
|
+
*
|
|
82
|
+
* - INVALID_ARGUMENT: Neither workflow_execution_id nor agent_execution_id provided
|
|
83
|
+
* - PERMISSION_DENIED: User doesn't have view access to the parent execution
|
|
84
|
+
*
|
|
85
|
+
* @generated from rpc ai.stigmer.agentic.artifact.v1.ArtifactQueryController.listByExecution
|
|
86
|
+
*/
|
|
87
|
+
listByExecution: {
|
|
88
|
+
name: "listByExecution",
|
|
89
|
+
I: ListArtifactsByExecutionRequest,
|
|
90
|
+
O: ArtifactList,
|
|
91
|
+
kind: MethodKind.Unary,
|
|
92
|
+
},
|
|
93
|
+
/**
|
|
94
|
+
* Get a download URL for artifact content.
|
|
95
|
+
*
|
|
96
|
+
* Returns a URL that the client can use to download the artifact's
|
|
97
|
+
* content via HTTP GET. This avoids streaming large blobs through
|
|
98
|
+
* the gRPC control plane.
|
|
99
|
+
*
|
|
100
|
+
* Cloud: returns a pre-signed S3 URL with a short TTL (15 minutes).
|
|
101
|
+
* OSS: returns a direct URL to the local artifact server endpoint.
|
|
102
|
+
*
|
|
103
|
+
* Use Cases:
|
|
104
|
+
*
|
|
105
|
+
* 1. Download Artifact:
|
|
106
|
+
* - User clicks "Download" in the execution viewer
|
|
107
|
+
* - UI calls getDownloadUrl() to get a URL
|
|
108
|
+
* - Browser opens the URL in a new tab or triggers a download
|
|
109
|
+
*
|
|
110
|
+
* 2. Preview Artifact:
|
|
111
|
+
* - UI calls getDownloadUrl() for JSON/text artifacts
|
|
112
|
+
* - UI fetches content from the URL and renders inline
|
|
113
|
+
* - Large artifacts show a truncated preview with download option
|
|
114
|
+
*
|
|
115
|
+
* 3. CLI Download:
|
|
116
|
+
* - `stigmer workflow artifact download art_abc123 -o output.json`
|
|
117
|
+
* - CLI calls getDownloadUrl() then fetches via HTTP GET
|
|
118
|
+
*
|
|
119
|
+
* Error Cases:
|
|
120
|
+
*
|
|
121
|
+
* - NOT_FOUND: No Artifact exists with the given ID
|
|
122
|
+
* - PERMISSION_DENIED: User doesn't have view access to the parent execution
|
|
123
|
+
* - FAILED_PRECONDITION: Artifact blob has been deleted (storage_state_deleted)
|
|
124
|
+
*
|
|
125
|
+
* @generated from rpc ai.stigmer.agentic.artifact.v1.ArtifactQueryController.getDownloadUrl
|
|
126
|
+
*/
|
|
127
|
+
getDownloadUrl: {
|
|
128
|
+
name: "getDownloadUrl",
|
|
129
|
+
I: ArtifactId,
|
|
130
|
+
O: ArtifactDownloadUrl,
|
|
131
|
+
kind: MethodKind.Unary,
|
|
132
|
+
},
|
|
133
|
+
}
|
|
134
|
+
};
|
|
135
|
+
//# sourceMappingURL=query_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/artifact/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,mBAAmB,EAAE,UAAU,EAAE,YAAY,EAAE,+BAA+B,EAAE,MAAM,WAAW,CAAC;AAC3G,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;;;;;;;;WA2BG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;WAuBG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,+BAA+B;YAClC,CAAC,EAAE,YAAY;YACf,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAiCG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,mBAAmB;YACtB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { ArtifactSchema } from "./api_pb.js";
|
|
3
|
+
import type { ArtifactDownloadUrlSchema, ArtifactIdSchema, ArtifactListSchema, ListArtifactsByExecutionRequestSchema } from "./io_pb.js";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file ai/stigmer/agentic/artifact/v1/query.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_ai_stigmer_agentic_artifact_v1_query: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* ArtifactQueryController handles read operations for Artifact resources.
|
|
10
|
+
*
|
|
11
|
+
* @internal
|
|
12
|
+
* Follows the Command-Query Separation (CQS) pattern.
|
|
13
|
+
*
|
|
14
|
+
* These RPCs are exposed to the SDK and consumed by:
|
|
15
|
+
* - Execution viewer (T09): lists artifacts per execution, provides download links
|
|
16
|
+
* - CLI: `stigmer workflow artifacts <execution-id>`
|
|
17
|
+
* - React SDK: useArtifact() hook for artifact metadata and download
|
|
18
|
+
*
|
|
19
|
+
* Authorization follows the parent execution's access model:
|
|
20
|
+
* if a user can view an execution, they can view its artifacts.
|
|
21
|
+
*
|
|
22
|
+
* @since T07 (Artifact Store)
|
|
23
|
+
*
|
|
24
|
+
* @generated from service ai.stigmer.agentic.artifact.v1.ArtifactQueryController
|
|
25
|
+
*/
|
|
26
|
+
export declare const ArtifactQueryController: GenService<{
|
|
27
|
+
/**
|
|
28
|
+
* Get a single artifact by ID.
|
|
29
|
+
*
|
|
30
|
+
* Returns the complete Artifact resource including metadata, spec,
|
|
31
|
+
* and status (content hash, size, storage state, expiration).
|
|
32
|
+
*
|
|
33
|
+
* Does NOT return the artifact content — use getDownloadUrl to
|
|
34
|
+
* retrieve a URL for downloading the content via HTTP GET.
|
|
35
|
+
*
|
|
36
|
+
* Use Cases:
|
|
37
|
+
*
|
|
38
|
+
* 1. Artifact Detail View:
|
|
39
|
+
* - User clicks an artifact in the execution viewer
|
|
40
|
+
* - UI calls get() to fetch full metadata
|
|
41
|
+
* - UI displays content type, size, source task, expiration
|
|
42
|
+
*
|
|
43
|
+
* 2. Artifact Reference Resolution:
|
|
44
|
+
* - Task output contains _artifact_ref field
|
|
45
|
+
* - UI calls get() to resolve the reference to metadata
|
|
46
|
+
* - UI renders a download/preview widget instead of raw JSON
|
|
47
|
+
*
|
|
48
|
+
* Error Cases:
|
|
49
|
+
*
|
|
50
|
+
* - NOT_FOUND: No Artifact exists with the given ID
|
|
51
|
+
* - PERMISSION_DENIED: User doesn't have view access to the parent execution
|
|
52
|
+
*
|
|
53
|
+
* @generated from rpc ai.stigmer.agentic.artifact.v1.ArtifactQueryController.get
|
|
54
|
+
*/
|
|
55
|
+
get: {
|
|
56
|
+
methodKind: "unary";
|
|
57
|
+
input: typeof ArtifactIdSchema;
|
|
58
|
+
output: typeof ArtifactSchema;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* List all artifacts produced by a specific execution.
|
|
62
|
+
*
|
|
63
|
+
* Returns a paginated list of artifacts filtered by either
|
|
64
|
+
* workflow_execution_id or agent_execution_id.
|
|
65
|
+
*
|
|
66
|
+
* Use Cases:
|
|
67
|
+
*
|
|
68
|
+
* 1. Execution Viewer Artifact Panel:
|
|
69
|
+
* - User views a workflow execution in the execution viewer
|
|
70
|
+
* - UI calls listByExecution() to populate the artifact sidebar
|
|
71
|
+
* - Each artifact shows display name, content type, size, source task
|
|
72
|
+
*
|
|
73
|
+
* 2. CLI Artifact Listing:
|
|
74
|
+
* - `stigmer workflow artifacts wex_abc123`
|
|
75
|
+
* - CLI calls listByExecution() and formats as a table
|
|
76
|
+
*
|
|
77
|
+
* Error Cases:
|
|
78
|
+
*
|
|
79
|
+
* - INVALID_ARGUMENT: Neither workflow_execution_id nor agent_execution_id provided
|
|
80
|
+
* - PERMISSION_DENIED: User doesn't have view access to the parent execution
|
|
81
|
+
*
|
|
82
|
+
* @generated from rpc ai.stigmer.agentic.artifact.v1.ArtifactQueryController.listByExecution
|
|
83
|
+
*/
|
|
84
|
+
listByExecution: {
|
|
85
|
+
methodKind: "unary";
|
|
86
|
+
input: typeof ListArtifactsByExecutionRequestSchema;
|
|
87
|
+
output: typeof ArtifactListSchema;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Get a download URL for artifact content.
|
|
91
|
+
*
|
|
92
|
+
* Returns a URL that the client can use to download the artifact's
|
|
93
|
+
* content via HTTP GET. This avoids streaming large blobs through
|
|
94
|
+
* the gRPC control plane.
|
|
95
|
+
*
|
|
96
|
+
* Cloud: returns a pre-signed S3 URL with a short TTL (15 minutes).
|
|
97
|
+
* OSS: returns a direct URL to the local artifact server endpoint.
|
|
98
|
+
*
|
|
99
|
+
* Use Cases:
|
|
100
|
+
*
|
|
101
|
+
* 1. Download Artifact:
|
|
102
|
+
* - User clicks "Download" in the execution viewer
|
|
103
|
+
* - UI calls getDownloadUrl() to get a URL
|
|
104
|
+
* - Browser opens the URL in a new tab or triggers a download
|
|
105
|
+
*
|
|
106
|
+
* 2. Preview Artifact:
|
|
107
|
+
* - UI calls getDownloadUrl() for JSON/text artifacts
|
|
108
|
+
* - UI fetches content from the URL and renders inline
|
|
109
|
+
* - Large artifacts show a truncated preview with download option
|
|
110
|
+
*
|
|
111
|
+
* 3. CLI Download:
|
|
112
|
+
* - `stigmer workflow artifact download art_abc123 -o output.json`
|
|
113
|
+
* - CLI calls getDownloadUrl() then fetches via HTTP GET
|
|
114
|
+
*
|
|
115
|
+
* Error Cases:
|
|
116
|
+
*
|
|
117
|
+
* - NOT_FOUND: No Artifact exists with the given ID
|
|
118
|
+
* - PERMISSION_DENIED: User doesn't have view access to the parent execution
|
|
119
|
+
* - FAILED_PRECONDITION: Artifact blob has been deleted (storage_state_deleted)
|
|
120
|
+
*
|
|
121
|
+
* @generated from rpc ai.stigmer.agentic.artifact.v1.ArtifactQueryController.getDownloadUrl
|
|
122
|
+
*/
|
|
123
|
+
getDownloadUrl: {
|
|
124
|
+
methodKind: "unary";
|
|
125
|
+
input: typeof ArtifactIdSchema;
|
|
126
|
+
output: typeof ArtifactDownloadUrlSchema;
|
|
127
|
+
};
|
|
128
|
+
}>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/artifact/v1/query.proto (package ai.stigmer.agentic.artifact.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_ai_stigmer_agentic_artifact_v1_api } from "./api_pb.js";
|
|
6
|
+
import { file_ai_stigmer_agentic_artifact_v1_io } from "./io_pb.js";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb.js";
|
|
8
|
+
import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc/method_options_pb.js";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file ai/stigmer/agentic/artifact/v1/query.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_ai_stigmer_agentic_artifact_v1_query = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2FnZW50aWMvYXJ0aWZhY3QvdjEvcXVlcnkucHJvdG8SHmFpLnN0aWdtZXIuYWdlbnRpYy5hcnRpZmFjdC52MTLdAwoXQXJ0aWZhY3RRdWVyeUNvbnRyb2xsZXISigEKA2dldBIqLmFpLnN0aWdtZXIuYWdlbnRpYy5hcnRpZmFjdC52MS5BcnRpZmFjdElkGiguYWkuc3RpZ21lci5hZ2VudGljLmFydGlmYWN0LnYxLkFydGlmYWN0Ii3CuBgpCAEQNyIFdmFsdWUqHHVuYXV0aG9yaXplZCB0byBnZXQgYXJ0aWZhY3QShgEKD2xpc3RCeUV4ZWN1dGlvbhI/LmFpLnN0aWdtZXIuYWdlbnRpYy5hcnRpZmFjdC52MS5MaXN0QXJ0aWZhY3RzQnlFeGVjdXRpb25SZXF1ZXN0GiwuYWkuc3RpZ21lci5hZ2VudGljLmFydGlmYWN0LnYxLkFydGlmYWN0TGlzdCIE0LgYARKlAQoOZ2V0RG93bmxvYWRVcmwSKi5haS5zdGlnbWVyLmFnZW50aWMuYXJ0aWZhY3QudjEuQXJ0aWZhY3RJZBozLmFpLnN0aWdtZXIuYWdlbnRpYy5hcnRpZmFjdC52MS5BcnRpZmFjdERvd25sb2FkVXJsIjLCuBguCAEQNyIFdmFsdWUqIXVuYXV0aG9yaXplZCB0byBkb3dubG9hZCBhcnRpZmFjdBoEoP8rN2IGcHJvdG8z", [file_ai_stigmer_agentic_artifact_v1_api, file_ai_stigmer_agentic_artifact_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
|
|
13
|
+
/**
|
|
14
|
+
* ArtifactQueryController handles read operations for Artifact resources.
|
|
15
|
+
*
|
|
16
|
+
* @internal
|
|
17
|
+
* Follows the Command-Query Separation (CQS) pattern.
|
|
18
|
+
*
|
|
19
|
+
* These RPCs are exposed to the SDK and consumed by:
|
|
20
|
+
* - Execution viewer (T09): lists artifacts per execution, provides download links
|
|
21
|
+
* - CLI: `stigmer workflow artifacts <execution-id>`
|
|
22
|
+
* - React SDK: useArtifact() hook for artifact metadata and download
|
|
23
|
+
*
|
|
24
|
+
* Authorization follows the parent execution's access model:
|
|
25
|
+
* if a user can view an execution, they can view its artifacts.
|
|
26
|
+
*
|
|
27
|
+
* @since T07 (Artifact Store)
|
|
28
|
+
*
|
|
29
|
+
* @generated from service ai.stigmer.agentic.artifact.v1.ArtifactQueryController
|
|
30
|
+
*/
|
|
31
|
+
export const ArtifactQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_artifact_v1_query, 0);
|
|
32
|
+
//# sourceMappingURL=query_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/artifact/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,YAAY,CAAC;AACpE,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,kvBAAkvB,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEv7B;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAsG/B,aAAa,CAChB,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file ai/stigmer/agentic/artifact/v1/spec.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_ai_stigmer_agentic_artifact_v1_spec: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* ArtifactSpec defines the properties of an artifact provided at creation time.
|
|
9
|
+
*
|
|
10
|
+
* @internal
|
|
11
|
+
* Artifacts are created by the workflow-runner or agent-runner when a task
|
|
12
|
+
* produces output that should be persisted outside the execution status
|
|
13
|
+
* snapshot (either because it exceeds the size threshold or because the
|
|
14
|
+
* workflow author explicitly requested artifact persistence).
|
|
15
|
+
*
|
|
16
|
+
* The spec is immutable after creation — artifacts are append-only.
|
|
17
|
+
* To update an artifact's content, create a new artifact.
|
|
18
|
+
*
|
|
19
|
+
* @since T07 (Artifact Store)
|
|
20
|
+
*
|
|
21
|
+
* @generated from message ai.stigmer.agentic.artifact.v1.ArtifactSpec
|
|
22
|
+
*/
|
|
23
|
+
export type ArtifactSpec = Message<"ai.stigmer.agentic.artifact.v1.ArtifactSpec"> & {
|
|
24
|
+
/**
|
|
25
|
+
* MIME content type of the artifact payload.
|
|
26
|
+
*
|
|
27
|
+
* @internal
|
|
28
|
+
* Used by the UI to determine rendering strategy (JSON viewer, text,
|
|
29
|
+
* image preview, download link) and by the download endpoint for
|
|
30
|
+
* Content-Type headers.
|
|
31
|
+
*
|
|
32
|
+
* Common values:
|
|
33
|
+
* - "application/json" — structured task output, agent response
|
|
34
|
+
* - "text/plain" — log output, agent final text
|
|
35
|
+
* - "text/html" — generated reports
|
|
36
|
+
* - "application/pdf" — rendered documents
|
|
37
|
+
* - "application/octet-stream" — opaque binary (fallback)
|
|
38
|
+
*
|
|
39
|
+
* @generated from field: string content_type = 1;
|
|
40
|
+
*/
|
|
41
|
+
contentType: string;
|
|
42
|
+
/**
|
|
43
|
+
* Human-readable display name for the artifact.
|
|
44
|
+
*
|
|
45
|
+
* @internal
|
|
46
|
+
* Shown in the execution viewer's artifact list and download dialogs.
|
|
47
|
+
* When auto-promoted, this is derived from the task name and output field
|
|
48
|
+
* (e.g., "analyze_code — output.json"). When explicitly created by a
|
|
49
|
+
* workflow author (Phase 1), this is user-provided.
|
|
50
|
+
*
|
|
51
|
+
* Does not need to be unique — multiple tasks can produce artifacts
|
|
52
|
+
* with the same display name across different executions.
|
|
53
|
+
*
|
|
54
|
+
* @generated from field: string display_name = 2;
|
|
55
|
+
*/
|
|
56
|
+
displayName: string;
|
|
57
|
+
/**
|
|
58
|
+
* Provenance: which execution and task produced this artifact.
|
|
59
|
+
*
|
|
60
|
+
* @internal
|
|
61
|
+
* Used for:
|
|
62
|
+
* - Listing artifacts by execution (listByExecution RPC)
|
|
63
|
+
* - Linking artifacts back to their source in the execution viewer
|
|
64
|
+
* - Access control inheritance (artifact access follows execution access)
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: ai.stigmer.agentic.artifact.v1.ArtifactSource source = 3;
|
|
67
|
+
*/
|
|
68
|
+
source?: ArtifactSource;
|
|
69
|
+
/**
|
|
70
|
+
* Retention policy for this artifact.
|
|
71
|
+
*
|
|
72
|
+
* @internal
|
|
73
|
+
* When not set, the organization's default retention policy applies.
|
|
74
|
+
* The backend computes ArtifactStatus.expires_at from this policy
|
|
75
|
+
* at creation time.
|
|
76
|
+
*
|
|
77
|
+
* @generated from field: ai.stigmer.agentic.artifact.v1.RetentionPolicy retention = 4;
|
|
78
|
+
*/
|
|
79
|
+
retention?: RetentionPolicy;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* Describes the message ai.stigmer.agentic.artifact.v1.ArtifactSpec.
|
|
83
|
+
* Use `create(ArtifactSpecSchema)` to create a new message.
|
|
84
|
+
*/
|
|
85
|
+
export declare const ArtifactSpecSchema: GenMessage<ArtifactSpec>;
|
|
86
|
+
/**
|
|
87
|
+
* ArtifactSource identifies the execution context that produced an artifact.
|
|
88
|
+
*
|
|
89
|
+
* @internal
|
|
90
|
+
* Exactly one of workflow_execution_id or agent_execution_id should be set,
|
|
91
|
+
* identifying the producer. task_name is set when the artifact was produced
|
|
92
|
+
* by a specific task within a workflow execution.
|
|
93
|
+
*
|
|
94
|
+
* @since T07 (Artifact Store)
|
|
95
|
+
*
|
|
96
|
+
* @generated from message ai.stigmer.agentic.artifact.v1.ArtifactSource
|
|
97
|
+
*/
|
|
98
|
+
export type ArtifactSource = Message<"ai.stigmer.agentic.artifact.v1.ArtifactSource"> & {
|
|
99
|
+
/**
|
|
100
|
+
* WorkflowExecution that produced this artifact.
|
|
101
|
+
* Format: "wex_{unique-suffix}"
|
|
102
|
+
* Set when the artifact is produced during workflow execution.
|
|
103
|
+
*
|
|
104
|
+
* @generated from field: string workflow_execution_id = 1;
|
|
105
|
+
*/
|
|
106
|
+
workflowExecutionId: string;
|
|
107
|
+
/**
|
|
108
|
+
* AgentExecution that produced this artifact.
|
|
109
|
+
* Format: "aex_{unique-suffix}"
|
|
110
|
+
* Set when the artifact is produced during agent execution
|
|
111
|
+
* (either standalone or as a child of a workflow).
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: string agent_execution_id = 2;
|
|
114
|
+
*/
|
|
115
|
+
agentExecutionId: string;
|
|
116
|
+
/**
|
|
117
|
+
* Name of the task that produced this artifact.
|
|
118
|
+
* Matches WorkflowTask.task_name in the execution status.
|
|
119
|
+
* Empty for execution-level artifacts (e.g., final workflow output).
|
|
120
|
+
*
|
|
121
|
+
* @generated from field: string task_name = 3;
|
|
122
|
+
*/
|
|
123
|
+
taskName: string;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message ai.stigmer.agentic.artifact.v1.ArtifactSource.
|
|
127
|
+
* Use `create(ArtifactSourceSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export declare const ArtifactSourceSchema: GenMessage<ArtifactSource>;
|
|
130
|
+
/**
|
|
131
|
+
* RetentionPolicy controls how long an artifact's blob is retained in storage.
|
|
132
|
+
*
|
|
133
|
+
* @internal
|
|
134
|
+
* The backend computes an absolute expires_at timestamp from this policy
|
|
135
|
+
* at artifact creation time. A background garbage collection job
|
|
136
|
+
* periodically scans for expired artifacts and deletes their blobs.
|
|
137
|
+
*
|
|
138
|
+
* @since T07 (Artifact Store)
|
|
139
|
+
*
|
|
140
|
+
* @generated from message ai.stigmer.agentic.artifact.v1.RetentionPolicy
|
|
141
|
+
*/
|
|
142
|
+
export type RetentionPolicy = Message<"ai.stigmer.agentic.artifact.v1.RetentionPolicy"> & {
|
|
143
|
+
/**
|
|
144
|
+
* Time-to-live in days from creation.
|
|
145
|
+
*
|
|
146
|
+
* Interpretation:
|
|
147
|
+
* - > 0: artifact expires N days after creation
|
|
148
|
+
* - 0: use the organization's default retention (typically 30 days)
|
|
149
|
+
* - -1: permanent — artifact is never auto-deleted
|
|
150
|
+
*
|
|
151
|
+
* The backend enforces a maximum TTL per organization plan.
|
|
152
|
+
*
|
|
153
|
+
* @generated from field: int32 ttl_days = 1;
|
|
154
|
+
*/
|
|
155
|
+
ttlDays: number;
|
|
156
|
+
};
|
|
157
|
+
/**
|
|
158
|
+
* Describes the message ai.stigmer.agentic.artifact.v1.RetentionPolicy.
|
|
159
|
+
* Use `create(RetentionPolicySchema)` to create a new message.
|
|
160
|
+
*/
|
|
161
|
+
export declare const RetentionPolicySchema: GenMessage<RetentionPolicy>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/artifact/v1/spec.proto (package ai.stigmer.agentic.artifact.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/agentic/artifact/v1/spec.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_ai_stigmer_agentic_artifact_v1_spec = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvYXJ0aWZhY3QvdjEvc3BlYy5wcm90bxIeYWkuc3RpZ21lci5hZ2VudGljLmFydGlmYWN0LnYxIuQBCgxBcnRpZmFjdFNwZWMSIwoMY29udGVudF90eXBlGAEgASgJQg26SArIAQFyBRABGP8BEiMKDGRpc3BsYXlfbmFtZRgCIAEoCUINukgKyAEBcgUQARj/ARJGCgZzb3VyY2UYAyABKAsyLi5haS5zdGlnbWVyLmFnZW50aWMuYXJ0aWZhY3QudjEuQXJ0aWZhY3RTb3VyY2VCBrpIA8gBARJCCglyZXRlbnRpb24YBCABKAsyLy5haS5zdGlnbWVyLmFnZW50aWMuYXJ0aWZhY3QudjEuUmV0ZW50aW9uUG9saWN5Il4KDkFydGlmYWN0U291cmNlEh0KFXdvcmtmbG93X2V4ZWN1dGlvbl9pZBgBIAEoCRIaChJhZ2VudF9leGVjdXRpb25faWQYAiABKAkSEQoJdGFza19uYW1lGAMgASgJIiMKD1JldGVudGlvblBvbGljeRIQCgh0dGxfZGF5cxgBIAEoBWIGcHJvdG8z", [file_buf_validate_validate]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message ai.stigmer.agentic.artifact.v1.ArtifactSpec.
|
|
12
|
+
* Use `create(ArtifactSpecSchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const ArtifactSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_artifact_v1_spec, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message ai.stigmer.agentic.artifact.v1.ArtifactSource.
|
|
17
|
+
* Use `create(ArtifactSourceSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const ArtifactSourceSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_artifact_v1_spec, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message ai.stigmer.agentic.artifact.v1.RetentionPolicy.
|
|
22
|
+
* Use `create(RetentionPolicySchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const RetentionPolicySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_artifact_v1_spec, 2);
|
|
25
|
+
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/artifact/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,slBAAslB,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AAgFjoB;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AA4C3D;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AA8B3D;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -150,6 +150,39 @@ export type RunnerStatus = Message<"ai.stigmer.agentic.runner.v1.RunnerStatus">
|
|
|
150
150
|
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerConnectionInfo connection_info = 8;
|
|
151
151
|
*/
|
|
152
152
|
connectionInfo?: RunnerConnectionInfo;
|
|
153
|
+
/**
|
|
154
|
+
* Per-process execution counts in a multi-process sandbox.
|
|
155
|
+
*
|
|
156
|
+
* In cloud mode, a single Runner resource hosts three co-located processes
|
|
157
|
+
* (agent, cursor, workflow), each reporting its own execution count via
|
|
158
|
+
* heartbeats with distinct process_type values. This map tracks the last
|
|
159
|
+
* reported count for each process type.
|
|
160
|
+
*
|
|
161
|
+
* The aggregate current_executions field (above) is derived from the sum
|
|
162
|
+
* of all values in this map. The runner is considered idle when every
|
|
163
|
+
* value is zero.
|
|
164
|
+
*
|
|
165
|
+
* Keys: "agent", "cursor", "workflow".
|
|
166
|
+
* Empty for single-process local runners (backward compatible).
|
|
167
|
+
*
|
|
168
|
+
* @generated from field: map<string, int32> process_executions = 9;
|
|
169
|
+
*/
|
|
170
|
+
processExecutions: {
|
|
171
|
+
[key: string]: number;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* Timestamp when all processes in this runner last became idle
|
|
175
|
+
* (every value in process_executions is zero and no streams are active).
|
|
176
|
+
*
|
|
177
|
+
* Set by the server when the aggregate transitions from busy to idle.
|
|
178
|
+
* Cleared when any process reports activity. Used by server-side idle
|
|
179
|
+
* detection to trigger deprovisioning after a configurable timeout.
|
|
180
|
+
*
|
|
181
|
+
* Empty while any process has active executions.
|
|
182
|
+
*
|
|
183
|
+
* @generated from field: google.protobuf.Timestamp idle_since = 10;
|
|
184
|
+
*/
|
|
185
|
+
idleSince?: Timestamp;
|
|
153
186
|
};
|
|
154
187
|
/**
|
|
155
188
|
* Describes the message ai.stigmer.agentic.runner.v1.RunnerStatus.
|
|
@@ -11,7 +11,7 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
11
11
|
/**
|
|
12
12
|
* Describes the file ai/stigmer/agentic/runner/v1/api.proto.
|
|
13
13
|
*/
|
|
14
|
-
export const file_ai_stigmer_agentic_runner_v1_api = /*@__PURE__*/ fileDesc("
|
|
14
|
+
export const file_ai_stigmer_agentic_runner_v1_api = /*@__PURE__*/ fileDesc("CiZhaS9zdGlnbWVyL2FnZW50aWMvcnVubmVyL3YxL2FwaS5wcm90bxIcYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MSKbAgoGUnVubmVyEjEKC2FwaV92ZXJzaW9uGAEgASgJQhy6SBlyFwoVYWdlbnRpYy5zdGlnbWVyLmFpL3YxEhsKBGtpbmQYAiABKAlCDbpICnIICgZSdW5uZXISTQoIbWV0YWRhdGEYAyABKAsyMy5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VNZXRhZGF0YUIGukgDyAEBEjYKBHNwZWMYBCABKAsyKC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lclNwZWMSOgoGc3RhdHVzGAUgASgLMiouYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJTdGF0dXMi7AQKDFJ1bm5lclN0YXR1cxI/CgVhdWRpdBhjIAEoCzIwLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZUF1ZGl0EjgKBXBoYXNlGAEgASgOMikuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJQaGFzZRISCgp0YXNrX3F1ZXVlGAIgASgJEjUKEWxhc3RfaGVhcnRiZWF0X2F0GAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgpzdGFydGVkX2F0GAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgpzdG9wcGVkX2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIaChJjdXJyZW50X2V4ZWN1dGlvbnMYBiABKAUSSwoPY29ubmVjdGlvbl9pbmZvGAggASgLMjIuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJDb25uZWN0aW9uSW5mbxJdChJwcm9jZXNzX2V4ZWN1dGlvbnMYCSADKAsyQS5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lclN0YXR1cy5Qcm9jZXNzRXhlY3V0aW9uc0VudHJ5Ei4KCmlkbGVfc2luY2UYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wGjgKFlByb2Nlc3NFeGVjdXRpb25zRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgFOgI4AUoECAcQCCJuChRSdW5uZXJDb25uZWN0aW9uSW5mbxIQCghob3N0bmFtZRgBIAEoCRIKCgJvcxgCIAEoCRIMCgRhcmNoGAMgASgJEhYKDnJ1bm5lcl92ZXJzaW9uGAQgASgJEhIKCm1hY2hpbmVfaWQYBSABKAliBnByb3RvMw", [file_ai_stigmer_agentic_runner_v1_enum, file_ai_stigmer_agentic_runner_v1_spec, file_ai_stigmer_commons_apiresource_metadata, file_ai_stigmer_commons_apiresource_status, file_buf_validate_validate, file_google_protobuf_timestamp]);
|
|
15
15
|
/**
|
|
16
16
|
* Describes the message ai.stigmer.agentic.runner.v1.Runner.
|
|
17
17
|
* Use `create(RunnerSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,cAAc,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,cAAc,CAAC;AAEtE,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/api_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,oHAAoH;AACpH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,cAAc,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,cAAc,CAAC;AAEtE,OAAO,EAAE,4CAA4C,EAAE,MAAM,6CAA6C,CAAC;AAE3G,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AACvG,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,47CAA47C,EAAE,CAAC,sCAAsC,EAAE,sCAAsC,EAAE,4CAA4C,EAAE,0CAA0C,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AA0EjrD;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAuB,aAAa,CAC3D,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAiHxD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA0DxD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -222,7 +222,7 @@ export type RunnerHeartbeat = Message<"ai.stigmer.agentic.runner.v1.RunnerHeartb
|
|
|
222
222
|
*/
|
|
223
223
|
phase: RunnerPhase;
|
|
224
224
|
/**
|
|
225
|
-
* Number of executions currently in progress on this runner.
|
|
225
|
+
* Number of executions currently in progress on this runner process.
|
|
226
226
|
*
|
|
227
227
|
* @generated from field: int32 current_executions = 3;
|
|
228
228
|
*/
|
|
@@ -235,6 +235,20 @@ export type RunnerHeartbeat = Message<"ai.stigmer.agentic.runner.v1.RunnerHeartb
|
|
|
235
235
|
* @generated from field: ai.stigmer.agentic.runner.v1.RunnerConnectionInfo connection_info = 4;
|
|
236
236
|
*/
|
|
237
237
|
connectionInfo?: RunnerConnectionInfo;
|
|
238
|
+
/**
|
|
239
|
+
* Identifies which runner process is sending this heartbeat.
|
|
240
|
+
*
|
|
241
|
+
* In a multi-process sandbox, all three runner processes share the same
|
|
242
|
+
* runner_id but report independently. The server aggregates activity
|
|
243
|
+
* across all process types to determine when the sandbox is idle.
|
|
244
|
+
*
|
|
245
|
+
* Values: "agent" (Python), "cursor" (TypeScript), "workflow" (Go).
|
|
246
|
+
* Empty string is treated as "agent" for backward compatibility with
|
|
247
|
+
* existing single-process sandboxes.
|
|
248
|
+
*
|
|
249
|
+
* @generated from field: string process_type = 5;
|
|
250
|
+
*/
|
|
251
|
+
processType: string;
|
|
238
252
|
};
|
|
239
253
|
/**
|
|
240
254
|
* Describes the message ai.stigmer.agentic.runner.v1.RunnerHeartbeat.
|
|
@@ -10,7 +10,7 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
|
10
10
|
/**
|
|
11
11
|
* Describes the file ai/stigmer/agentic/runner/v1/io.proto.
|
|
12
12
|
*/
|
|
13
|
-
export const file_ai_stigmer_agentic_runner_v1_io = /*@__PURE__*/ fileDesc("
|
|
13
|
+
export const file_ai_stigmer_agentic_runner_v1_io = /*@__PURE__*/ fileDesc("CiVhaS9zdGlnbWVyL2FnZW50aWMvcnVubmVyL3YxL2lvLnByb3RvEhxhaS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxIiEKCFJ1bm5lcklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEi3AEKEkxpc3RSdW5uZXJzUmVxdWVzdBIUCgNvcmcYASABKAlCB7pIBHICEAESTAoGbGFiZWxzGAIgAygLMjwuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5MaXN0UnVubmVyc1JlcXVlc3QuTGFiZWxzRW50cnkSMwoJcGFnZV9pbmZvGAMgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mbxotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIlYKClJ1bm5lckxpc3QSEwoLdG90YWxfY291bnQYASABKAUSMwoFaXRlbXMYAiADKAsyJC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lciKMAQoWUnVubmVyU2VuZENvbW1hbmRJbnB1dBIZCglydW5uZXJfaWQYASABKAlCBrpIA8gBARJMCg5saXN0X2RpcmVjdG9yeRgCIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuTGlzdERpcmVjdG9yeVJlcXVlc3RIAEIJCgdjb21tYW5kIrsBChlSdW5uZXJTdHJlYW1DbGllbnRNZXNzYWdlEkIKCWhlYXJ0YmVhdBgBIAEoCzItLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVySGVhcnRiZWF0SAASTwoQY29tbWFuZF9yZXNwb25zZRgCIAEoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVyQ29tbWFuZFJlc3BvbnNlSABCCQoHbWVzc2FnZSJ1ChlSdW5uZXJTdHJlYW1TZXJ2ZXJNZXNzYWdlEk0KD2NvbW1hbmRfcmVxdWVzdBgBIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVyQ29tbWFuZFJlcXVlc3RIAEIJCgdtZXNzYWdlIt0BCg9SdW5uZXJIZWFydGJlYXQSEQoJcnVubmVyX2lkGAEgASgJEjgKBXBoYXNlGAIgASgOMikuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJQaGFzZRIaChJjdXJyZW50X2V4ZWN1dGlvbnMYAyABKAUSSwoPY29ubmVjdGlvbl9pbmZvGAQgASgLMjIuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJDb25uZWN0aW9uSW5mbxIUCgxwcm9jZXNzX3R5cGUYBSABKAkixAEKFFJ1bm5lckNvbW1hbmRSZXF1ZXN0EhIKCnJlcXVlc3RfaWQYASABKAkSTAoObGlzdF9kaXJlY3RvcnkYAiABKAsyMi5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLkxpc3REaXJlY3RvcnlSZXF1ZXN0SAASPwoEc3RvcBgDIAEoCzIvLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuU3RvcFJ1bm5lclJlcXVlc3RIAEIJCgdjb21tYW5kIokCChVSdW5uZXJDb21tYW5kUmVzcG9uc2USEgoKcmVxdWVzdF9pZBgBIAEoCRJNCg5saXN0X2RpcmVjdG9yeRgCIAEoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuTGlzdERpcmVjdG9yeVJlc3BvbnNlSAASQQoFZXJyb3IYAyABKAsyMC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lckNvbW1hbmRFcnJvckgAEkAKBHN0b3AYBCABKAsyMC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlN0b3BSdW5uZXJSZXNwb25zZUgAQggKBnJlc3VsdCIkChRMaXN0RGlyZWN0b3J5UmVxdWVzdBIMCgRwYXRoGAEgASgJIqABChVMaXN0RGlyZWN0b3J5UmVzcG9uc2USFQoNcmVzb2x2ZWRfcGF0aBgBIAEoCRI9CgdlbnRyaWVzGAIgAygLMiwuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5EaXJlY3RvcnlFbnRyeRIWCg5ob21lX2RpcmVjdG9yeRgDIAEoCRIZChFjdXJyZW50X2RpcmVjdG9yeRgEIAEoCSJHCg5EaXJlY3RvcnlFbnRyeRIMCgRuYW1lGAEgASgJEhQKDGlzX2RpcmVjdG9yeRgCIAEoCBIRCglpc19oaWRkZW4YAyABKAgiJQoSUnVubmVyQ29tbWFuZEVycm9yEg8KB21lc3NhZ2UYASABKAkiIwoRU3RvcFJ1bm5lclJlcXVlc3QSDgoGcmVhc29uGAEgASgJIhQKElN0b3BSdW5uZXJSZXNwb25zZSI8Cg9SdW5uZXJTdG9wSW5wdXQSGQoJcnVubmVyX2lkGAEgASgJQga6SAPIAQESDgoGcmVhc29uGAIgASgJIjAKGENyZWF0ZUxhdW5jaFRva2VuUmVxdWVzdBIUCgNvcmcYASABKAlCB7pIBHICEAEiWgoZQ3JlYXRlTGF1bmNoVG9rZW5SZXNwb25zZRINCgV0b2tlbhgBIAEoCRIuCgpleHBpcmVzX2F0GAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCI0ChpFeGNoYW5nZUxhdW5jaFRva2VuUmVxdWVzdBIWCgV0b2tlbhgBIAEoCUIHukgEcgIQASJoChtFeGNoYW5nZUxhdW5jaFRva2VuUmVzcG9uc2USFAoMYWNjZXNzX3Rva2VuGAEgASgJEhIKCnRva2VuX3R5cGUYAiABKAkSEgoKZXhwaXJlc19pbhgDIAEoBRILCgNvcmcYBCABKAliBnByb3RvMw", [file_ai_stigmer_agentic_runner_v1_api, file_ai_stigmer_agentic_runner_v1_enum, file_ai_stigmer_commons_rpc_pagination, file_buf_validate_validate, file_google_protobuf_timestamp]);
|
|
14
14
|
/**
|
|
15
15
|
* Describes the message ai.stigmer.agentic.runner.v1.RunnerId.
|
|
16
16
|
* Use `create(RunnerIdSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,mHAAmH;AACnH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,aAAa,CAAC;AAEpE,OAAO,EAAE,sCAAsC,EAAE,MAAM,cAAc,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,mHAAmH;AACnH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,aAAa,CAAC;AAEpE,OAAO,EAAE,sCAAsC,EAAE,MAAM,cAAc,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAAY,aAAa,CACxE,QAAQ,CAAC,ggGAAggG,EAAE,CAAC,qCAAqC,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAgBlsG;;;GAGG;AACH,MAAM,CAAC,MAAM,cAAc,GAAyB,aAAa,CAC/D,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAkCvD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAuBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAsCvD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AA+BvD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAwBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAgEvD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AA2CvD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AA0CvD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAqBvD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,oCAAoC,EAAE,CAAC,CAAC,CAAC;AAuCvD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AA+BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AAiBxD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AAoBxD;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AAaxD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AA4BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AAqBxD;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AA0BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AAoBxD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC;AA2CxD;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,oCAAoC,EAAE,EAAE,CAAC,CAAC"}
|