@evalops/sdk-ts 0.1.13
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/README.md +15 -0
- package/dist/agentregistry/v1/service_pb.d.ts +458 -0
- package/dist/agentregistry/v1/service_pb.js +100 -0
- package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
- package/dist/agentruntime/v1/runtime_pb.js +480 -0
- package/dist/agents/v1/agents_pb.d.ts +1151 -0
- package/dist/agents/v1/agents_pb.js +256 -0
- package/dist/approvals/v1/approvals_pb.d.ts +788 -0
- package/dist/approvals/v1/approvals_pb.js +212 -0
- package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
- package/dist/artifacts/v1/artifacts_pb.js +292 -0
- package/dist/attestation/v1/attestation_pb.d.ts +359 -0
- package/dist/attestation/v1/attestation_pb.js +84 -0
- package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
- package/dist/attribution/v1/attribution_pb.js +285 -0
- package/dist/audit/v1/audit_pb.d.ts +1151 -0
- package/dist/audit/v1/audit_pb.js +262 -0
- package/dist/buf/validate/validate_pb.d.ts +4827 -0
- package/dist/buf/validate/validate_pb.js +356 -0
- package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
- package/dist/catalogs/v1/catalogs_pb.js +38 -0
- package/dist/common/v1/analytics_pb.d.ts +134 -0
- package/dist/common/v1/analytics_pb.js +72 -0
- package/dist/common/v1/authz_pb.d.ts +23 -0
- package/dist/common/v1/authz_pb.js +26 -0
- package/dist/common/v1/delivery_pb.d.ts +36 -0
- package/dist/common/v1/delivery_pb.js +40 -0
- package/dist/common/v1/entity_pb.d.ts +44 -0
- package/dist/common/v1/entity_pb.js +48 -0
- package/dist/common/v1/risk_pb.d.ts +36 -0
- package/dist/common/v1/risk_pb.js +40 -0
- package/dist/compliance/v1/compliance_pb.d.ts +866 -0
- package/dist/compliance/v1/compliance_pb.js +240 -0
- package/dist/config/v1/config_pb.d.ts +589 -0
- package/dist/config/v1/config_pb.js +164 -0
- package/dist/connectors/v1/connectors_pb.d.ts +653 -0
- package/dist/connectors/v1/connectors_pb.js +236 -0
- package/dist/entities/v1/entities_pb.d.ts +784 -0
- package/dist/entities/v1/entities_pb.js +197 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
- package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
- package/dist/events/v1/change_pb.d.ts +60 -0
- package/dist/events/v1/change_pb.js +14 -0
- package/dist/events/v1/cloudevent_pb.d.ts +63 -0
- package/dist/events/v1/cloudevent_pb.js +14 -0
- package/dist/events/v1/evaluation_pb.d.ts +124 -0
- package/dist/events/v1/evaluation_pb.js +24 -0
- package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
- package/dist/fermata/v1/fermata_pb.js +515 -0
- package/dist/fermata/v1/worker_pb.d.ts +223 -0
- package/dist/fermata/v1/worker_pb.js +55 -0
- package/dist/gate/v1/audit_pb.d.ts +243 -0
- package/dist/gate/v1/audit_pb.js +60 -0
- package/dist/gate/v1/connector_pb.d.ts +360 -0
- package/dist/gate/v1/connector_pb.js +91 -0
- package/dist/gate/v1/controlplane_pb.d.ts +345 -0
- package/dist/gate/v1/controlplane_pb.js +19 -0
- package/dist/gate/v1/identity_group_pb.d.ts +255 -0
- package/dist/gate/v1/identity_group_pb.js +90 -0
- package/dist/gate/v1/recording_pb.d.ts +93 -0
- package/dist/gate/v1/recording_pb.js +35 -0
- package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
- package/dist/gate/v1/resource_policy_pb.js +145 -0
- package/dist/gate/v1/tenant_pb.d.ts +273 -0
- package/dist/gate/v1/tenant_pb.js +101 -0
- package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
- package/dist/gate/v1/webhook_access_pb.js +105 -0
- package/dist/google/api/annotations_pb.d.ts +13 -0
- package/dist/google/api/annotations_pb.js +26 -0
- package/dist/google/api/http_pb.d.ts +440 -0
- package/dist/google/api/http_pb.js +33 -0
- package/dist/governance/v1/governance_pb.d.ts +1219 -0
- package/dist/governance/v1/governance_pb.js +376 -0
- package/dist/identity/v1/organizations_pb.d.ts +621 -0
- package/dist/identity/v1/organizations_pb.js +166 -0
- package/dist/identity/v1/sessions_pb.d.ts +78 -0
- package/dist/identity/v1/sessions_pb.js +19 -0
- package/dist/identity/v1/tokens_pb.d.ts +332 -0
- package/dist/identity/v1/tokens_pb.js +56 -0
- package/dist/ingest/v1/admin_pb.d.ts +471 -0
- package/dist/ingest/v1/admin_pb.js +112 -0
- package/dist/ingest/v1/event_pb.d.ts +155 -0
- package/dist/ingest/v1/event_pb.js +24 -0
- package/dist/keys/v1/keys_pb.d.ts +241 -0
- package/dist/keys/v1/keys_pb.js +52 -0
- package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
- package/dist/llmgateway/v1/gateway_pb.js +79 -0
- package/dist/memory/v1/memory_pb.d.ts +1260 -0
- package/dist/memory/v1/memory_pb.js +243 -0
- package/dist/meter/v1/meter_pb.d.ts +1691 -0
- package/dist/meter/v1/meter_pb.js +263 -0
- package/dist/notifications/v1/notifications_pb.d.ts +777 -0
- package/dist/notifications/v1/notifications_pb.js +257 -0
- package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
- package/dist/objectives/v1/objectives_pb.js +340 -0
- package/dist/posture/v1/posture_pb.d.ts +357 -0
- package/dist/posture/v1/posture_pb.js +88 -0
- package/dist/prompts/v1/prompts_pb.d.ts +864 -0
- package/dist/prompts/v1/prompts_pb.js +156 -0
- package/dist/relationships/v1/relationships_pb.d.ts +367 -0
- package/dist/relationships/v1/relationships_pb.js +96 -0
- package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
- package/dist/secretbroker/v1/broker_pb.js +168 -0
- package/dist/skills/v1/skills_pb.d.ts +652 -0
- package/dist/skills/v1/skills_pb.js +164 -0
- package/dist/tap/v1/admin_pb.d.ts +530 -0
- package/dist/tap/v1/admin_pb.js +132 -0
- package/dist/tap/v1/event_pb.d.ts +141 -0
- package/dist/tap/v1/event_pb.js +27 -0
- package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
- package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
- package/dist/traces/v1/traces_pb.d.ts +633 -0
- package/dist/traces/v1/traces_pb.js +163 -0
- package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
- package/dist/workflows/v1/workflows_pb.js +431 -0
- package/package.json +272 -0
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# EvalOps TypeScript SDK
|
|
2
|
+
|
|
3
|
+
Generated TypeScript protobuf types for EvalOps public APIs.
|
|
4
|
+
|
|
5
|
+
This package is generated from the protobuf definitions in `evalops/platform`.
|
|
6
|
+
|
|
7
|
+
```ts
|
|
8
|
+
import {
|
|
9
|
+
PromptService,
|
|
10
|
+
ResolveRequestSchema,
|
|
11
|
+
} from "@evalops/sdk-ts/prompts/v1/prompts_pb";
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
The `_pb` exports contain protobuf message schemas and service descriptors that
|
|
15
|
+
can be passed to Connect clients.
|
|
@@ -0,0 +1,458 @@
|
|
|
1
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file agentregistry/v1/service.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_agentregistry_v1_service: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message agentregistry.v1.Capacity
|
|
10
|
+
*/
|
|
11
|
+
export type Capacity = Message<"agentregistry.v1.Capacity"> & {
|
|
12
|
+
/**
|
|
13
|
+
* @generated from field: int32 current = 1;
|
|
14
|
+
*/
|
|
15
|
+
current: number;
|
|
16
|
+
/**
|
|
17
|
+
* @generated from field: int32 max = 2;
|
|
18
|
+
*/
|
|
19
|
+
max: number;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message agentregistry.v1.Capacity.
|
|
23
|
+
* Use `create(CapacitySchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export declare const CapacitySchema: GenMessage<Capacity>;
|
|
26
|
+
/**
|
|
27
|
+
* @generated from message agentregistry.v1.Agent
|
|
28
|
+
*/
|
|
29
|
+
export type Agent = Message<"agentregistry.v1.Agent"> & {
|
|
30
|
+
/**
|
|
31
|
+
* @generated from field: string id = 1;
|
|
32
|
+
*/
|
|
33
|
+
id: string;
|
|
34
|
+
/**
|
|
35
|
+
* @generated from field: string organization_id = 2;
|
|
36
|
+
*/
|
|
37
|
+
organizationId: string;
|
|
38
|
+
/**
|
|
39
|
+
* @generated from field: string surface = 3;
|
|
40
|
+
*/
|
|
41
|
+
surface: string;
|
|
42
|
+
/**
|
|
43
|
+
* @generated from field: repeated string capabilities = 4;
|
|
44
|
+
*/
|
|
45
|
+
capabilities: string[];
|
|
46
|
+
/**
|
|
47
|
+
* @generated from field: string status = 5;
|
|
48
|
+
*/
|
|
49
|
+
status: string;
|
|
50
|
+
/**
|
|
51
|
+
* @generated from field: agentregistry.v1.Capacity capacity = 6;
|
|
52
|
+
*/
|
|
53
|
+
capacity?: Capacity;
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: map<string, string> metadata = 7;
|
|
56
|
+
*/
|
|
57
|
+
metadata: {
|
|
58
|
+
[key: string]: string;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @generated from field: google.protobuf.Timestamp heartbeat_at = 8;
|
|
62
|
+
*/
|
|
63
|
+
heartbeatAt?: Timestamp;
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: google.protobuf.Timestamp registered_at = 9;
|
|
66
|
+
*/
|
|
67
|
+
registeredAt?: Timestamp;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Describes the message agentregistry.v1.Agent.
|
|
71
|
+
* Use `create(AgentSchema)` to create a new message.
|
|
72
|
+
*/
|
|
73
|
+
export declare const AgentSchema: GenMessage<Agent>;
|
|
74
|
+
/**
|
|
75
|
+
* @generated from message agentregistry.v1.RegisterAgentRequest
|
|
76
|
+
*/
|
|
77
|
+
export type RegisterAgentRequest = Message<"agentregistry.v1.RegisterAgentRequest"> & {
|
|
78
|
+
/**
|
|
79
|
+
* @generated from field: string surface = 1;
|
|
80
|
+
*/
|
|
81
|
+
surface: string;
|
|
82
|
+
/**
|
|
83
|
+
* @generated from field: repeated string capabilities = 2;
|
|
84
|
+
*/
|
|
85
|
+
capabilities: string[];
|
|
86
|
+
/**
|
|
87
|
+
* @generated from field: string status = 3;
|
|
88
|
+
*/
|
|
89
|
+
status: string;
|
|
90
|
+
/**
|
|
91
|
+
* @generated from field: agentregistry.v1.Capacity capacity = 4;
|
|
92
|
+
*/
|
|
93
|
+
capacity?: Capacity;
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: map<string, string> metadata = 5;
|
|
96
|
+
*/
|
|
97
|
+
metadata: {
|
|
98
|
+
[key: string]: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Describes the message agentregistry.v1.RegisterAgentRequest.
|
|
103
|
+
* Use `create(RegisterAgentRequestSchema)` to create a new message.
|
|
104
|
+
*/
|
|
105
|
+
export declare const RegisterAgentRequestSchema: GenMessage<RegisterAgentRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* @generated from message agentregistry.v1.RegisterAgentResponse
|
|
108
|
+
*/
|
|
109
|
+
export type RegisterAgentResponse = Message<"agentregistry.v1.RegisterAgentResponse"> & {
|
|
110
|
+
/**
|
|
111
|
+
* @generated from field: agentregistry.v1.Agent agent = 1;
|
|
112
|
+
*/
|
|
113
|
+
agent?: Agent;
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* Describes the message agentregistry.v1.RegisterAgentResponse.
|
|
117
|
+
* Use `create(RegisterAgentResponseSchema)` to create a new message.
|
|
118
|
+
*/
|
|
119
|
+
export declare const RegisterAgentResponseSchema: GenMessage<RegisterAgentResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* @generated from message agentregistry.v1.ListAgentsRequest
|
|
122
|
+
*/
|
|
123
|
+
export type ListAgentsRequest = Message<"agentregistry.v1.ListAgentsRequest"> & {
|
|
124
|
+
/**
|
|
125
|
+
* @generated from field: string surface = 1;
|
|
126
|
+
*/
|
|
127
|
+
surface: string;
|
|
128
|
+
/**
|
|
129
|
+
* @generated from field: string capability = 2;
|
|
130
|
+
*/
|
|
131
|
+
capability: string;
|
|
132
|
+
/**
|
|
133
|
+
* @generated from field: string status = 3;
|
|
134
|
+
*/
|
|
135
|
+
status: string;
|
|
136
|
+
/**
|
|
137
|
+
* @generated from field: int32 limit = 4;
|
|
138
|
+
*/
|
|
139
|
+
limit: number;
|
|
140
|
+
/**
|
|
141
|
+
* @generated from field: int32 offset = 5;
|
|
142
|
+
*/
|
|
143
|
+
offset: number;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Describes the message agentregistry.v1.ListAgentsRequest.
|
|
147
|
+
* Use `create(ListAgentsRequestSchema)` to create a new message.
|
|
148
|
+
*/
|
|
149
|
+
export declare const ListAgentsRequestSchema: GenMessage<ListAgentsRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* @generated from message agentregistry.v1.ListAgentsResponse
|
|
152
|
+
*/
|
|
153
|
+
export type ListAgentsResponse = Message<"agentregistry.v1.ListAgentsResponse"> & {
|
|
154
|
+
/**
|
|
155
|
+
* @generated from field: repeated agentregistry.v1.Agent agents = 1;
|
|
156
|
+
*/
|
|
157
|
+
agents: Agent[];
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* Describes the message agentregistry.v1.ListAgentsResponse.
|
|
161
|
+
* Use `create(ListAgentsResponseSchema)` to create a new message.
|
|
162
|
+
*/
|
|
163
|
+
export declare const ListAgentsResponseSchema: GenMessage<ListAgentsResponse>;
|
|
164
|
+
/**
|
|
165
|
+
* @generated from message agentregistry.v1.GetAgentRequest
|
|
166
|
+
*/
|
|
167
|
+
export type GetAgentRequest = Message<"agentregistry.v1.GetAgentRequest"> & {
|
|
168
|
+
/**
|
|
169
|
+
* @generated from field: string id = 1;
|
|
170
|
+
*/
|
|
171
|
+
id: string;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* Describes the message agentregistry.v1.GetAgentRequest.
|
|
175
|
+
* Use `create(GetAgentRequestSchema)` to create a new message.
|
|
176
|
+
*/
|
|
177
|
+
export declare const GetAgentRequestSchema: GenMessage<GetAgentRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* @generated from message agentregistry.v1.GetAgentResponse
|
|
180
|
+
*/
|
|
181
|
+
export type GetAgentResponse = Message<"agentregistry.v1.GetAgentResponse"> & {
|
|
182
|
+
/**
|
|
183
|
+
* @generated from field: agentregistry.v1.Agent agent = 1;
|
|
184
|
+
*/
|
|
185
|
+
agent?: Agent;
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* Describes the message agentregistry.v1.GetAgentResponse.
|
|
189
|
+
* Use `create(GetAgentResponseSchema)` to create a new message.
|
|
190
|
+
*/
|
|
191
|
+
export declare const GetAgentResponseSchema: GenMessage<GetAgentResponse>;
|
|
192
|
+
/**
|
|
193
|
+
* @generated from message agentregistry.v1.UpdateAgentRequest
|
|
194
|
+
*/
|
|
195
|
+
export type UpdateAgentRequest = Message<"agentregistry.v1.UpdateAgentRequest"> & {
|
|
196
|
+
/**
|
|
197
|
+
* @generated from field: string surface = 1;
|
|
198
|
+
*/
|
|
199
|
+
surface: string;
|
|
200
|
+
/**
|
|
201
|
+
* @generated from field: repeated string capabilities = 2;
|
|
202
|
+
*/
|
|
203
|
+
capabilities: string[];
|
|
204
|
+
/**
|
|
205
|
+
* @generated from field: string status = 3;
|
|
206
|
+
*/
|
|
207
|
+
status: string;
|
|
208
|
+
/**
|
|
209
|
+
* @generated from field: agentregistry.v1.Capacity capacity = 4;
|
|
210
|
+
*/
|
|
211
|
+
capacity?: Capacity;
|
|
212
|
+
/**
|
|
213
|
+
* @generated from field: map<string, string> metadata = 5;
|
|
214
|
+
*/
|
|
215
|
+
metadata: {
|
|
216
|
+
[key: string]: string;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* @generated from field: string id = 6;
|
|
220
|
+
*/
|
|
221
|
+
id: string;
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* Describes the message agentregistry.v1.UpdateAgentRequest.
|
|
225
|
+
* Use `create(UpdateAgentRequestSchema)` to create a new message.
|
|
226
|
+
*/
|
|
227
|
+
export declare const UpdateAgentRequestSchema: GenMessage<UpdateAgentRequest>;
|
|
228
|
+
/**
|
|
229
|
+
* @generated from message agentregistry.v1.UpdateAgentResponse
|
|
230
|
+
*/
|
|
231
|
+
export type UpdateAgentResponse = Message<"agentregistry.v1.UpdateAgentResponse"> & {
|
|
232
|
+
/**
|
|
233
|
+
* @generated from field: agentregistry.v1.Agent agent = 1;
|
|
234
|
+
*/
|
|
235
|
+
agent?: Agent;
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* Describes the message agentregistry.v1.UpdateAgentResponse.
|
|
239
|
+
* Use `create(UpdateAgentResponseSchema)` to create a new message.
|
|
240
|
+
*/
|
|
241
|
+
export declare const UpdateAgentResponseSchema: GenMessage<UpdateAgentResponse>;
|
|
242
|
+
/**
|
|
243
|
+
* @generated from message agentregistry.v1.DeleteAgentRequest
|
|
244
|
+
*/
|
|
245
|
+
export type DeleteAgentRequest = Message<"agentregistry.v1.DeleteAgentRequest"> & {
|
|
246
|
+
/**
|
|
247
|
+
* @generated from field: string id = 1;
|
|
248
|
+
*/
|
|
249
|
+
id: string;
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* Describes the message agentregistry.v1.DeleteAgentRequest.
|
|
253
|
+
* Use `create(DeleteAgentRequestSchema)` to create a new message.
|
|
254
|
+
*/
|
|
255
|
+
export declare const DeleteAgentRequestSchema: GenMessage<DeleteAgentRequest>;
|
|
256
|
+
/**
|
|
257
|
+
* @generated from message agentregistry.v1.DeleteAgentResponse
|
|
258
|
+
*/
|
|
259
|
+
export type DeleteAgentResponse = Message<"agentregistry.v1.DeleteAgentResponse"> & {
|
|
260
|
+
/**
|
|
261
|
+
* @generated from field: agentregistry.v1.Agent agent = 1;
|
|
262
|
+
*/
|
|
263
|
+
agent?: Agent;
|
|
264
|
+
};
|
|
265
|
+
/**
|
|
266
|
+
* Describes the message agentregistry.v1.DeleteAgentResponse.
|
|
267
|
+
* Use `create(DeleteAgentResponseSchema)` to create a new message.
|
|
268
|
+
*/
|
|
269
|
+
export declare const DeleteAgentResponseSchema: GenMessage<DeleteAgentResponse>;
|
|
270
|
+
/**
|
|
271
|
+
* @generated from message agentregistry.v1.HeartbeatAgentRequest
|
|
272
|
+
*/
|
|
273
|
+
export type HeartbeatAgentRequest = Message<"agentregistry.v1.HeartbeatAgentRequest"> & {
|
|
274
|
+
/**
|
|
275
|
+
* @generated from field: string status = 1;
|
|
276
|
+
*/
|
|
277
|
+
status: string;
|
|
278
|
+
/**
|
|
279
|
+
* @generated from field: agentregistry.v1.Capacity capacity = 2;
|
|
280
|
+
*/
|
|
281
|
+
capacity?: Capacity;
|
|
282
|
+
/**
|
|
283
|
+
* @generated from field: string id = 3;
|
|
284
|
+
*/
|
|
285
|
+
id: string;
|
|
286
|
+
};
|
|
287
|
+
/**
|
|
288
|
+
* Describes the message agentregistry.v1.HeartbeatAgentRequest.
|
|
289
|
+
* Use `create(HeartbeatAgentRequestSchema)` to create a new message.
|
|
290
|
+
*/
|
|
291
|
+
export declare const HeartbeatAgentRequestSchema: GenMessage<HeartbeatAgentRequest>;
|
|
292
|
+
/**
|
|
293
|
+
* @generated from message agentregistry.v1.HeartbeatAgentResponse
|
|
294
|
+
*/
|
|
295
|
+
export type HeartbeatAgentResponse = Message<"agentregistry.v1.HeartbeatAgentResponse"> & {
|
|
296
|
+
/**
|
|
297
|
+
* @generated from field: agentregistry.v1.Agent agent = 1;
|
|
298
|
+
*/
|
|
299
|
+
agent?: Agent;
|
|
300
|
+
};
|
|
301
|
+
/**
|
|
302
|
+
* Describes the message agentregistry.v1.HeartbeatAgentResponse.
|
|
303
|
+
* Use `create(HeartbeatAgentResponseSchema)` to create a new message.
|
|
304
|
+
*/
|
|
305
|
+
export declare const HeartbeatAgentResponseSchema: GenMessage<HeartbeatAgentResponse>;
|
|
306
|
+
/**
|
|
307
|
+
* @generated from message agentregistry.v1.DiscoverAgentsRequest
|
|
308
|
+
*/
|
|
309
|
+
export type DiscoverAgentsRequest = Message<"agentregistry.v1.DiscoverAgentsRequest"> & {
|
|
310
|
+
/**
|
|
311
|
+
* @generated from field: string capability = 1;
|
|
312
|
+
*/
|
|
313
|
+
capability: string;
|
|
314
|
+
/**
|
|
315
|
+
* @generated from field: repeated string capabilities = 2;
|
|
316
|
+
*/
|
|
317
|
+
capabilities: string[];
|
|
318
|
+
/**
|
|
319
|
+
* @generated from field: map<string, string> metadata = 3;
|
|
320
|
+
*/
|
|
321
|
+
metadata: {
|
|
322
|
+
[key: string]: string;
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* @generated from field: string surface = 4;
|
|
326
|
+
*/
|
|
327
|
+
surface: string;
|
|
328
|
+
/**
|
|
329
|
+
* @generated from field: string status = 5;
|
|
330
|
+
*/
|
|
331
|
+
status: string;
|
|
332
|
+
/**
|
|
333
|
+
* @generated from field: int32 limit = 6;
|
|
334
|
+
*/
|
|
335
|
+
limit: number;
|
|
336
|
+
};
|
|
337
|
+
/**
|
|
338
|
+
* Describes the message agentregistry.v1.DiscoverAgentsRequest.
|
|
339
|
+
* Use `create(DiscoverAgentsRequestSchema)` to create a new message.
|
|
340
|
+
*/
|
|
341
|
+
export declare const DiscoverAgentsRequestSchema: GenMessage<DiscoverAgentsRequest>;
|
|
342
|
+
/**
|
|
343
|
+
* @generated from message agentregistry.v1.DiscoverAgentsResponse
|
|
344
|
+
*/
|
|
345
|
+
export type DiscoverAgentsResponse = Message<"agentregistry.v1.DiscoverAgentsResponse"> & {
|
|
346
|
+
/**
|
|
347
|
+
* @generated from field: repeated agentregistry.v1.Agent agents = 1;
|
|
348
|
+
*/
|
|
349
|
+
agents: Agent[];
|
|
350
|
+
};
|
|
351
|
+
/**
|
|
352
|
+
* Describes the message agentregistry.v1.DiscoverAgentsResponse.
|
|
353
|
+
* Use `create(DiscoverAgentsResponseSchema)` to create a new message.
|
|
354
|
+
*/
|
|
355
|
+
export declare const DiscoverAgentsResponseSchema: GenMessage<DiscoverAgentsResponse>;
|
|
356
|
+
/**
|
|
357
|
+
* AgentRegistryService is the deprecated compatibility API for the original
|
|
358
|
+
* agent presence and discovery contract.
|
|
359
|
+
*
|
|
360
|
+
* Deprecated: use agents.v1.AgentService for agent lifecycle, heartbeat,
|
|
361
|
+
* discovery, configuration, and delegation APIs.
|
|
362
|
+
*
|
|
363
|
+
* @generated from service agentregistry.v1.AgentRegistryService
|
|
364
|
+
* @deprecated
|
|
365
|
+
*/
|
|
366
|
+
export declare const AgentRegistryService: GenService<{
|
|
367
|
+
/**
|
|
368
|
+
* RegisterAgent records agent presence on a surface.
|
|
369
|
+
*
|
|
370
|
+
* Deprecated: use agents.v1.AgentService.Register.
|
|
371
|
+
*
|
|
372
|
+
* @generated from rpc agentregistry.v1.AgentRegistryService.RegisterAgent
|
|
373
|
+
* @deprecated
|
|
374
|
+
*/
|
|
375
|
+
registerAgent: {
|
|
376
|
+
methodKind: "unary";
|
|
377
|
+
input: typeof RegisterAgentRequestSchema;
|
|
378
|
+
output: typeof RegisterAgentResponseSchema;
|
|
379
|
+
};
|
|
380
|
+
/**
|
|
381
|
+
* ListAgents returns agent presence records.
|
|
382
|
+
*
|
|
383
|
+
* Deprecated: use agents.v1.AgentService.List.
|
|
384
|
+
*
|
|
385
|
+
* @generated from rpc agentregistry.v1.AgentRegistryService.ListAgents
|
|
386
|
+
* @deprecated
|
|
387
|
+
*/
|
|
388
|
+
listAgents: {
|
|
389
|
+
methodKind: "unary";
|
|
390
|
+
input: typeof ListAgentsRequestSchema;
|
|
391
|
+
output: typeof ListAgentsResponseSchema;
|
|
392
|
+
};
|
|
393
|
+
/**
|
|
394
|
+
* GetAgent retrieves one agent presence record.
|
|
395
|
+
*
|
|
396
|
+
* Deprecated: use agents.v1.AgentService.Get.
|
|
397
|
+
*
|
|
398
|
+
* @generated from rpc agentregistry.v1.AgentRegistryService.GetAgent
|
|
399
|
+
* @deprecated
|
|
400
|
+
*/
|
|
401
|
+
getAgent: {
|
|
402
|
+
methodKind: "unary";
|
|
403
|
+
input: typeof GetAgentRequestSchema;
|
|
404
|
+
output: typeof GetAgentResponseSchema;
|
|
405
|
+
};
|
|
406
|
+
/**
|
|
407
|
+
* UpdateAgent modifies a presence record.
|
|
408
|
+
*
|
|
409
|
+
* Deprecated: use agents.v1.AgentService.Update.
|
|
410
|
+
*
|
|
411
|
+
* @generated from rpc agentregistry.v1.AgentRegistryService.UpdateAgent
|
|
412
|
+
* @deprecated
|
|
413
|
+
*/
|
|
414
|
+
updateAgent: {
|
|
415
|
+
methodKind: "unary";
|
|
416
|
+
input: typeof UpdateAgentRequestSchema;
|
|
417
|
+
output: typeof UpdateAgentResponseSchema;
|
|
418
|
+
};
|
|
419
|
+
/**
|
|
420
|
+
* DeleteAgent removes a presence record.
|
|
421
|
+
*
|
|
422
|
+
* Deprecated: use agents.v1.AgentService.Deregister.
|
|
423
|
+
*
|
|
424
|
+
* @generated from rpc agentregistry.v1.AgentRegistryService.DeleteAgent
|
|
425
|
+
* @deprecated
|
|
426
|
+
*/
|
|
427
|
+
deleteAgent: {
|
|
428
|
+
methodKind: "unary";
|
|
429
|
+
input: typeof DeleteAgentRequestSchema;
|
|
430
|
+
output: typeof DeleteAgentResponseSchema;
|
|
431
|
+
};
|
|
432
|
+
/**
|
|
433
|
+
* HeartbeatAgent records liveness and capacity.
|
|
434
|
+
*
|
|
435
|
+
* Deprecated: use agents.v1.AgentService.Heartbeat.
|
|
436
|
+
*
|
|
437
|
+
* @generated from rpc agentregistry.v1.AgentRegistryService.HeartbeatAgent
|
|
438
|
+
* @deprecated
|
|
439
|
+
*/
|
|
440
|
+
heartbeatAgent: {
|
|
441
|
+
methodKind: "unary";
|
|
442
|
+
input: typeof HeartbeatAgentRequestSchema;
|
|
443
|
+
output: typeof HeartbeatAgentResponseSchema;
|
|
444
|
+
};
|
|
445
|
+
/**
|
|
446
|
+
* DiscoverAgents finds agents by capability and surface.
|
|
447
|
+
*
|
|
448
|
+
* Deprecated: use agents.v1.AgentService.List or agents.v1.AgentService.Delegate.
|
|
449
|
+
*
|
|
450
|
+
* @generated from rpc agentregistry.v1.AgentRegistryService.DiscoverAgents
|
|
451
|
+
* @deprecated
|
|
452
|
+
*/
|
|
453
|
+
discoverAgents: {
|
|
454
|
+
methodKind: "unary";
|
|
455
|
+
input: typeof DiscoverAgentsRequestSchema;
|
|
456
|
+
output: typeof DiscoverAgentsResponseSchema;
|
|
457
|
+
};
|
|
458
|
+
}>;
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=ts,import_extension=.js"
|
|
2
|
+
// @generated from file agentregistry/v1/service.proto (package agentregistry.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file agentregistry/v1/service.proto.
|
|
8
|
+
*/
|
|
9
|
+
export const file_agentregistry_v1_service = /*@__PURE__*/ fileDesc("Ch5hZ2VudHJlZ2lzdHJ5L3YxL3NlcnZpY2UucHJvdG8SEGFnZW50cmVnaXN0cnkudjEiKAoIQ2FwYWNpdHkSDwoHY3VycmVudBgBIAEoBRILCgNtYXgYAiABKAUi4AIKBUFnZW50EgoKAmlkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIPCgdzdXJmYWNlGAMgASgJEhQKDGNhcGFiaWxpdGllcxgEIAMoCRIOCgZzdGF0dXMYBSABKAkSLAoIY2FwYWNpdHkYBiABKAsyGi5hZ2VudHJlZ2lzdHJ5LnYxLkNhcGFjaXR5EjcKCG1ldGFkYXRhGAcgAygLMiUuYWdlbnRyZWdpc3RyeS52MS5BZ2VudC5NZXRhZGF0YUVudHJ5EjAKDGhlYXJ0YmVhdF9hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASMQoNcmVnaXN0ZXJlZF9hdBgJIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaLwoNTWV0YWRhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIvQBChRSZWdpc3RlckFnZW50UmVxdWVzdBIPCgdzdXJmYWNlGAEgASgJEhQKDGNhcGFiaWxpdGllcxgCIAMoCRIOCgZzdGF0dXMYAyABKAkSLAoIY2FwYWNpdHkYBCABKAsyGi5hZ2VudHJlZ2lzdHJ5LnYxLkNhcGFjaXR5EkYKCG1ldGFkYXRhGAUgAygLMjQuYWdlbnRyZWdpc3RyeS52MS5SZWdpc3RlckFnZW50UmVxdWVzdC5NZXRhZGF0YUVudHJ5Gi8KDU1ldGFkYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASI/ChVSZWdpc3RlckFnZW50UmVzcG9uc2USJgoFYWdlbnQYASABKAsyFy5hZ2VudHJlZ2lzdHJ5LnYxLkFnZW50ImcKEUxpc3RBZ2VudHNSZXF1ZXN0Eg8KB3N1cmZhY2UYASABKAkSEgoKY2FwYWJpbGl0eRgCIAEoCRIOCgZzdGF0dXMYAyABKAkSDQoFbGltaXQYBCABKAUSDgoGb2Zmc2V0GAUgASgFIj0KEkxpc3RBZ2VudHNSZXNwb25zZRInCgZhZ2VudHMYASADKAsyFy5hZ2VudHJlZ2lzdHJ5LnYxLkFnZW50Ih0KD0dldEFnZW50UmVxdWVzdBIKCgJpZBgBIAEoCSI6ChBHZXRBZ2VudFJlc3BvbnNlEiYKBWFnZW50GAEgASgLMhcuYWdlbnRyZWdpc3RyeS52MS5BZ2VudCL8AQoSVXBkYXRlQWdlbnRSZXF1ZXN0Eg8KB3N1cmZhY2UYASABKAkSFAoMY2FwYWJpbGl0aWVzGAIgAygJEg4KBnN0YXR1cxgDIAEoCRIsCghjYXBhY2l0eRgEIAEoCzIaLmFnZW50cmVnaXN0cnkudjEuQ2FwYWNpdHkSRAoIbWV0YWRhdGEYBSADKAsyMi5hZ2VudHJlZ2lzdHJ5LnYxLlVwZGF0ZUFnZW50UmVxdWVzdC5NZXRhZGF0YUVudHJ5EgoKAmlkGAYgASgJGi8KDU1ldGFkYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASI9ChNVcGRhdGVBZ2VudFJlc3BvbnNlEiYKBWFnZW50GAEgASgLMhcuYWdlbnRyZWdpc3RyeS52MS5BZ2VudCIgChJEZWxldGVBZ2VudFJlcXVlc3QSCgoCaWQYASABKAkiPQoTRGVsZXRlQWdlbnRSZXNwb25zZRImCgVhZ2VudBgBIAEoCzIXLmFnZW50cmVnaXN0cnkudjEuQWdlbnQiYQoVSGVhcnRiZWF0QWdlbnRSZXF1ZXN0Eg4KBnN0YXR1cxgBIAEoCRIsCghjYXBhY2l0eRgCIAEoCzIaLmFnZW50cmVnaXN0cnkudjEuQ2FwYWNpdHkSCgoCaWQYAyABKAkiQAoWSGVhcnRiZWF0QWdlbnRSZXNwb25zZRImCgVhZ2VudBgBIAEoCzIXLmFnZW50cmVnaXN0cnkudjEuQWdlbnQi6wEKFURpc2NvdmVyQWdlbnRzUmVxdWVzdBISCgpjYXBhYmlsaXR5GAEgASgJEhQKDGNhcGFiaWxpdGllcxgCIAMoCRJHCghtZXRhZGF0YRgDIAMoCzI1LmFnZW50cmVnaXN0cnkudjEuRGlzY292ZXJBZ2VudHNSZXF1ZXN0Lk1ldGFkYXRhRW50cnkSDwoHc3VyZmFjZRgEIAEoCRIOCgZzdGF0dXMYBSABKAkSDQoFbGltaXQYBiABKAUaLwoNTWV0YWRhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIkEKFkRpc2NvdmVyQWdlbnRzUmVzcG9uc2USJwoGYWdlbnRzGAEgAygLMhcuYWdlbnRyZWdpc3RyeS52MS5BZ2VudDLOBQoUQWdlbnRSZWdpc3RyeVNlcnZpY2USZQoNUmVnaXN0ZXJBZ2VudBImLmFnZW50cmVnaXN0cnkudjEuUmVnaXN0ZXJBZ2VudFJlcXVlc3QaJy5hZ2VudHJlZ2lzdHJ5LnYxLlJlZ2lzdGVyQWdlbnRSZXNwb25zZSIDiAIBElwKCkxpc3RBZ2VudHMSIy5hZ2VudHJlZ2lzdHJ5LnYxLkxpc3RBZ2VudHNSZXF1ZXN0GiQuYWdlbnRyZWdpc3RyeS52MS5MaXN0QWdlbnRzUmVzcG9uc2UiA4gCARJWCghHZXRBZ2VudBIhLmFnZW50cmVnaXN0cnkudjEuR2V0QWdlbnRSZXF1ZXN0GiIuYWdlbnRyZWdpc3RyeS52MS5HZXRBZ2VudFJlc3BvbnNlIgOIAgESXwoLVXBkYXRlQWdlbnQSJC5hZ2VudHJlZ2lzdHJ5LnYxLlVwZGF0ZUFnZW50UmVxdWVzdBolLmFnZW50cmVnaXN0cnkudjEuVXBkYXRlQWdlbnRSZXNwb25zZSIDiAIBEl8KC0RlbGV0ZUFnZW50EiQuYWdlbnRyZWdpc3RyeS52MS5EZWxldGVBZ2VudFJlcXVlc3QaJS5hZ2VudHJlZ2lzdHJ5LnYxLkRlbGV0ZUFnZW50UmVzcG9uc2UiA4gCARJoCg5IZWFydGJlYXRBZ2VudBInLmFnZW50cmVnaXN0cnkudjEuSGVhcnRiZWF0QWdlbnRSZXF1ZXN0GiguYWdlbnRyZWdpc3RyeS52MS5IZWFydGJlYXRBZ2VudFJlc3BvbnNlIgOIAgESaAoORGlzY292ZXJBZ2VudHMSJy5hZ2VudHJlZ2lzdHJ5LnYxLkRpc2NvdmVyQWdlbnRzUmVxdWVzdBooLmFnZW50cmVnaXN0cnkudjEuRGlzY292ZXJBZ2VudHNSZXNwb25zZSIDiAIBGgOIAgFCRVpDZ2l0aHViLmNvbS9ldmFsb3BzL3BsYXRmb3JtL2dlbi9nby9hZ2VudHJlZ2lzdHJ5L3YxO2FnZW50cmVnaXN0cnl2MWIGcHJvdG8z", [file_google_protobuf_timestamp]);
|
|
10
|
+
/**
|
|
11
|
+
* Describes the message agentregistry.v1.Capacity.
|
|
12
|
+
* Use `create(CapacitySchema)` to create a new message.
|
|
13
|
+
*/
|
|
14
|
+
export const CapacitySchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 0);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message agentregistry.v1.Agent.
|
|
17
|
+
* Use `create(AgentSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const AgentSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 1);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message agentregistry.v1.RegisterAgentRequest.
|
|
22
|
+
* Use `create(RegisterAgentRequestSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export const RegisterAgentRequestSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 2);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message agentregistry.v1.RegisterAgentResponse.
|
|
27
|
+
* Use `create(RegisterAgentResponseSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export const RegisterAgentResponseSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 3);
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message agentregistry.v1.ListAgentsRequest.
|
|
32
|
+
* Use `create(ListAgentsRequestSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
export const ListAgentsRequestSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 4);
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message agentregistry.v1.ListAgentsResponse.
|
|
37
|
+
* Use `create(ListAgentsResponseSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
export const ListAgentsResponseSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 5);
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message agentregistry.v1.GetAgentRequest.
|
|
42
|
+
* Use `create(GetAgentRequestSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
export const GetAgentRequestSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 6);
|
|
45
|
+
/**
|
|
46
|
+
* Describes the message agentregistry.v1.GetAgentResponse.
|
|
47
|
+
* Use `create(GetAgentResponseSchema)` to create a new message.
|
|
48
|
+
*/
|
|
49
|
+
export const GetAgentResponseSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 7);
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message agentregistry.v1.UpdateAgentRequest.
|
|
52
|
+
* Use `create(UpdateAgentRequestSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
export const UpdateAgentRequestSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 8);
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message agentregistry.v1.UpdateAgentResponse.
|
|
57
|
+
* Use `create(UpdateAgentResponseSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
export const UpdateAgentResponseSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 9);
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message agentregistry.v1.DeleteAgentRequest.
|
|
62
|
+
* Use `create(DeleteAgentRequestSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export const DeleteAgentRequestSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 10);
|
|
65
|
+
/**
|
|
66
|
+
* Describes the message agentregistry.v1.DeleteAgentResponse.
|
|
67
|
+
* Use `create(DeleteAgentResponseSchema)` to create a new message.
|
|
68
|
+
*/
|
|
69
|
+
export const DeleteAgentResponseSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 11);
|
|
70
|
+
/**
|
|
71
|
+
* Describes the message agentregistry.v1.HeartbeatAgentRequest.
|
|
72
|
+
* Use `create(HeartbeatAgentRequestSchema)` to create a new message.
|
|
73
|
+
*/
|
|
74
|
+
export const HeartbeatAgentRequestSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 12);
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message agentregistry.v1.HeartbeatAgentResponse.
|
|
77
|
+
* Use `create(HeartbeatAgentResponseSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
export const HeartbeatAgentResponseSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 13);
|
|
80
|
+
/**
|
|
81
|
+
* Describes the message agentregistry.v1.DiscoverAgentsRequest.
|
|
82
|
+
* Use `create(DiscoverAgentsRequestSchema)` to create a new message.
|
|
83
|
+
*/
|
|
84
|
+
export const DiscoverAgentsRequestSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 14);
|
|
85
|
+
/**
|
|
86
|
+
* Describes the message agentregistry.v1.DiscoverAgentsResponse.
|
|
87
|
+
* Use `create(DiscoverAgentsResponseSchema)` to create a new message.
|
|
88
|
+
*/
|
|
89
|
+
export const DiscoverAgentsResponseSchema = /*@__PURE__*/ messageDesc(file_agentregistry_v1_service, 15);
|
|
90
|
+
/**
|
|
91
|
+
* AgentRegistryService is the deprecated compatibility API for the original
|
|
92
|
+
* agent presence and discovery contract.
|
|
93
|
+
*
|
|
94
|
+
* Deprecated: use agents.v1.AgentService for agent lifecycle, heartbeat,
|
|
95
|
+
* discovery, configuration, and delegation APIs.
|
|
96
|
+
*
|
|
97
|
+
* @generated from service agentregistry.v1.AgentRegistryService
|
|
98
|
+
* @deprecated
|
|
99
|
+
*/
|
|
100
|
+
export const AgentRegistryService = /*@__PURE__*/ serviceDesc(file_agentregistry_v1_service, 0);
|