@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.
Files changed (116) hide show
  1. package/README.md +15 -0
  2. package/dist/agentregistry/v1/service_pb.d.ts +458 -0
  3. package/dist/agentregistry/v1/service_pb.js +100 -0
  4. package/dist/agentruntime/v1/runtime_pb.d.ts +1809 -0
  5. package/dist/agentruntime/v1/runtime_pb.js +480 -0
  6. package/dist/agents/v1/agents_pb.d.ts +1151 -0
  7. package/dist/agents/v1/agents_pb.js +256 -0
  8. package/dist/approvals/v1/approvals_pb.d.ts +788 -0
  9. package/dist/approvals/v1/approvals_pb.js +212 -0
  10. package/dist/artifacts/v1/artifacts_pb.d.ts +1079 -0
  11. package/dist/artifacts/v1/artifacts_pb.js +292 -0
  12. package/dist/attestation/v1/attestation_pb.d.ts +359 -0
  13. package/dist/attestation/v1/attestation_pb.js +84 -0
  14. package/dist/attribution/v1/attribution_pb.d.ts +1312 -0
  15. package/dist/attribution/v1/attribution_pb.js +285 -0
  16. package/dist/audit/v1/audit_pb.d.ts +1151 -0
  17. package/dist/audit/v1/audit_pb.js +262 -0
  18. package/dist/buf/validate/validate_pb.d.ts +4827 -0
  19. package/dist/buf/validate/validate_pb.js +356 -0
  20. package/dist/catalogs/v1/catalogs_pb.d.ts +150 -0
  21. package/dist/catalogs/v1/catalogs_pb.js +38 -0
  22. package/dist/common/v1/analytics_pb.d.ts +134 -0
  23. package/dist/common/v1/analytics_pb.js +72 -0
  24. package/dist/common/v1/authz_pb.d.ts +23 -0
  25. package/dist/common/v1/authz_pb.js +26 -0
  26. package/dist/common/v1/delivery_pb.d.ts +36 -0
  27. package/dist/common/v1/delivery_pb.js +40 -0
  28. package/dist/common/v1/entity_pb.d.ts +44 -0
  29. package/dist/common/v1/entity_pb.js +48 -0
  30. package/dist/common/v1/risk_pb.d.ts +36 -0
  31. package/dist/common/v1/risk_pb.js +40 -0
  32. package/dist/compliance/v1/compliance_pb.d.ts +866 -0
  33. package/dist/compliance/v1/compliance_pb.js +240 -0
  34. package/dist/config/v1/config_pb.d.ts +589 -0
  35. package/dist/config/v1/config_pb.js +164 -0
  36. package/dist/connectors/v1/connectors_pb.d.ts +653 -0
  37. package/dist/connectors/v1/connectors_pb.js +236 -0
  38. package/dist/entities/v1/entities_pb.d.ts +784 -0
  39. package/dist/entities/v1/entities_pb.js +197 -0
  40. package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +943 -0
  41. package/dist/evalpipeline/v1/evalpipeline_pb.js +227 -0
  42. package/dist/events/v1/change_pb.d.ts +60 -0
  43. package/dist/events/v1/change_pb.js +14 -0
  44. package/dist/events/v1/cloudevent_pb.d.ts +63 -0
  45. package/dist/events/v1/cloudevent_pb.js +14 -0
  46. package/dist/events/v1/evaluation_pb.d.ts +124 -0
  47. package/dist/events/v1/evaluation_pb.js +24 -0
  48. package/dist/fermata/v1/fermata_pb.d.ts +1869 -0
  49. package/dist/fermata/v1/fermata_pb.js +515 -0
  50. package/dist/fermata/v1/worker_pb.d.ts +223 -0
  51. package/dist/fermata/v1/worker_pb.js +55 -0
  52. package/dist/gate/v1/audit_pb.d.ts +243 -0
  53. package/dist/gate/v1/audit_pb.js +60 -0
  54. package/dist/gate/v1/connector_pb.d.ts +360 -0
  55. package/dist/gate/v1/connector_pb.js +91 -0
  56. package/dist/gate/v1/controlplane_pb.d.ts +345 -0
  57. package/dist/gate/v1/controlplane_pb.js +19 -0
  58. package/dist/gate/v1/identity_group_pb.d.ts +255 -0
  59. package/dist/gate/v1/identity_group_pb.js +90 -0
  60. package/dist/gate/v1/recording_pb.d.ts +93 -0
  61. package/dist/gate/v1/recording_pb.js +35 -0
  62. package/dist/gate/v1/resource_policy_pb.d.ts +541 -0
  63. package/dist/gate/v1/resource_policy_pb.js +145 -0
  64. package/dist/gate/v1/tenant_pb.d.ts +273 -0
  65. package/dist/gate/v1/tenant_pb.js +101 -0
  66. package/dist/gate/v1/webhook_access_pb.d.ts +359 -0
  67. package/dist/gate/v1/webhook_access_pb.js +105 -0
  68. package/dist/google/api/annotations_pb.d.ts +13 -0
  69. package/dist/google/api/annotations_pb.js +26 -0
  70. package/dist/google/api/http_pb.d.ts +440 -0
  71. package/dist/google/api/http_pb.js +33 -0
  72. package/dist/governance/v1/governance_pb.d.ts +1219 -0
  73. package/dist/governance/v1/governance_pb.js +376 -0
  74. package/dist/identity/v1/organizations_pb.d.ts +621 -0
  75. package/dist/identity/v1/organizations_pb.js +166 -0
  76. package/dist/identity/v1/sessions_pb.d.ts +78 -0
  77. package/dist/identity/v1/sessions_pb.js +19 -0
  78. package/dist/identity/v1/tokens_pb.d.ts +332 -0
  79. package/dist/identity/v1/tokens_pb.js +56 -0
  80. package/dist/ingest/v1/admin_pb.d.ts +471 -0
  81. package/dist/ingest/v1/admin_pb.js +112 -0
  82. package/dist/ingest/v1/event_pb.d.ts +155 -0
  83. package/dist/ingest/v1/event_pb.js +24 -0
  84. package/dist/keys/v1/keys_pb.d.ts +241 -0
  85. package/dist/keys/v1/keys_pb.js +52 -0
  86. package/dist/llmgateway/v1/gateway_pb.d.ts +393 -0
  87. package/dist/llmgateway/v1/gateway_pb.js +79 -0
  88. package/dist/memory/v1/memory_pb.d.ts +1260 -0
  89. package/dist/memory/v1/memory_pb.js +243 -0
  90. package/dist/meter/v1/meter_pb.d.ts +1691 -0
  91. package/dist/meter/v1/meter_pb.js +263 -0
  92. package/dist/notifications/v1/notifications_pb.d.ts +777 -0
  93. package/dist/notifications/v1/notifications_pb.js +257 -0
  94. package/dist/objectives/v1/objectives_pb.d.ts +1000 -0
  95. package/dist/objectives/v1/objectives_pb.js +340 -0
  96. package/dist/posture/v1/posture_pb.d.ts +357 -0
  97. package/dist/posture/v1/posture_pb.js +88 -0
  98. package/dist/prompts/v1/prompts_pb.d.ts +864 -0
  99. package/dist/prompts/v1/prompts_pb.js +156 -0
  100. package/dist/relationships/v1/relationships_pb.d.ts +367 -0
  101. package/dist/relationships/v1/relationships_pb.js +96 -0
  102. package/dist/secretbroker/v1/broker_pb.d.ts +888 -0
  103. package/dist/secretbroker/v1/broker_pb.js +168 -0
  104. package/dist/skills/v1/skills_pb.d.ts +652 -0
  105. package/dist/skills/v1/skills_pb.js +164 -0
  106. package/dist/tap/v1/admin_pb.d.ts +530 -0
  107. package/dist/tap/v1/admin_pb.js +132 -0
  108. package/dist/tap/v1/event_pb.d.ts +141 -0
  109. package/dist/tap/v1/event_pb.js +27 -0
  110. package/dist/toolexecution/v1/toolexecution_pb.d.ts +994 -0
  111. package/dist/toolexecution/v1/toolexecution_pb.js +315 -0
  112. package/dist/traces/v1/traces_pb.d.ts +633 -0
  113. package/dist/traces/v1/traces_pb.js +163 -0
  114. package/dist/workflows/v1/workflows_pb.d.ts +1784 -0
  115. package/dist/workflows/v1/workflows_pb.js +431 -0
  116. package/package.json +272 -0
@@ -0,0 +1,1151 @@
1
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { DeliveryChannel } from "../../common/v1/delivery_pb.js";
3
+ import type { EntityType } from "../../common/v1/entity_pb.js";
4
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
5
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
6
+ /**
7
+ * Describes the file agents/v1/agents.proto.
8
+ */
9
+ export declare const file_agents_v1_agents: GenFile;
10
+ /**
11
+ * Agent is the canonical agent definition record.
12
+ * The id field is the value stored in every agent_id / agent string field
13
+ * across the platform: meter/v1 RecordUsageRequest.agent_id,
14
+ * objectives/v1 Objective.agent_id, approvals/v1 ApprovalRequest.agent_id,
15
+ * governance/v1 EvaluateActionRequest.agent_id, memory/v1 Memory.agent,
16
+ * and events/v1 Change.actor_id when actor_type is "agent".
17
+ *
18
+ * @generated from message agents.v1.Agent
19
+ */
20
+ export type Agent = Message<"agents.v1.Agent"> & {
21
+ /**
22
+ * @generated from field: string id = 1;
23
+ */
24
+ id: string;
25
+ /**
26
+ * @generated from field: string workspace_id = 2;
27
+ */
28
+ workspaceId: string;
29
+ /**
30
+ * @generated from field: string name = 3;
31
+ */
32
+ name: string;
33
+ /**
34
+ * @generated from field: string description = 4;
35
+ */
36
+ description: string;
37
+ /**
38
+ * agent_type aligns with identity/v1 IntrospectResponse.agent_type and
39
+ * IssueAgentTokenRequest.agent_type. Examples: "sdr", "support", "coding",
40
+ * "ops", "research".
41
+ *
42
+ * @generated from field: string agent_type = 5;
43
+ */
44
+ agentType: string;
45
+ /**
46
+ * capabilities aligns with identity/v1 IntrospectResponse.capabilities and
47
+ * IssueAgentTokenRequest.capabilities. Used by capability-based delegation
48
+ * routing. Examples: "hubspot-write", "email-send", "code-review".
49
+ *
50
+ * @generated from field: repeated string capabilities = 6;
51
+ */
52
+ capabilities: string[];
53
+ /**
54
+ * surfaces this agent can operate on. Aligns with the surface field in
55
+ * meter/v1, objectives/v1, approvals/v1. Examples: "ensemble", "chat",
56
+ * "maestro", "conductor", "slack".
57
+ *
58
+ * @generated from field: repeated string surfaces = 7;
59
+ */
60
+ surfaces: string[];
61
+ /**
62
+ * @generated from field: agents.v1.AgentStatus status = 8;
63
+ */
64
+ status: AgentStatus;
65
+ /**
66
+ * @generated from field: int32 active_config_version = 9;
67
+ */
68
+ activeConfigVersion: number;
69
+ /**
70
+ * @generated from field: string owner_id = 10;
71
+ */
72
+ ownerId: string;
73
+ /**
74
+ * @generated from field: google.protobuf.Timestamp last_heartbeat_at = 11;
75
+ */
76
+ lastHeartbeatAt?: Timestamp;
77
+ /**
78
+ * @generated from field: google.protobuf.Timestamp created_at = 12;
79
+ */
80
+ createdAt?: Timestamp;
81
+ /**
82
+ * @generated from field: google.protobuf.Timestamp updated_at = 13;
83
+ */
84
+ updatedAt?: Timestamp;
85
+ };
86
+ /**
87
+ * Describes the message agents.v1.Agent.
88
+ * Use `create(AgentSchema)` to create a new message.
89
+ */
90
+ export declare const AgentSchema: GenMessage<Agent>;
91
+ /**
92
+ * AgentConfig is an immutable snapshot of everything that shapes an agent's
93
+ * behavior. Promotion and rollback are both config version reassignments —
94
+ * the same pattern as prompts/v1 Label.
95
+ *
96
+ * @generated from message agents.v1.AgentConfig
97
+ */
98
+ export type AgentConfig = Message<"agents.v1.AgentConfig"> & {
99
+ /**
100
+ * @generated from field: int32 version = 1;
101
+ */
102
+ version: number;
103
+ /**
104
+ * @generated from field: string agent_id = 2;
105
+ */
106
+ agentId: string;
107
+ /**
108
+ * skill_ids reference skills/v1 Skill.id — the reusable capabilities
109
+ * this agent has loaded.
110
+ *
111
+ * @generated from field: repeated string skill_ids = 3;
112
+ */
113
+ skillIds: string[];
114
+ /**
115
+ * prompt_bindings maps prompt name to label (e.g., "sdr-outreach" -> "production").
116
+ * Aligns with prompts/v1 ResolveRequest.name and ResolveRequest.label.
117
+ *
118
+ * @generated from field: map<string, string> prompt_bindings = 4;
119
+ */
120
+ promptBindings: {
121
+ [key: string]: string;
122
+ };
123
+ /**
124
+ * model_preferences maps surface to preferred model identifier
125
+ * (e.g., "ensemble" -> "claude-opus-4.6"). Aligns with meter/v1
126
+ * RecordUsageRequest.model and keys/v1 ResolveProviderRefRequest.provider.
127
+ *
128
+ * @generated from field: map<string, string> model_preferences = 5;
129
+ */
130
+ modelPreferences: {
131
+ [key: string]: string;
132
+ };
133
+ /**
134
+ * integration_ids reference connectors/v1 Connection.id — the external
135
+ * system connections this agent is authorized to use.
136
+ *
137
+ * @generated from field: repeated string integration_ids = 6;
138
+ */
139
+ integrationIds: string[];
140
+ /**
141
+ * entity_type_scopes restrict which entities/v1 EntityType values this
142
+ * agent can operate on. Empty means unrestricted.
143
+ *
144
+ * @generated from field: repeated string entity_type_scopes = 7;
145
+ */
146
+ entityTypeScopes: string[];
147
+ /**
148
+ * max_concurrent_objectives caps the number of objectives/v1 Objective
149
+ * records this agent can hold in RUNNING or BLOCKED state simultaneously.
150
+ *
151
+ * @generated from field: int32 max_concurrent_objectives = 8;
152
+ */
153
+ maxConcurrentObjectives: number;
154
+ /**
155
+ * cost_budget_usd is the per-period spend ceiling enforced against
156
+ * meter/v1 usage records for this agent.
157
+ *
158
+ * @generated from field: double cost_budget_usd = 9;
159
+ */
160
+ costBudgetUsd: number;
161
+ /**
162
+ * notification_channel specifies the preferred notifications/v1
163
+ * DeliveryChannel for this agent's escalations. Stored as string to
164
+ * avoid cross-package import (e.g., "DELIVERY_CHANNEL_SLACK").
165
+ *
166
+ * @generated from field: string notification_channel = 10;
167
+ */
168
+ notificationChannel: string;
169
+ /**
170
+ * parameters holds arbitrary agent-specific tuning knobs.
171
+ *
172
+ * @generated from field: google.protobuf.Struct parameters = 11;
173
+ */
174
+ parameters?: JsonObject;
175
+ /**
176
+ * @generated from field: string author = 12;
177
+ */
178
+ author: string;
179
+ /**
180
+ * @generated from field: google.protobuf.Timestamp created_at = 13;
181
+ */
182
+ createdAt?: Timestamp;
183
+ /**
184
+ * @generated from field: repeated common.v1.EntityType entity_type_scope_enums = 14;
185
+ */
186
+ entityTypeScopeEnums: EntityType[];
187
+ /**
188
+ * @generated from field: common.v1.DeliveryChannel notification_channel_enum = 15;
189
+ */
190
+ notificationChannelEnum: DeliveryChannel;
191
+ };
192
+ /**
193
+ * Describes the message agents.v1.AgentConfig.
194
+ * Use `create(AgentConfigSchema)` to create a new message.
195
+ */
196
+ export declare const AgentConfigSchema: GenMessage<AgentConfig>;
197
+ /**
198
+ * DelegationRecord tracks a typed hand-off between agents. The from_agent_id
199
+ * creates an objective (objectives/v1) or references a workflow step
200
+ * (workflows/v1 StepRun) and delegates execution to another agent resolved
201
+ * by ID or by capability through the registry.
202
+ *
203
+ * @generated from message agents.v1.DelegationRecord
204
+ */
205
+ export type DelegationRecord = Message<"agents.v1.DelegationRecord"> & {
206
+ /**
207
+ * @generated from field: string id = 1;
208
+ */
209
+ id: string;
210
+ /**
211
+ * @generated from field: string workspace_id = 2;
212
+ */
213
+ workspaceId: string;
214
+ /**
215
+ * @generated from field: string from_agent_id = 3;
216
+ */
217
+ fromAgentId: string;
218
+ /**
219
+ * @generated from field: string to_agent_id = 4;
220
+ */
221
+ toAgentId: string;
222
+ /**
223
+ * @generated from field: string required_capability = 5;
224
+ */
225
+ requiredCapability: string;
226
+ /**
227
+ * objective_id links to the objectives/v1 Objective created for this
228
+ * delegated unit of work.
229
+ *
230
+ * @generated from field: string objective_id = 6;
231
+ */
232
+ objectiveId: string;
233
+ /**
234
+ * workflow_run_id and workflow_step_id link to workflows/v1 when this
235
+ * delegation occurs within a workflow execution.
236
+ *
237
+ * @generated from field: string workflow_run_id = 7;
238
+ */
239
+ workflowRunId: string;
240
+ /**
241
+ * @generated from field: string workflow_step_id = 8;
242
+ */
243
+ workflowStepId: string;
244
+ /**
245
+ * @generated from field: agents.v1.DelegationStatus status = 9;
246
+ */
247
+ status: DelegationStatus;
248
+ /**
249
+ * @generated from field: bytes context_payload = 10;
250
+ */
251
+ contextPayload: Uint8Array;
252
+ /**
253
+ * @generated from field: bytes result_payload = 11;
254
+ */
255
+ resultPayload: Uint8Array;
256
+ /**
257
+ * @generated from field: string reason = 12;
258
+ */
259
+ reason: string;
260
+ /**
261
+ * @generated from field: string error_message = 13;
262
+ */
263
+ errorMessage: string;
264
+ /**
265
+ * @generated from field: google.protobuf.Timestamp created_at = 14;
266
+ */
267
+ createdAt?: Timestamp;
268
+ /**
269
+ * @generated from field: google.protobuf.Timestamp resolved_at = 15;
270
+ */
271
+ resolvedAt?: Timestamp;
272
+ };
273
+ /**
274
+ * Describes the message agents.v1.DelegationRecord.
275
+ * Use `create(DelegationRecordSchema)` to create a new message.
276
+ */
277
+ export declare const DelegationRecordSchema: GenMessage<DelegationRecord>;
278
+ /**
279
+ * @generated from message agents.v1.RegisterRequest
280
+ */
281
+ export type RegisterRequest = Message<"agents.v1.RegisterRequest"> & {
282
+ /**
283
+ * @generated from field: string workspace_id = 1;
284
+ */
285
+ workspaceId: string;
286
+ /**
287
+ * @generated from field: string name = 2;
288
+ */
289
+ name: string;
290
+ /**
291
+ * @generated from field: string description = 3;
292
+ */
293
+ description: string;
294
+ /**
295
+ * @generated from field: string agent_type = 4;
296
+ */
297
+ agentType: string;
298
+ /**
299
+ * @generated from field: repeated string capabilities = 5;
300
+ */
301
+ capabilities: string[];
302
+ /**
303
+ * @generated from field: repeated string surfaces = 6;
304
+ */
305
+ surfaces: string[];
306
+ /**
307
+ * @generated from field: string owner_id = 7;
308
+ */
309
+ ownerId: string;
310
+ /**
311
+ * @generated from field: string id = 8;
312
+ */
313
+ id: string;
314
+ };
315
+ /**
316
+ * Describes the message agents.v1.RegisterRequest.
317
+ * Use `create(RegisterRequestSchema)` to create a new message.
318
+ */
319
+ export declare const RegisterRequestSchema: GenMessage<RegisterRequest>;
320
+ /**
321
+ * @generated from message agents.v1.RegisterResponse
322
+ */
323
+ export type RegisterResponse = Message<"agents.v1.RegisterResponse"> & {
324
+ /**
325
+ * @generated from field: agents.v1.Agent agent = 1;
326
+ */
327
+ agent?: Agent;
328
+ };
329
+ /**
330
+ * Describes the message agents.v1.RegisterResponse.
331
+ * Use `create(RegisterResponseSchema)` to create a new message.
332
+ */
333
+ export declare const RegisterResponseSchema: GenMessage<RegisterResponse>;
334
+ /**
335
+ * @generated from message agents.v1.GetRequest
336
+ */
337
+ export type GetRequest = Message<"agents.v1.GetRequest"> & {
338
+ /**
339
+ * @generated from field: string id = 1;
340
+ */
341
+ id: string;
342
+ };
343
+ /**
344
+ * Describes the message agents.v1.GetRequest.
345
+ * Use `create(GetRequestSchema)` to create a new message.
346
+ */
347
+ export declare const GetRequestSchema: GenMessage<GetRequest>;
348
+ /**
349
+ * @generated from message agents.v1.GetResponse
350
+ */
351
+ export type GetResponse = Message<"agents.v1.GetResponse"> & {
352
+ /**
353
+ * @generated from field: agents.v1.Agent agent = 1;
354
+ */
355
+ agent?: Agent;
356
+ };
357
+ /**
358
+ * Describes the message agents.v1.GetResponse.
359
+ * Use `create(GetResponseSchema)` to create a new message.
360
+ */
361
+ export declare const GetResponseSchema: GenMessage<GetResponse>;
362
+ /**
363
+ * @generated from message agents.v1.ListRequest
364
+ */
365
+ export type ListRequest = Message<"agents.v1.ListRequest"> & {
366
+ /**
367
+ * @generated from field: string workspace_id = 1;
368
+ */
369
+ workspaceId: string;
370
+ /**
371
+ * @generated from field: string agent_type = 2;
372
+ */
373
+ agentType: string;
374
+ /**
375
+ * @generated from field: string capability = 3;
376
+ */
377
+ capability: string;
378
+ /**
379
+ * @generated from field: string surface = 4;
380
+ */
381
+ surface: string;
382
+ /**
383
+ * @generated from field: agents.v1.AgentStatus status = 5;
384
+ */
385
+ status: AgentStatus;
386
+ /**
387
+ * @generated from field: int32 limit = 6;
388
+ */
389
+ limit: number;
390
+ /**
391
+ * @generated from field: int32 offset = 7;
392
+ */
393
+ offset: number;
394
+ };
395
+ /**
396
+ * Describes the message agents.v1.ListRequest.
397
+ * Use `create(ListRequestSchema)` to create a new message.
398
+ */
399
+ export declare const ListRequestSchema: GenMessage<ListRequest>;
400
+ /**
401
+ * @generated from message agents.v1.ListResponse
402
+ */
403
+ export type ListResponse = Message<"agents.v1.ListResponse"> & {
404
+ /**
405
+ * @generated from field: repeated agents.v1.Agent agents = 1;
406
+ */
407
+ agents: Agent[];
408
+ /**
409
+ * @generated from field: int32 total = 2;
410
+ */
411
+ total: number;
412
+ };
413
+ /**
414
+ * Describes the message agents.v1.ListResponse.
415
+ * Use `create(ListResponseSchema)` to create a new message.
416
+ */
417
+ export declare const ListResponseSchema: GenMessage<ListResponse>;
418
+ /**
419
+ * @generated from message agents.v1.UpdateRequest
420
+ */
421
+ export type UpdateRequest = Message<"agents.v1.UpdateRequest"> & {
422
+ /**
423
+ * @generated from field: string id = 1;
424
+ */
425
+ id: string;
426
+ /**
427
+ * @generated from field: string name = 2;
428
+ */
429
+ name: string;
430
+ /**
431
+ * @generated from field: string description = 3;
432
+ */
433
+ description: string;
434
+ /**
435
+ * @generated from field: repeated string capabilities = 4;
436
+ */
437
+ capabilities: string[];
438
+ /**
439
+ * @generated from field: repeated string surfaces = 5;
440
+ */
441
+ surfaces: string[];
442
+ };
443
+ /**
444
+ * Describes the message agents.v1.UpdateRequest.
445
+ * Use `create(UpdateRequestSchema)` to create a new message.
446
+ */
447
+ export declare const UpdateRequestSchema: GenMessage<UpdateRequest>;
448
+ /**
449
+ * @generated from message agents.v1.UpdateResponse
450
+ */
451
+ export type UpdateResponse = Message<"agents.v1.UpdateResponse"> & {
452
+ /**
453
+ * @generated from field: agents.v1.Agent agent = 1;
454
+ */
455
+ agent?: Agent;
456
+ };
457
+ /**
458
+ * Describes the message agents.v1.UpdateResponse.
459
+ * Use `create(UpdateResponseSchema)` to create a new message.
460
+ */
461
+ export declare const UpdateResponseSchema: GenMessage<UpdateResponse>;
462
+ /**
463
+ * @generated from message agents.v1.DeregisterRequest
464
+ */
465
+ export type DeregisterRequest = Message<"agents.v1.DeregisterRequest"> & {
466
+ /**
467
+ * @generated from field: string id = 1;
468
+ */
469
+ id: string;
470
+ /**
471
+ * @generated from field: string reason = 2;
472
+ */
473
+ reason: string;
474
+ };
475
+ /**
476
+ * Describes the message agents.v1.DeregisterRequest.
477
+ * Use `create(DeregisterRequestSchema)` to create a new message.
478
+ */
479
+ export declare const DeregisterRequestSchema: GenMessage<DeregisterRequest>;
480
+ /**
481
+ * @generated from message agents.v1.DeregisterResponse
482
+ */
483
+ export type DeregisterResponse = Message<"agents.v1.DeregisterResponse"> & {};
484
+ /**
485
+ * Describes the message agents.v1.DeregisterResponse.
486
+ * Use `create(DeregisterResponseSchema)` to create a new message.
487
+ */
488
+ export declare const DeregisterResponseSchema: GenMessage<DeregisterResponse>;
489
+ /**
490
+ * @generated from message agents.v1.PushConfigRequest
491
+ */
492
+ export type PushConfigRequest = Message<"agents.v1.PushConfigRequest"> & {
493
+ /**
494
+ * @generated from field: string agent_id = 1;
495
+ */
496
+ agentId: string;
497
+ /**
498
+ * @generated from field: repeated string skill_ids = 2;
499
+ */
500
+ skillIds: string[];
501
+ /**
502
+ * @generated from field: map<string, string> prompt_bindings = 3;
503
+ */
504
+ promptBindings: {
505
+ [key: string]: string;
506
+ };
507
+ /**
508
+ * @generated from field: map<string, string> model_preferences = 4;
509
+ */
510
+ modelPreferences: {
511
+ [key: string]: string;
512
+ };
513
+ /**
514
+ * @generated from field: repeated string integration_ids = 5;
515
+ */
516
+ integrationIds: string[];
517
+ /**
518
+ * @generated from field: repeated string entity_type_scopes = 6;
519
+ */
520
+ entityTypeScopes: string[];
521
+ /**
522
+ * @generated from field: int32 max_concurrent_objectives = 7;
523
+ */
524
+ maxConcurrentObjectives: number;
525
+ /**
526
+ * @generated from field: double cost_budget_usd = 8;
527
+ */
528
+ costBudgetUsd: number;
529
+ /**
530
+ * @generated from field: string notification_channel = 9;
531
+ */
532
+ notificationChannel: string;
533
+ /**
534
+ * @generated from field: google.protobuf.Struct parameters = 10;
535
+ */
536
+ parameters?: JsonObject;
537
+ /**
538
+ * @generated from field: string author = 11;
539
+ */
540
+ author: string;
541
+ /**
542
+ * @generated from field: repeated common.v1.EntityType entity_type_scope_enums = 12;
543
+ */
544
+ entityTypeScopeEnums: EntityType[];
545
+ /**
546
+ * @generated from field: common.v1.DeliveryChannel notification_channel_enum = 13;
547
+ */
548
+ notificationChannelEnum: DeliveryChannel;
549
+ };
550
+ /**
551
+ * Describes the message agents.v1.PushConfigRequest.
552
+ * Use `create(PushConfigRequestSchema)` to create a new message.
553
+ */
554
+ export declare const PushConfigRequestSchema: GenMessage<PushConfigRequest>;
555
+ /**
556
+ * @generated from message agents.v1.PushConfigResponse
557
+ */
558
+ export type PushConfigResponse = Message<"agents.v1.PushConfigResponse"> & {
559
+ /**
560
+ * @generated from field: agents.v1.AgentConfig config = 1;
561
+ */
562
+ config?: AgentConfig;
563
+ /**
564
+ * @generated from field: agents.v1.Agent agent = 2;
565
+ */
566
+ agent?: Agent;
567
+ };
568
+ /**
569
+ * Describes the message agents.v1.PushConfigResponse.
570
+ * Use `create(PushConfigResponseSchema)` to create a new message.
571
+ */
572
+ export declare const PushConfigResponseSchema: GenMessage<PushConfigResponse>;
573
+ /**
574
+ * @generated from message agents.v1.GetConfigRequest
575
+ */
576
+ export type GetConfigRequest = Message<"agents.v1.GetConfigRequest"> & {
577
+ /**
578
+ * @generated from field: string agent_id = 1;
579
+ */
580
+ agentId: string;
581
+ /**
582
+ * @generated from field: int32 version = 2;
583
+ */
584
+ version: number;
585
+ };
586
+ /**
587
+ * Describes the message agents.v1.GetConfigRequest.
588
+ * Use `create(GetConfigRequestSchema)` to create a new message.
589
+ */
590
+ export declare const GetConfigRequestSchema: GenMessage<GetConfigRequest>;
591
+ /**
592
+ * @generated from message agents.v1.GetConfigResponse
593
+ */
594
+ export type GetConfigResponse = Message<"agents.v1.GetConfigResponse"> & {
595
+ /**
596
+ * @generated from field: agents.v1.AgentConfig config = 1;
597
+ */
598
+ config?: AgentConfig;
599
+ };
600
+ /**
601
+ * Describes the message agents.v1.GetConfigResponse.
602
+ * Use `create(GetConfigResponseSchema)` to create a new message.
603
+ */
604
+ export declare const GetConfigResponseSchema: GenMessage<GetConfigResponse>;
605
+ /**
606
+ * @generated from message agents.v1.ListConfigsRequest
607
+ */
608
+ export type ListConfigsRequest = Message<"agents.v1.ListConfigsRequest"> & {
609
+ /**
610
+ * @generated from field: string agent_id = 1;
611
+ */
612
+ agentId: string;
613
+ /**
614
+ * @generated from field: int32 limit = 2;
615
+ */
616
+ limit: number;
617
+ /**
618
+ * @generated from field: int32 offset = 3;
619
+ */
620
+ offset: number;
621
+ };
622
+ /**
623
+ * Describes the message agents.v1.ListConfigsRequest.
624
+ * Use `create(ListConfigsRequestSchema)` to create a new message.
625
+ */
626
+ export declare const ListConfigsRequestSchema: GenMessage<ListConfigsRequest>;
627
+ /**
628
+ * @generated from message agents.v1.ListConfigsResponse
629
+ */
630
+ export type ListConfigsResponse = Message<"agents.v1.ListConfigsResponse"> & {
631
+ /**
632
+ * @generated from field: repeated agents.v1.AgentConfig configs = 1;
633
+ */
634
+ configs: AgentConfig[];
635
+ /**
636
+ * @generated from field: int32 total = 2;
637
+ */
638
+ total: number;
639
+ /**
640
+ * @generated from field: bool has_more = 3;
641
+ */
642
+ hasMore: boolean;
643
+ };
644
+ /**
645
+ * Describes the message agents.v1.ListConfigsResponse.
646
+ * Use `create(ListConfigsResponseSchema)` to create a new message.
647
+ */
648
+ export declare const ListConfigsResponseSchema: GenMessage<ListConfigsResponse>;
649
+ /**
650
+ * @generated from message agents.v1.RollbackConfigRequest
651
+ */
652
+ export type RollbackConfigRequest = Message<"agents.v1.RollbackConfigRequest"> & {
653
+ /**
654
+ * @generated from field: string agent_id = 1;
655
+ */
656
+ agentId: string;
657
+ /**
658
+ * @generated from field: int32 target_version = 2;
659
+ */
660
+ targetVersion: number;
661
+ /**
662
+ * @generated from field: string actor = 3;
663
+ */
664
+ actor: string;
665
+ /**
666
+ * @generated from field: string reason = 4;
667
+ */
668
+ reason: string;
669
+ };
670
+ /**
671
+ * Describes the message agents.v1.RollbackConfigRequest.
672
+ * Use `create(RollbackConfigRequestSchema)` to create a new message.
673
+ */
674
+ export declare const RollbackConfigRequestSchema: GenMessage<RollbackConfigRequest>;
675
+ /**
676
+ * @generated from message agents.v1.RollbackConfigResponse
677
+ */
678
+ export type RollbackConfigResponse = Message<"agents.v1.RollbackConfigResponse"> & {
679
+ /**
680
+ * @generated from field: agents.v1.AgentConfig config = 1;
681
+ */
682
+ config?: AgentConfig;
683
+ /**
684
+ * @generated from field: agents.v1.Agent agent = 2;
685
+ */
686
+ agent?: Agent;
687
+ };
688
+ /**
689
+ * Describes the message agents.v1.RollbackConfigResponse.
690
+ * Use `create(RollbackConfigResponseSchema)` to create a new message.
691
+ */
692
+ export declare const RollbackConfigResponseSchema: GenMessage<RollbackConfigResponse>;
693
+ /**
694
+ * @generated from message agents.v1.DelegateRequest
695
+ */
696
+ export type DelegateRequest = Message<"agents.v1.DelegateRequest"> & {
697
+ /**
698
+ * @generated from field: string from_agent_id = 1;
699
+ */
700
+ fromAgentId: string;
701
+ /**
702
+ * Specify to_agent_id for direct delegation, or required_capability for
703
+ * capability-based routing through the registry.
704
+ *
705
+ * @generated from field: string to_agent_id = 2;
706
+ */
707
+ toAgentId: string;
708
+ /**
709
+ * @generated from field: string required_capability = 3;
710
+ */
711
+ requiredCapability: string;
712
+ /**
713
+ * @generated from field: string objective_id = 4;
714
+ */
715
+ objectiveId: string;
716
+ /**
717
+ * @generated from field: string workflow_run_id = 5;
718
+ */
719
+ workflowRunId: string;
720
+ /**
721
+ * @generated from field: string workflow_step_id = 6;
722
+ */
723
+ workflowStepId: string;
724
+ /**
725
+ * @generated from field: bytes context_payload = 7;
726
+ */
727
+ contextPayload: Uint8Array;
728
+ /**
729
+ * @generated from field: string reason = 8;
730
+ */
731
+ reason: string;
732
+ };
733
+ /**
734
+ * Describes the message agents.v1.DelegateRequest.
735
+ * Use `create(DelegateRequestSchema)` to create a new message.
736
+ */
737
+ export declare const DelegateRequestSchema: GenMessage<DelegateRequest>;
738
+ /**
739
+ * @generated from message agents.v1.DelegateResponse
740
+ */
741
+ export type DelegateResponse = Message<"agents.v1.DelegateResponse"> & {
742
+ /**
743
+ * @generated from field: agents.v1.DelegationRecord delegation = 1;
744
+ */
745
+ delegation?: DelegationRecord;
746
+ };
747
+ /**
748
+ * Describes the message agents.v1.DelegateResponse.
749
+ * Use `create(DelegateResponseSchema)` to create a new message.
750
+ */
751
+ export declare const DelegateResponseSchema: GenMessage<DelegateResponse>;
752
+ /**
753
+ * @generated from message agents.v1.ResolveDelegationRequest
754
+ */
755
+ export type ResolveDelegationRequest = Message<"agents.v1.ResolveDelegationRequest"> & {
756
+ /**
757
+ * @generated from field: string delegation_id = 1;
758
+ */
759
+ delegationId: string;
760
+ /**
761
+ * @generated from field: agents.v1.DelegationStatus status = 2;
762
+ */
763
+ status: DelegationStatus;
764
+ /**
765
+ * @generated from field: bytes result_payload = 3;
766
+ */
767
+ resultPayload: Uint8Array;
768
+ /**
769
+ * @generated from field: string error_message = 4;
770
+ */
771
+ errorMessage: string;
772
+ };
773
+ /**
774
+ * Describes the message agents.v1.ResolveDelegationRequest.
775
+ * Use `create(ResolveDelegationRequestSchema)` to create a new message.
776
+ */
777
+ export declare const ResolveDelegationRequestSchema: GenMessage<ResolveDelegationRequest>;
778
+ /**
779
+ * @generated from message agents.v1.ResolveDelegationResponse
780
+ */
781
+ export type ResolveDelegationResponse = Message<"agents.v1.ResolveDelegationResponse"> & {
782
+ /**
783
+ * @generated from field: agents.v1.DelegationRecord delegation = 1;
784
+ */
785
+ delegation?: DelegationRecord;
786
+ };
787
+ /**
788
+ * Describes the message agents.v1.ResolveDelegationResponse.
789
+ * Use `create(ResolveDelegationResponseSchema)` to create a new message.
790
+ */
791
+ export declare const ResolveDelegationResponseSchema: GenMessage<ResolveDelegationResponse>;
792
+ /**
793
+ * @generated from message agents.v1.GetDelegationRequest
794
+ */
795
+ export type GetDelegationRequest = Message<"agents.v1.GetDelegationRequest"> & {
796
+ /**
797
+ * @generated from field: string id = 1;
798
+ */
799
+ id: string;
800
+ };
801
+ /**
802
+ * Describes the message agents.v1.GetDelegationRequest.
803
+ * Use `create(GetDelegationRequestSchema)` to create a new message.
804
+ */
805
+ export declare const GetDelegationRequestSchema: GenMessage<GetDelegationRequest>;
806
+ /**
807
+ * @generated from message agents.v1.GetDelegationResponse
808
+ */
809
+ export type GetDelegationResponse = Message<"agents.v1.GetDelegationResponse"> & {
810
+ /**
811
+ * @generated from field: agents.v1.DelegationRecord delegation = 1;
812
+ */
813
+ delegation?: DelegationRecord;
814
+ };
815
+ /**
816
+ * Describes the message agents.v1.GetDelegationResponse.
817
+ * Use `create(GetDelegationResponseSchema)` to create a new message.
818
+ */
819
+ export declare const GetDelegationResponseSchema: GenMessage<GetDelegationResponse>;
820
+ /**
821
+ * @generated from message agents.v1.ListDelegationsRequest
822
+ */
823
+ export type ListDelegationsRequest = Message<"agents.v1.ListDelegationsRequest"> & {
824
+ /**
825
+ * @generated from field: string workspace_id = 1;
826
+ */
827
+ workspaceId: string;
828
+ /**
829
+ * @generated from field: string from_agent_id = 2;
830
+ */
831
+ fromAgentId: string;
832
+ /**
833
+ * @generated from field: string to_agent_id = 3;
834
+ */
835
+ toAgentId: string;
836
+ /**
837
+ * @generated from field: agents.v1.DelegationStatus status = 4;
838
+ */
839
+ status: DelegationStatus;
840
+ /**
841
+ * @generated from field: string workflow_run_id = 5;
842
+ */
843
+ workflowRunId: string;
844
+ /**
845
+ * @generated from field: int32 limit = 6;
846
+ */
847
+ limit: number;
848
+ /**
849
+ * @generated from field: int32 offset = 7;
850
+ */
851
+ offset: number;
852
+ };
853
+ /**
854
+ * Describes the message agents.v1.ListDelegationsRequest.
855
+ * Use `create(ListDelegationsRequestSchema)` to create a new message.
856
+ */
857
+ export declare const ListDelegationsRequestSchema: GenMessage<ListDelegationsRequest>;
858
+ /**
859
+ * @generated from message agents.v1.ListDelegationsResponse
860
+ */
861
+ export type ListDelegationsResponse = Message<"agents.v1.ListDelegationsResponse"> & {
862
+ /**
863
+ * @generated from field: repeated agents.v1.DelegationRecord delegations = 1;
864
+ */
865
+ delegations: DelegationRecord[];
866
+ /**
867
+ * @generated from field: int32 total = 2;
868
+ */
869
+ total: number;
870
+ };
871
+ /**
872
+ * Describes the message agents.v1.ListDelegationsResponse.
873
+ * Use `create(ListDelegationsResponseSchema)` to create a new message.
874
+ */
875
+ export declare const ListDelegationsResponseSchema: GenMessage<ListDelegationsResponse>;
876
+ /**
877
+ * @generated from message agents.v1.HeartbeatRequest
878
+ */
879
+ export type HeartbeatRequest = Message<"agents.v1.HeartbeatRequest"> & {
880
+ /**
881
+ * @generated from field: string agent_id = 1;
882
+ */
883
+ agentId: string;
884
+ /**
885
+ * @generated from field: agents.v1.AgentStatus status = 2;
886
+ */
887
+ status: AgentStatus;
888
+ /**
889
+ * current_objective_ids lists the objectives/v1 Objective.id values this
890
+ * agent currently holds. Used for capacity-aware delegation routing.
891
+ *
892
+ * @generated from field: repeated string current_objective_ids = 3;
893
+ */
894
+ currentObjectiveIds: string[];
895
+ /**
896
+ * @generated from field: string surface = 4;
897
+ */
898
+ surface: string;
899
+ };
900
+ /**
901
+ * Describes the message agents.v1.HeartbeatRequest.
902
+ * Use `create(HeartbeatRequestSchema)` to create a new message.
903
+ */
904
+ export declare const HeartbeatRequestSchema: GenMessage<HeartbeatRequest>;
905
+ /**
906
+ * @generated from message agents.v1.HeartbeatResponse
907
+ */
908
+ export type HeartbeatResponse = Message<"agents.v1.HeartbeatResponse"> & {
909
+ /**
910
+ * @generated from field: google.protobuf.Timestamp next_heartbeat_by = 1;
911
+ */
912
+ nextHeartbeatBy?: Timestamp;
913
+ };
914
+ /**
915
+ * Describes the message agents.v1.HeartbeatResponse.
916
+ * Use `create(HeartbeatResponseSchema)` to create a new message.
917
+ */
918
+ export declare const HeartbeatResponseSchema: GenMessage<HeartbeatResponse>;
919
+ /**
920
+ * AgentStatus describes the operational state of an agent.
921
+ *
922
+ * @generated from enum agents.v1.AgentStatus
923
+ */
924
+ export declare enum AgentStatus {
925
+ /**
926
+ * @generated from enum value: AGENT_STATUS_UNSPECIFIED = 0;
927
+ */
928
+ UNSPECIFIED = 0,
929
+ /**
930
+ * @generated from enum value: AGENT_STATUS_ACTIVE = 1;
931
+ */
932
+ ACTIVE = 1,
933
+ /**
934
+ * @generated from enum value: AGENT_STATUS_IDLE = 2;
935
+ */
936
+ IDLE = 2,
937
+ /**
938
+ * @generated from enum value: AGENT_STATUS_BUSY = 3;
939
+ */
940
+ BUSY = 3,
941
+ /**
942
+ * @generated from enum value: AGENT_STATUS_OFFLINE = 4;
943
+ */
944
+ OFFLINE = 4,
945
+ /**
946
+ * @generated from enum value: AGENT_STATUS_DEGRADED = 5;
947
+ */
948
+ DEGRADED = 5,
949
+ /**
950
+ * @generated from enum value: AGENT_STATUS_SUSPENDED = 6;
951
+ */
952
+ SUSPENDED = 6
953
+ }
954
+ /**
955
+ * Describes the enum agents.v1.AgentStatus.
956
+ */
957
+ export declare const AgentStatusSchema: GenEnum<AgentStatus>;
958
+ /**
959
+ * DelegationStatus describes the lifecycle state of a delegation.
960
+ *
961
+ * @generated from enum agents.v1.DelegationStatus
962
+ */
963
+ export declare enum DelegationStatus {
964
+ /**
965
+ * @generated from enum value: DELEGATION_STATUS_UNSPECIFIED = 0;
966
+ */
967
+ UNSPECIFIED = 0,
968
+ /**
969
+ * @generated from enum value: DELEGATION_STATUS_PENDING = 1;
970
+ */
971
+ PENDING = 1,
972
+ /**
973
+ * @generated from enum value: DELEGATION_STATUS_ACCEPTED = 2;
974
+ */
975
+ ACCEPTED = 2,
976
+ /**
977
+ * @generated from enum value: DELEGATION_STATUS_REJECTED = 3;
978
+ */
979
+ REJECTED = 3,
980
+ /**
981
+ * @generated from enum value: DELEGATION_STATUS_COMPLETED = 4;
982
+ */
983
+ COMPLETED = 4,
984
+ /**
985
+ * @generated from enum value: DELEGATION_STATUS_FAILED = 5;
986
+ */
987
+ FAILED = 5,
988
+ /**
989
+ * @generated from enum value: DELEGATION_STATUS_TIMED_OUT = 6;
990
+ */
991
+ TIMED_OUT = 6
992
+ }
993
+ /**
994
+ * Describes the enum agents.v1.DelegationStatus.
995
+ */
996
+ export declare const DelegationStatusSchema: GenEnum<DelegationStatus>;
997
+ /**
998
+ * AgentService manages agent definitions, versioned configuration, and
999
+ * cross-agent delegation. Every string agent_id in the platform (meter,
1000
+ * objectives, approvals, governance, memory) resolves to an Agent record
1001
+ * owned by this service.
1002
+ *
1003
+ * @generated from service agents.v1.AgentService
1004
+ */
1005
+ export declare const AgentService: GenService<{
1006
+ /**
1007
+ * Register creates a new agent definition.
1008
+ *
1009
+ * @generated from rpc agents.v1.AgentService.Register
1010
+ */
1011
+ register: {
1012
+ methodKind: "unary";
1013
+ input: typeof RegisterRequestSchema;
1014
+ output: typeof RegisterResponseSchema;
1015
+ };
1016
+ /**
1017
+ * Get retrieves an agent by ID.
1018
+ *
1019
+ * @generated from rpc agents.v1.AgentService.Get
1020
+ */
1021
+ get: {
1022
+ methodKind: "unary";
1023
+ input: typeof GetRequestSchema;
1024
+ output: typeof GetResponseSchema;
1025
+ };
1026
+ /**
1027
+ * List returns agents matching the query filters.
1028
+ *
1029
+ * @generated from rpc agents.v1.AgentService.List
1030
+ */
1031
+ list: {
1032
+ methodKind: "unary";
1033
+ input: typeof ListRequestSchema;
1034
+ output: typeof ListResponseSchema;
1035
+ };
1036
+ /**
1037
+ * Update modifies mutable agent metadata (name, description, surfaces).
1038
+ *
1039
+ * @generated from rpc agents.v1.AgentService.Update
1040
+ */
1041
+ update: {
1042
+ methodKind: "unary";
1043
+ input: typeof UpdateRequestSchema;
1044
+ output: typeof UpdateResponseSchema;
1045
+ };
1046
+ /**
1047
+ * Deregister removes an agent from the registry.
1048
+ *
1049
+ * @generated from rpc agents.v1.AgentService.Deregister
1050
+ */
1051
+ deregister: {
1052
+ methodKind: "unary";
1053
+ input: typeof DeregisterRequestSchema;
1054
+ output: typeof DeregisterResponseSchema;
1055
+ };
1056
+ /**
1057
+ * PushConfig creates a new immutable configuration version for an agent.
1058
+ * The agent's active_config_version advances atomically.
1059
+ *
1060
+ * @generated from rpc agents.v1.AgentService.PushConfig
1061
+ */
1062
+ pushConfig: {
1063
+ methodKind: "unary";
1064
+ input: typeof PushConfigRequestSchema;
1065
+ output: typeof PushConfigResponseSchema;
1066
+ };
1067
+ /**
1068
+ * GetConfig retrieves a specific configuration version.
1069
+ *
1070
+ * @generated from rpc agents.v1.AgentService.GetConfig
1071
+ */
1072
+ getConfig: {
1073
+ methodKind: "unary";
1074
+ input: typeof GetConfigRequestSchema;
1075
+ output: typeof GetConfigResponseSchema;
1076
+ };
1077
+ /**
1078
+ * ListConfigs returns all configuration versions for an agent.
1079
+ *
1080
+ * @generated from rpc agents.v1.AgentService.ListConfigs
1081
+ */
1082
+ listConfigs: {
1083
+ methodKind: "unary";
1084
+ input: typeof ListConfigsRequestSchema;
1085
+ output: typeof ListConfigsResponseSchema;
1086
+ };
1087
+ /**
1088
+ * RollbackConfig atomically reverts an agent to a prior configuration version.
1089
+ *
1090
+ * @generated from rpc agents.v1.AgentService.RollbackConfig
1091
+ */
1092
+ rollbackConfig: {
1093
+ methodKind: "unary";
1094
+ input: typeof RollbackConfigRequestSchema;
1095
+ output: typeof RollbackConfigResponseSchema;
1096
+ };
1097
+ /**
1098
+ * Delegate requests that another agent (or any agent with a matching
1099
+ * capability) accept a unit of work. The delegation is tracked as a
1100
+ * DelegationRecord and linked to the originating objective and optional
1101
+ * workflow step.
1102
+ *
1103
+ * @generated from rpc agents.v1.AgentService.Delegate
1104
+ */
1105
+ delegate: {
1106
+ methodKind: "unary";
1107
+ input: typeof DelegateRequestSchema;
1108
+ output: typeof DelegateResponseSchema;
1109
+ };
1110
+ /**
1111
+ * ResolveDelegation records the outcome of a delegation.
1112
+ *
1113
+ * @generated from rpc agents.v1.AgentService.ResolveDelegation
1114
+ */
1115
+ resolveDelegation: {
1116
+ methodKind: "unary";
1117
+ input: typeof ResolveDelegationRequestSchema;
1118
+ output: typeof ResolveDelegationResponseSchema;
1119
+ };
1120
+ /**
1121
+ * GetDelegation retrieves a delegation record by ID.
1122
+ *
1123
+ * @generated from rpc agents.v1.AgentService.GetDelegation
1124
+ */
1125
+ getDelegation: {
1126
+ methodKind: "unary";
1127
+ input: typeof GetDelegationRequestSchema;
1128
+ output: typeof GetDelegationResponseSchema;
1129
+ };
1130
+ /**
1131
+ * ListDelegations returns delegations matching the query filters.
1132
+ *
1133
+ * @generated from rpc agents.v1.AgentService.ListDelegations
1134
+ */
1135
+ listDelegations: {
1136
+ methodKind: "unary";
1137
+ input: typeof ListDelegationsRequestSchema;
1138
+ output: typeof ListDelegationsResponseSchema;
1139
+ };
1140
+ /**
1141
+ * Heartbeat records agent liveness. The registry uses this to maintain
1142
+ * presence state and route capability-based delegation requests.
1143
+ *
1144
+ * @generated from rpc agents.v1.AgentService.Heartbeat
1145
+ */
1146
+ heartbeat: {
1147
+ methodKind: "unary";
1148
+ input: typeof HeartbeatRequestSchema;
1149
+ output: typeof HeartbeatResponseSchema;
1150
+ };
1151
+ }>;