@evalops/sdk-ts 0.1.13 → 0.1.15

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 (114) hide show
  1. package/dist/agentregistry/v1/service_pb.d.ts +11 -11
  2. package/dist/agentregistry/v1/service_pb.js +1 -1
  3. package/dist/agentruntime/v1/runtime_pb.d.ts +1612 -227
  4. package/dist/agentruntime/v1/runtime_pb.js +782 -51
  5. package/dist/agents/v1/agents_pb.d.ts +781 -20
  6. package/dist/agents/v1/agents_pb.js +301 -31
  7. package/dist/approvals/v1/approvals_pb.d.ts +17 -17
  8. package/dist/approvals/v1/approvals_pb.js +1 -1
  9. package/dist/artifacts/v1/artifacts_pb.d.ts +32 -32
  10. package/dist/artifacts/v1/artifacts_pb.js +1 -1
  11. package/dist/attestation/v1/attestation_pb.d.ts +7 -7
  12. package/dist/attestation/v1/attestation_pb.js +1 -1
  13. package/dist/attribution/v1/attribution_pb.d.ts +38 -38
  14. package/dist/attribution/v1/attribution_pb.js +1 -1
  15. package/dist/audit/v1/audit_pb.d.ts +30 -30
  16. package/dist/audit/v1/audit_pb.js +1 -1
  17. package/dist/buf/validate/validate_pb.d.ts +9 -9
  18. package/dist/catalogs/v1/catalogs_pb.d.ts +10 -10
  19. package/dist/catalogs/v1/catalogs_pb.js +1 -1
  20. package/dist/common/v1/analytics_pb.d.ts +4 -4
  21. package/dist/common/v1/analytics_pb.js +1 -1
  22. package/dist/common/v1/authz_pb.d.ts +4 -0
  23. package/dist/common/v1/authz_pb.js +8 -4
  24. package/dist/common/v1/delivery_pb.js +1 -1
  25. package/dist/common/v1/entity_pb.js +1 -1
  26. package/dist/common/v1/risk_pb.js +1 -1
  27. package/dist/common/v1/surface_pb.d.ts +42 -0
  28. package/dist/common/v1/surface_pb.js +46 -0
  29. package/dist/compliance/v1/compliance_pb.d.ts +24 -24
  30. package/dist/compliance/v1/compliance_pb.js +1 -1
  31. package/dist/config/v1/config_pb.d.ts +13 -13
  32. package/dist/config/v1/config_pb.js +1 -1
  33. package/dist/connectors/v1/connectors_pb.d.ts +13 -13
  34. package/dist/connectors/v1/connectors_pb.js +1 -1
  35. package/dist/entities/v1/entities_pb.d.ts +15 -15
  36. package/dist/entities/v1/entities_pb.js +1 -1
  37. package/dist/evalpipeline/v1/evalpipeline_pb.d.ts +19 -19
  38. package/dist/evalpipeline/v1/evalpipeline_pb.js +1 -1
  39. package/dist/events/v1/change_pb.d.ts +2 -2
  40. package/dist/events/v1/change_pb.js +1 -1
  41. package/dist/events/v1/cloudevent_pb.d.ts +2 -2
  42. package/dist/events/v1/cloudevent_pb.js +1 -1
  43. package/dist/events/v1/evaluation_pb.d.ts +10 -10
  44. package/dist/events/v1/evaluation_pb.js +1 -1
  45. package/dist/fermata/v1/fermata_pb.d.ts +1604 -203
  46. package/dist/fermata/v1/fermata_pb.js +350 -51
  47. package/dist/fermata/v1/worker_pb.d.ts +15 -7
  48. package/dist/fermata/v1/worker_pb.js +3 -2
  49. package/dist/gate/v1/audit_pb.d.ts +8 -8
  50. package/dist/gate/v1/audit_pb.js +1 -1
  51. package/dist/gate/v1/connector_pb.d.ts +8 -8
  52. package/dist/gate/v1/connector_pb.js +1 -1
  53. package/dist/gate/v1/controlplane_pb.js +1 -1
  54. package/dist/gate/v1/identity_group_pb.d.ts +7 -7
  55. package/dist/gate/v1/identity_group_pb.js +1 -1
  56. package/dist/gate/v1/recording_pb.d.ts +1 -1
  57. package/dist/gate/v1/recording_pb.js +1 -1
  58. package/dist/gate/v1/resource_policy_pb.d.ts +19 -19
  59. package/dist/gate/v1/resource_policy_pb.js +1 -1
  60. package/dist/gate/v1/tenant_pb.d.ts +7 -7
  61. package/dist/gate/v1/tenant_pb.js +1 -1
  62. package/dist/gate/v1/webhook_access_pb.d.ts +11 -11
  63. package/dist/gate/v1/webhook_access_pb.js +1 -1
  64. package/dist/governance/v1/governance_pb.d.ts +28 -28
  65. package/dist/governance/v1/governance_pb.js +1 -1
  66. package/dist/identity/v1/organizations_pb.d.ts +9 -9
  67. package/dist/identity/v1/organizations_pb.js +1 -1
  68. package/dist/identity/v1/sessions_pb.d.ts +4 -4
  69. package/dist/identity/v1/sessions_pb.js +1 -1
  70. package/dist/identity/v1/tokens_pb.d.ts +5 -5
  71. package/dist/identity/v1/tokens_pb.js +1 -1
  72. package/dist/ingest/v1/admin_pb.d.ts +10 -10
  73. package/dist/ingest/v1/admin_pb.js +1 -1
  74. package/dist/ingest/v1/event_pb.d.ts +5 -5
  75. package/dist/ingest/v1/event_pb.js +1 -1
  76. package/dist/keys/v1/keys_pb.d.ts +9 -9
  77. package/dist/keys/v1/keys_pb.js +1 -1
  78. package/dist/llmgateway/v1/gateway_pb.d.ts +23 -23
  79. package/dist/llmgateway/v1/gateway_pb.js +1 -1
  80. package/dist/maestro/v1/events_pb.d.ts +930 -0
  81. package/dist/maestro/v1/events_pb.js +316 -0
  82. package/dist/maestro/v1/timeline_pb.d.ts +462 -0
  83. package/dist/maestro/v1/timeline_pb.js +235 -0
  84. package/dist/memory/v1/memory_pb.d.ts +18 -18
  85. package/dist/memory/v1/memory_pb.js +1 -1
  86. package/dist/meter/v1/meter_pb.d.ts +42 -42
  87. package/dist/meter/v1/meter_pb.js +1 -1
  88. package/dist/notifications/v1/notifications_pb.d.ts +10 -10
  89. package/dist/notifications/v1/notifications_pb.js +1 -1
  90. package/dist/objectives/v1/objectives_pb.d.ts +35 -26
  91. package/dist/objectives/v1/objectives_pb.js +3 -2
  92. package/dist/posture/v1/posture_pb.d.ts +8 -8
  93. package/dist/posture/v1/posture_pb.js +1 -1
  94. package/dist/prompts/v1/prompts_pb.d.ts +15 -15
  95. package/dist/prompts/v1/prompts_pb.js +1 -1
  96. package/dist/relationships/v1/relationships_pb.d.ts +15 -15
  97. package/dist/relationships/v1/relationships_pb.js +1 -1
  98. package/dist/remoterunner/v1/remoterunner_pb.d.ts +1786 -0
  99. package/dist/remoterunner/v1/remoterunner_pb.js +531 -0
  100. package/dist/secretbroker/v1/broker_pb.d.ts +15 -15
  101. package/dist/secretbroker/v1/broker_pb.js +1 -1
  102. package/dist/skills/v1/skills_pb.d.ts +9 -9
  103. package/dist/skills/v1/skills_pb.js +1 -1
  104. package/dist/tap/v1/admin_pb.d.ts +10 -10
  105. package/dist/tap/v1/admin_pb.js +1 -1
  106. package/dist/tap/v1/event_pb.d.ts +5 -5
  107. package/dist/tap/v1/event_pb.js +1 -1
  108. package/dist/toolexecution/v1/toolexecution_pb.d.ts +35 -29
  109. package/dist/toolexecution/v1/toolexecution_pb.js +3 -2
  110. package/dist/traces/v1/traces_pb.d.ts +17 -17
  111. package/dist/traces/v1/traces_pb.js +1 -1
  112. package/dist/workflows/v1/workflows_pb.d.ts +36 -36
  113. package/dist/workflows/v1/workflows_pb.js +1 -1
  114. package/package.json +17 -1
@@ -0,0 +1,930 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Money } from "../../common/v1/analytics_pb.js";
3
+ import type { RiskLevel } from "../../common/v1/risk_pb.js";
4
+ import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
5
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
6
+ /**
7
+ * Describes the file maestro/v1/events.proto.
8
+ */
9
+ export declare const file_maestro_v1_events: GenFile;
10
+ /**
11
+ * MaestroCorrelation carries stable join keys shared by Maestro and platform.
12
+ *
13
+ * @generated from message maestro.v1.MaestroCorrelation
14
+ */
15
+ export type MaestroCorrelation = Message<"maestro.v1.MaestroCorrelation"> & {
16
+ /**
17
+ * @generated from field: string organization_id = 1;
18
+ */
19
+ organizationId: string;
20
+ /**
21
+ * @generated from field: string workspace_id = 2;
22
+ */
23
+ workspaceId: string;
24
+ /**
25
+ * @generated from field: string session_id = 3;
26
+ */
27
+ sessionId: string;
28
+ /**
29
+ * @generated from field: string agent_run_id = 4;
30
+ */
31
+ agentRunId: string;
32
+ /**
33
+ * @generated from field: string agent_run_step_id = 5;
34
+ */
35
+ agentRunStepId: string;
36
+ /**
37
+ * @generated from field: string agent_id = 6;
38
+ */
39
+ agentId: string;
40
+ /**
41
+ * @generated from field: string actor_id = 7;
42
+ */
43
+ actorId: string;
44
+ /**
45
+ * @generated from field: string principal_id = 8;
46
+ */
47
+ principalId: string;
48
+ /**
49
+ * @generated from field: string trace_id = 9;
50
+ */
51
+ traceId: string;
52
+ /**
53
+ * @generated from field: string request_id = 10;
54
+ */
55
+ requestId: string;
56
+ /**
57
+ * @generated from field: string parent_event_id = 11;
58
+ */
59
+ parentEventId: string;
60
+ /**
61
+ * @generated from field: string remote_runner_session_id = 12;
62
+ */
63
+ remoteRunnerSessionId: string;
64
+ /**
65
+ * @generated from field: string objective_id = 13;
66
+ */
67
+ objectiveId: string;
68
+ /**
69
+ * @generated from field: string conversation_id = 14;
70
+ */
71
+ conversationId: string;
72
+ /**
73
+ * @generated from field: map<string, string> attributes = 15;
74
+ */
75
+ attributes: {
76
+ [key: string]: string;
77
+ };
78
+ };
79
+ /**
80
+ * Describes the message maestro.v1.MaestroCorrelation.
81
+ * Use `create(MaestroCorrelationSchema)` to create a new message.
82
+ */
83
+ export declare const MaestroCorrelationSchema: GenMessage<MaestroCorrelation>;
84
+ /**
85
+ * MaestroPrincipal records the verified identity claims used for authz joins.
86
+ *
87
+ * @generated from message maestro.v1.MaestroPrincipal
88
+ */
89
+ export type MaestroPrincipal = Message<"maestro.v1.MaestroPrincipal"> & {
90
+ /**
91
+ * @generated from field: string subject = 1;
92
+ */
93
+ subject: string;
94
+ /**
95
+ * @generated from field: string user_id = 2;
96
+ */
97
+ userId: string;
98
+ /**
99
+ * @generated from field: string organization_id = 3;
100
+ */
101
+ organizationId: string;
102
+ /**
103
+ * @generated from field: string workspace_id = 4;
104
+ */
105
+ workspaceId: string;
106
+ /**
107
+ * @generated from field: repeated string roles = 5;
108
+ */
109
+ roles: string[];
110
+ /**
111
+ * @generated from field: repeated string scopes = 6;
112
+ */
113
+ scopes: string[];
114
+ /**
115
+ * @generated from field: map<string, string> claims = 7;
116
+ */
117
+ claims: {
118
+ [key: string]: string;
119
+ };
120
+ };
121
+ /**
122
+ * Describes the message maestro.v1.MaestroPrincipal.
123
+ * Use `create(MaestroPrincipalSchema)` to create a new message.
124
+ */
125
+ export declare const MaestroPrincipalSchema: GenMessage<MaestroPrincipal>;
126
+ /**
127
+ * MaestroSession records lifecycle state for one Maestro runtime session.
128
+ *
129
+ * @generated from message maestro.v1.MaestroSession
130
+ */
131
+ export type MaestroSession = Message<"maestro.v1.MaestroSession"> & {
132
+ /**
133
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
134
+ */
135
+ correlation?: MaestroCorrelation | undefined;
136
+ /**
137
+ * @generated from field: maestro.v1.MaestroSessionState state = 2;
138
+ */
139
+ state: MaestroSessionState;
140
+ /**
141
+ * @generated from field: maestro.v1.MaestroSurface surface = 3;
142
+ */
143
+ surface: MaestroSurface;
144
+ /**
145
+ * @generated from field: maestro.v1.MaestroRuntimeMode runtime_mode = 4;
146
+ */
147
+ runtimeMode: MaestroRuntimeMode;
148
+ /**
149
+ * @generated from field: maestro.v1.MaestroPrincipal principal = 5;
150
+ */
151
+ principal?: MaestroPrincipal | undefined;
152
+ /**
153
+ * @generated from field: string workspace_root = 6;
154
+ */
155
+ workspaceRoot: string;
156
+ /**
157
+ * @generated from field: string repository = 7;
158
+ */
159
+ repository: string;
160
+ /**
161
+ * @generated from field: string git_ref = 8;
162
+ */
163
+ gitRef: string;
164
+ /**
165
+ * @generated from field: string runtime_version = 9;
166
+ */
167
+ runtimeVersion: string;
168
+ /**
169
+ * @generated from field: string runner_profile = 10;
170
+ */
171
+ runnerProfile: string;
172
+ /**
173
+ * @generated from field: google.protobuf.Duration requested_ttl = 11;
174
+ */
175
+ requestedTtl?: Duration | undefined;
176
+ /**
177
+ * @generated from field: google.protobuf.Timestamp started_at = 12;
178
+ */
179
+ startedAt?: Timestamp | undefined;
180
+ /**
181
+ * @generated from field: google.protobuf.Timestamp suspended_at = 13;
182
+ */
183
+ suspendedAt?: Timestamp | undefined;
184
+ /**
185
+ * @generated from field: google.protobuf.Timestamp resumed_at = 14;
186
+ */
187
+ resumedAt?: Timestamp | undefined;
188
+ /**
189
+ * @generated from field: google.protobuf.Timestamp closed_at = 15;
190
+ */
191
+ closedAt?: Timestamp | undefined;
192
+ /**
193
+ * @generated from field: maestro.v1.MaestroCloseReason close_reason = 16;
194
+ */
195
+ closeReason: MaestroCloseReason;
196
+ /**
197
+ * @generated from field: string close_message = 17;
198
+ */
199
+ closeMessage: string;
200
+ /**
201
+ * @generated from field: google.protobuf.Struct metadata = 18;
202
+ */
203
+ metadata?: JsonObject | undefined;
204
+ };
205
+ /**
206
+ * Describes the message maestro.v1.MaestroSession.
207
+ * Use `create(MaestroSessionSchema)` to create a new message.
208
+ */
209
+ export declare const MaestroSessionSchema: GenMessage<MaestroSession>;
210
+ /**
211
+ * ApprovalHit records a Maestro action that intersected approval policy.
212
+ *
213
+ * @generated from message maestro.v1.ApprovalHit
214
+ */
215
+ export type ApprovalHit = Message<"maestro.v1.ApprovalHit"> & {
216
+ /**
217
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
218
+ */
219
+ correlation?: MaestroCorrelation | undefined;
220
+ /**
221
+ * @generated from field: string approval_request_id = 2;
222
+ */
223
+ approvalRequestId: string;
224
+ /**
225
+ * @generated from field: string governance_decision_id = 3;
226
+ */
227
+ governanceDecisionId: string;
228
+ /**
229
+ * @generated from field: string action = 4;
230
+ */
231
+ action: string;
232
+ /**
233
+ * @generated from field: string command = 5;
234
+ */
235
+ command: string;
236
+ /**
237
+ * @generated from field: common.v1.RiskLevel risk_level = 6;
238
+ */
239
+ riskLevel: RiskLevel;
240
+ /**
241
+ * @generated from field: maestro.v1.MaestroDecisionMode decision_mode = 7;
242
+ */
243
+ decisionMode: MaestroDecisionMode;
244
+ /**
245
+ * @generated from field: string policy_id = 8;
246
+ */
247
+ policyId: string;
248
+ /**
249
+ * @generated from field: string reason = 9;
250
+ */
251
+ reason: string;
252
+ /**
253
+ * @generated from field: google.protobuf.Struct context = 10;
254
+ */
255
+ context?: JsonObject | undefined;
256
+ /**
257
+ * @generated from field: google.protobuf.Timestamp occurred_at = 11;
258
+ */
259
+ occurredAt?: Timestamp | undefined;
260
+ };
261
+ /**
262
+ * Describes the message maestro.v1.ApprovalHit.
263
+ * Use `create(ApprovalHitSchema)` to create a new message.
264
+ */
265
+ export declare const ApprovalHitSchema: GenMessage<ApprovalHit>;
266
+ /**
267
+ * SandboxViolation records a blocked filesystem or workspace-boundary action.
268
+ *
269
+ * @generated from message maestro.v1.SandboxViolation
270
+ */
271
+ export type SandboxViolation = Message<"maestro.v1.SandboxViolation"> & {
272
+ /**
273
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
274
+ */
275
+ correlation?: MaestroCorrelation | undefined;
276
+ /**
277
+ * @generated from field: string policy_id = 2;
278
+ */
279
+ policyId: string;
280
+ /**
281
+ * @generated from field: string operation = 3;
282
+ */
283
+ operation: string;
284
+ /**
285
+ * @generated from field: string resource = 4;
286
+ */
287
+ resource: string;
288
+ /**
289
+ * @generated from field: string workspace_root = 5;
290
+ */
291
+ workspaceRoot: string;
292
+ /**
293
+ * @generated from field: string attempted_path = 6;
294
+ */
295
+ attemptedPath: string;
296
+ /**
297
+ * @generated from field: string reason = 7;
298
+ */
299
+ reason: string;
300
+ /**
301
+ * @generated from field: google.protobuf.Struct context = 8;
302
+ */
303
+ context?: JsonObject | undefined;
304
+ /**
305
+ * @generated from field: google.protobuf.Timestamp occurred_at = 9;
306
+ */
307
+ occurredAt?: Timestamp | undefined;
308
+ };
309
+ /**
310
+ * Describes the message maestro.v1.SandboxViolation.
311
+ * Use `create(SandboxViolationSchema)` to create a new message.
312
+ */
313
+ export declare const SandboxViolationSchema: GenMessage<SandboxViolation>;
314
+ /**
315
+ * FirewallBlock records a blocked network or MCP egress attempt.
316
+ *
317
+ * @generated from message maestro.v1.FirewallBlock
318
+ */
319
+ export type FirewallBlock = Message<"maestro.v1.FirewallBlock"> & {
320
+ /**
321
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
322
+ */
323
+ correlation?: MaestroCorrelation | undefined;
324
+ /**
325
+ * @generated from field: string rule_id = 2;
326
+ */
327
+ ruleId: string;
328
+ /**
329
+ * @generated from field: string operation = 3;
330
+ */
331
+ operation: string;
332
+ /**
333
+ * @generated from field: string target = 4;
334
+ */
335
+ target: string;
336
+ /**
337
+ * @generated from field: string protocol = 5;
338
+ */
339
+ protocol: string;
340
+ /**
341
+ * @generated from field: int32 port = 6;
342
+ */
343
+ port: number;
344
+ /**
345
+ * @generated from field: string reason = 7;
346
+ */
347
+ reason: string;
348
+ /**
349
+ * @generated from field: google.protobuf.Struct context = 8;
350
+ */
351
+ context?: JsonObject | undefined;
352
+ /**
353
+ * @generated from field: google.protobuf.Timestamp occurred_at = 9;
354
+ */
355
+ occurredAt?: Timestamp | undefined;
356
+ };
357
+ /**
358
+ * Describes the message maestro.v1.FirewallBlock.
359
+ * Use `create(FirewallBlockSchema)` to create a new message.
360
+ */
361
+ export declare const FirewallBlockSchema: GenMessage<FirewallBlock>;
362
+ /**
363
+ * ToolCallAttempt records a Maestro tool invocation before execution starts.
364
+ *
365
+ * @generated from message maestro.v1.ToolCallAttempt
366
+ */
367
+ export type ToolCallAttempt = Message<"maestro.v1.ToolCallAttempt"> & {
368
+ /**
369
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
370
+ */
371
+ correlation?: MaestroCorrelation | undefined;
372
+ /**
373
+ * @generated from field: string tool_call_id = 2;
374
+ */
375
+ toolCallId: string;
376
+ /**
377
+ * @generated from field: string tool_execution_id = 3;
378
+ */
379
+ toolExecutionId: string;
380
+ /**
381
+ * @generated from field: string tool_namespace = 4;
382
+ */
383
+ toolNamespace: string;
384
+ /**
385
+ * @generated from field: string tool_name = 5;
386
+ */
387
+ toolName: string;
388
+ /**
389
+ * @generated from field: string tool_version = 6;
390
+ */
391
+ toolVersion: string;
392
+ /**
393
+ * @generated from field: string capability = 7;
394
+ */
395
+ capability: string;
396
+ /**
397
+ * @generated from field: string connector_id = 8;
398
+ */
399
+ connectorId: string;
400
+ /**
401
+ * @generated from field: bool mutates_resource = 9;
402
+ */
403
+ mutatesResource: boolean;
404
+ /**
405
+ * @generated from field: common.v1.RiskLevel risk_level = 10;
406
+ */
407
+ riskLevel: RiskLevel;
408
+ /**
409
+ * @generated from field: google.protobuf.Struct safe_arguments = 11;
410
+ */
411
+ safeArguments?: JsonObject | undefined;
412
+ /**
413
+ * @generated from field: repeated string redactions = 12;
414
+ */
415
+ redactions: string[];
416
+ /**
417
+ * @generated from field: string idempotency_key = 13;
418
+ */
419
+ idempotencyKey: string;
420
+ /**
421
+ * @generated from field: google.protobuf.Timestamp attempted_at = 14;
422
+ */
423
+ attemptedAt?: Timestamp | undefined;
424
+ };
425
+ /**
426
+ * Describes the message maestro.v1.ToolCallAttempt.
427
+ * Use `create(ToolCallAttemptSchema)` to create a new message.
428
+ */
429
+ export declare const ToolCallAttemptSchema: GenMessage<ToolCallAttempt>;
430
+ /**
431
+ * ToolCallResult records the terminal result of a Maestro tool invocation.
432
+ *
433
+ * @generated from message maestro.v1.ToolCallResult
434
+ */
435
+ export type ToolCallResult = Message<"maestro.v1.ToolCallResult"> & {
436
+ /**
437
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
438
+ */
439
+ correlation?: MaestroCorrelation | undefined;
440
+ /**
441
+ * @generated from field: string tool_call_id = 2;
442
+ */
443
+ toolCallId: string;
444
+ /**
445
+ * @generated from field: string tool_execution_id = 3;
446
+ */
447
+ toolExecutionId: string;
448
+ /**
449
+ * @generated from field: maestro.v1.MaestroToolCallStatus status = 4;
450
+ */
451
+ status: MaestroToolCallStatus;
452
+ /**
453
+ * @generated from field: google.protobuf.Duration duration = 5;
454
+ */
455
+ duration?: Duration | undefined;
456
+ /**
457
+ * @generated from field: google.protobuf.Struct safe_output = 6;
458
+ */
459
+ safeOutput?: JsonObject | undefined;
460
+ /**
461
+ * @generated from field: repeated string redactions = 7;
462
+ */
463
+ redactions: string[];
464
+ /**
465
+ * @generated from field: string error_code = 8;
466
+ */
467
+ errorCode: string;
468
+ /**
469
+ * @generated from field: string error_message = 9;
470
+ */
471
+ errorMessage: string;
472
+ /**
473
+ * @generated from field: common.v1.Money estimated_cost = 10;
474
+ */
475
+ estimatedCost?: Money | undefined;
476
+ /**
477
+ * @generated from field: google.protobuf.Timestamp completed_at = 11;
478
+ */
479
+ completedAt?: Timestamp | undefined;
480
+ };
481
+ /**
482
+ * Describes the message maestro.v1.ToolCallResult.
483
+ * Use `create(ToolCallResultSchema)` to create a new message.
484
+ */
485
+ export declare const ToolCallResultSchema: GenMessage<ToolCallResult>;
486
+ /**
487
+ * PromptVariantSelected records the prompt version pinned for a Maestro run.
488
+ *
489
+ * @generated from message maestro.v1.PromptVariantSelected
490
+ */
491
+ export type PromptVariantSelected = Message<"maestro.v1.PromptVariantSelected"> & {
492
+ /**
493
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
494
+ */
495
+ correlation?: MaestroCorrelation | undefined;
496
+ /**
497
+ * @generated from field: string prompt_id = 2;
498
+ */
499
+ promptId: string;
500
+ /**
501
+ * @generated from field: string prompt_name = 3;
502
+ */
503
+ promptName: string;
504
+ /**
505
+ * @generated from field: string version_id = 4;
506
+ */
507
+ versionId: string;
508
+ /**
509
+ * @generated from field: int32 version = 5;
510
+ */
511
+ version: number;
512
+ /**
513
+ * @generated from field: string label = 6;
514
+ */
515
+ label: string;
516
+ /**
517
+ * @generated from field: string model = 7;
518
+ */
519
+ model: string;
520
+ /**
521
+ * @generated from field: string selection_reason = 8;
522
+ */
523
+ selectionReason: string;
524
+ /**
525
+ * @generated from field: string lineage_id = 9;
526
+ */
527
+ lineageId: string;
528
+ /**
529
+ * @generated from field: google.protobuf.Timestamp selected_at = 10;
530
+ */
531
+ selectedAt?: Timestamp | undefined;
532
+ };
533
+ /**
534
+ * Describes the message maestro.v1.PromptVariantSelected.
535
+ * Use `create(PromptVariantSelectedSchema)` to create a new message.
536
+ */
537
+ export declare const PromptVariantSelectedSchema: GenMessage<PromptVariantSelected>;
538
+ /**
539
+ * SkillInvocation records a governed skill invocation requested by Maestro.
540
+ *
541
+ * @generated from message maestro.v1.SkillInvocation
542
+ */
543
+ export type SkillInvocation = Message<"maestro.v1.SkillInvocation"> & {
544
+ /**
545
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
546
+ */
547
+ correlation?: MaestroCorrelation | undefined;
548
+ /**
549
+ * @generated from field: string invocation_id = 2;
550
+ */
551
+ invocationId: string;
552
+ /**
553
+ * @generated from field: string skill_id = 3;
554
+ */
555
+ skillId: string;
556
+ /**
557
+ * @generated from field: string skill_name = 4;
558
+ */
559
+ skillName: string;
560
+ /**
561
+ * @generated from field: string version_id = 5;
562
+ */
563
+ versionId: string;
564
+ /**
565
+ * @generated from field: int32 version = 6;
566
+ */
567
+ version: number;
568
+ /**
569
+ * @generated from field: string capability = 7;
570
+ */
571
+ capability: string;
572
+ /**
573
+ * @generated from field: string tool_call_id = 8;
574
+ */
575
+ toolCallId: string;
576
+ /**
577
+ * @generated from field: google.protobuf.Struct input_summary = 9;
578
+ */
579
+ inputSummary?: JsonObject | undefined;
580
+ /**
581
+ * @generated from field: google.protobuf.Timestamp invoked_at = 10;
582
+ */
583
+ invokedAt?: Timestamp | undefined;
584
+ };
585
+ /**
586
+ * Describes the message maestro.v1.SkillInvocation.
587
+ * Use `create(SkillInvocationSchema)` to create a new message.
588
+ */
589
+ export declare const SkillInvocationSchema: GenMessage<SkillInvocation>;
590
+ /**
591
+ * SkillOutcome records the terminal result of a Maestro skill invocation.
592
+ *
593
+ * @generated from message maestro.v1.SkillOutcome
594
+ */
595
+ export type SkillOutcome = Message<"maestro.v1.SkillOutcome"> & {
596
+ /**
597
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
598
+ */
599
+ correlation?: MaestroCorrelation | undefined;
600
+ /**
601
+ * @generated from field: string invocation_id = 2;
602
+ */
603
+ invocationId: string;
604
+ /**
605
+ * @generated from field: string skill_id = 3;
606
+ */
607
+ skillId: string;
608
+ /**
609
+ * @generated from field: maestro.v1.MaestroSkillOutcomeStatus status = 4;
610
+ */
611
+ status: MaestroSkillOutcomeStatus;
612
+ /**
613
+ * @generated from field: google.protobuf.Duration duration = 5;
614
+ */
615
+ duration?: Duration | undefined;
616
+ /**
617
+ * @generated from field: google.protobuf.Struct output_summary = 6;
618
+ */
619
+ outputSummary?: JsonObject | undefined;
620
+ /**
621
+ * @generated from field: string error_message = 7;
622
+ */
623
+ errorMessage: string;
624
+ /**
625
+ * @generated from field: common.v1.Money estimated_cost = 8;
626
+ */
627
+ estimatedCost?: Money | undefined;
628
+ /**
629
+ * @generated from field: google.protobuf.Timestamp completed_at = 9;
630
+ */
631
+ completedAt?: Timestamp | undefined;
632
+ };
633
+ /**
634
+ * Describes the message maestro.v1.SkillOutcome.
635
+ * Use `create(SkillOutcomeSchema)` to create a new message.
636
+ */
637
+ export declare const SkillOutcomeSchema: GenMessage<SkillOutcome>;
638
+ /**
639
+ * MaestroEvalScore records a Maestro-visible evaluation score for a run.
640
+ *
641
+ * @generated from message maestro.v1.MaestroEvalScore
642
+ */
643
+ export type MaestroEvalScore = Message<"maestro.v1.MaestroEvalScore"> & {
644
+ /**
645
+ * @generated from field: maestro.v1.MaestroCorrelation correlation = 1;
646
+ */
647
+ correlation?: MaestroCorrelation | undefined;
648
+ /**
649
+ * @generated from field: string eval_run_id = 2;
650
+ */
651
+ evalRunId: string;
652
+ /**
653
+ * @generated from field: string scenario_id = 3;
654
+ */
655
+ scenarioId: string;
656
+ /**
657
+ * @generated from field: string suite_id = 4;
658
+ */
659
+ suiteId: string;
660
+ /**
661
+ * @generated from field: string scorer = 5;
662
+ */
663
+ scorer: string;
664
+ /**
665
+ * @generated from field: double score = 6;
666
+ */
667
+ score: number;
668
+ /**
669
+ * @generated from field: bool passed = 7;
670
+ */
671
+ passed: boolean;
672
+ /**
673
+ * @generated from field: string summary = 8;
674
+ */
675
+ summary: string;
676
+ /**
677
+ * @generated from field: repeated string evidence_refs = 9;
678
+ */
679
+ evidenceRefs: string[];
680
+ /**
681
+ * @generated from field: google.protobuf.Struct metrics = 10;
682
+ */
683
+ metrics?: JsonObject | undefined;
684
+ /**
685
+ * @generated from field: google.protobuf.Timestamp scored_at = 11;
686
+ */
687
+ scoredAt?: Timestamp | undefined;
688
+ };
689
+ /**
690
+ * Describes the message maestro.v1.MaestroEvalScore.
691
+ * Use `create(MaestroEvalScoreSchema)` to create a new message.
692
+ */
693
+ export declare const MaestroEvalScoreSchema: GenMessage<MaestroEvalScore>;
694
+ /**
695
+ * MaestroSurface identifies the product surface that produced a Maestro event.
696
+ *
697
+ * @generated from enum maestro.v1.MaestroSurface
698
+ */
699
+ export declare enum MaestroSurface {
700
+ /**
701
+ * @generated from enum value: MAESTRO_SURFACE_UNSPECIFIED = 0;
702
+ */
703
+ UNSPECIFIED = 0,
704
+ /**
705
+ * @generated from enum value: MAESTRO_SURFACE_CLI = 1;
706
+ */
707
+ CLI = 1,
708
+ /**
709
+ * @generated from enum value: MAESTRO_SURFACE_TUI = 2;
710
+ */
711
+ TUI = 2,
712
+ /**
713
+ * @generated from enum value: MAESTRO_SURFACE_WEB = 3;
714
+ */
715
+ WEB = 3,
716
+ /**
717
+ * @generated from enum value: MAESTRO_SURFACE_IDE = 4;
718
+ */
719
+ IDE = 4,
720
+ /**
721
+ * @generated from enum value: MAESTRO_SURFACE_GITHUB_AGENT = 5;
722
+ */
723
+ GITHUB_AGENT = 5,
724
+ /**
725
+ * @generated from enum value: MAESTRO_SURFACE_DESKTOP = 6;
726
+ */
727
+ DESKTOP = 6,
728
+ /**
729
+ * @generated from enum value: MAESTRO_SURFACE_REMOTE_RUNNER = 7;
730
+ */
731
+ REMOTE_RUNNER = 7
732
+ }
733
+ /**
734
+ * Describes the enum maestro.v1.MaestroSurface.
735
+ */
736
+ export declare const MaestroSurfaceSchema: GenEnum<MaestroSurface>;
737
+ /**
738
+ * MaestroRuntimeMode identifies where the Maestro runtime is executing.
739
+ *
740
+ * @generated from enum maestro.v1.MaestroRuntimeMode
741
+ */
742
+ export declare enum MaestroRuntimeMode {
743
+ /**
744
+ * @generated from enum value: MAESTRO_RUNTIME_MODE_UNSPECIFIED = 0;
745
+ */
746
+ UNSPECIFIED = 0,
747
+ /**
748
+ * @generated from enum value: MAESTRO_RUNTIME_MODE_LOCAL = 1;
749
+ */
750
+ LOCAL = 1,
751
+ /**
752
+ * @generated from enum value: MAESTRO_RUNTIME_MODE_HEADLESS = 2;
753
+ */
754
+ HEADLESS = 2,
755
+ /**
756
+ * @generated from enum value: MAESTRO_RUNTIME_MODE_HOSTED = 3;
757
+ */
758
+ HOSTED = 3,
759
+ /**
760
+ * @generated from enum value: MAESTRO_RUNTIME_MODE_REMOTE_ATTACHED = 4;
761
+ */
762
+ REMOTE_ATTACHED = 4
763
+ }
764
+ /**
765
+ * Describes the enum maestro.v1.MaestroRuntimeMode.
766
+ */
767
+ export declare const MaestroRuntimeModeSchema: GenEnum<MaestroRuntimeMode>;
768
+ /**
769
+ * MaestroSessionState describes the lifecycle of one Maestro session.
770
+ *
771
+ * @generated from enum maestro.v1.MaestroSessionState
772
+ */
773
+ export declare enum MaestroSessionState {
774
+ /**
775
+ * @generated from enum value: MAESTRO_SESSION_STATE_UNSPECIFIED = 0;
776
+ */
777
+ UNSPECIFIED = 0,
778
+ /**
779
+ * @generated from enum value: MAESTRO_SESSION_STATE_STARTED = 1;
780
+ */
781
+ STARTED = 1,
782
+ /**
783
+ * @generated from enum value: MAESTRO_SESSION_STATE_SUSPENDED = 2;
784
+ */
785
+ SUSPENDED = 2,
786
+ /**
787
+ * @generated from enum value: MAESTRO_SESSION_STATE_RESUMED = 3;
788
+ */
789
+ RESUMED = 3,
790
+ /**
791
+ * @generated from enum value: MAESTRO_SESSION_STATE_CLOSED = 4;
792
+ */
793
+ CLOSED = 4
794
+ }
795
+ /**
796
+ * Describes the enum maestro.v1.MaestroSessionState.
797
+ */
798
+ export declare const MaestroSessionStateSchema: GenEnum<MaestroSessionState>;
799
+ /**
800
+ * MaestroCloseReason explains why a Maestro session reached a terminal state.
801
+ *
802
+ * @generated from enum maestro.v1.MaestroCloseReason
803
+ */
804
+ export declare enum MaestroCloseReason {
805
+ /**
806
+ * @generated from enum value: MAESTRO_CLOSE_REASON_UNSPECIFIED = 0;
807
+ */
808
+ UNSPECIFIED = 0,
809
+ /**
810
+ * @generated from enum value: MAESTRO_CLOSE_REASON_COMPLETED = 1;
811
+ */
812
+ COMPLETED = 1,
813
+ /**
814
+ * @generated from enum value: MAESTRO_CLOSE_REASON_USER_STOPPED = 2;
815
+ */
816
+ USER_STOPPED = 2,
817
+ /**
818
+ * @generated from enum value: MAESTRO_CLOSE_REASON_IDLE_TIMEOUT = 3;
819
+ */
820
+ IDLE_TIMEOUT = 3,
821
+ /**
822
+ * @generated from enum value: MAESTRO_CLOSE_REASON_TTL_EXPIRED = 4;
823
+ */
824
+ TTL_EXPIRED = 4,
825
+ /**
826
+ * @generated from enum value: MAESTRO_CLOSE_REASON_ERROR = 5;
827
+ */
828
+ ERROR = 5,
829
+ /**
830
+ * @generated from enum value: MAESTRO_CLOSE_REASON_POLICY_DENIED = 6;
831
+ */
832
+ POLICY_DENIED = 6
833
+ }
834
+ /**
835
+ * Describes the enum maestro.v1.MaestroCloseReason.
836
+ */
837
+ export declare const MaestroCloseReasonSchema: GenEnum<MaestroCloseReason>;
838
+ /**
839
+ * MaestroDecisionMode records how a policy or approval decision was resolved.
840
+ *
841
+ * @generated from enum maestro.v1.MaestroDecisionMode
842
+ */
843
+ export declare enum MaestroDecisionMode {
844
+ /**
845
+ * @generated from enum value: MAESTRO_DECISION_MODE_UNSPECIFIED = 0;
846
+ */
847
+ UNSPECIFIED = 0,
848
+ /**
849
+ * @generated from enum value: MAESTRO_DECISION_MODE_ALLOW = 1;
850
+ */
851
+ ALLOW = 1,
852
+ /**
853
+ * @generated from enum value: MAESTRO_DECISION_MODE_REQUIRE_APPROVAL = 2;
854
+ */
855
+ REQUIRE_APPROVAL = 2,
856
+ /**
857
+ * @generated from enum value: MAESTRO_DECISION_MODE_DENY = 3;
858
+ */
859
+ DENY = 3,
860
+ /**
861
+ * @generated from enum value: MAESTRO_DECISION_MODE_AUTO_APPROVED = 4;
862
+ */
863
+ AUTO_APPROVED = 4
864
+ }
865
+ /**
866
+ * Describes the enum maestro.v1.MaestroDecisionMode.
867
+ */
868
+ export declare const MaestroDecisionModeSchema: GenEnum<MaestroDecisionMode>;
869
+ /**
870
+ * MaestroToolCallStatus records the result state for a Maestro tool call.
871
+ *
872
+ * @generated from enum maestro.v1.MaestroToolCallStatus
873
+ */
874
+ export declare enum MaestroToolCallStatus {
875
+ /**
876
+ * @generated from enum value: MAESTRO_TOOL_CALL_STATUS_UNSPECIFIED = 0;
877
+ */
878
+ UNSPECIFIED = 0,
879
+ /**
880
+ * @generated from enum value: MAESTRO_TOOL_CALL_STATUS_SUCCEEDED = 1;
881
+ */
882
+ SUCCEEDED = 1,
883
+ /**
884
+ * @generated from enum value: MAESTRO_TOOL_CALL_STATUS_FAILED = 2;
885
+ */
886
+ FAILED = 2,
887
+ /**
888
+ * @generated from enum value: MAESTRO_TOOL_CALL_STATUS_DENIED = 3;
889
+ */
890
+ DENIED = 3,
891
+ /**
892
+ * @generated from enum value: MAESTRO_TOOL_CALL_STATUS_CANCELLED = 4;
893
+ */
894
+ CANCELLED = 4
895
+ }
896
+ /**
897
+ * Describes the enum maestro.v1.MaestroToolCallStatus.
898
+ */
899
+ export declare const MaestroToolCallStatusSchema: GenEnum<MaestroToolCallStatus>;
900
+ /**
901
+ * MaestroSkillOutcomeStatus records a skill invocation outcome.
902
+ *
903
+ * @generated from enum maestro.v1.MaestroSkillOutcomeStatus
904
+ */
905
+ export declare enum MaestroSkillOutcomeStatus {
906
+ /**
907
+ * @generated from enum value: MAESTRO_SKILL_OUTCOME_STATUS_UNSPECIFIED = 0;
908
+ */
909
+ UNSPECIFIED = 0,
910
+ /**
911
+ * @generated from enum value: MAESTRO_SKILL_OUTCOME_STATUS_SUCCEEDED = 1;
912
+ */
913
+ SUCCEEDED = 1,
914
+ /**
915
+ * @generated from enum value: MAESTRO_SKILL_OUTCOME_STATUS_FAILED = 2;
916
+ */
917
+ FAILED = 2,
918
+ /**
919
+ * @generated from enum value: MAESTRO_SKILL_OUTCOME_STATUS_DENIED = 3;
920
+ */
921
+ DENIED = 3,
922
+ /**
923
+ * @generated from enum value: MAESTRO_SKILL_OUTCOME_STATUS_CANCELLED = 4;
924
+ */
925
+ CANCELLED = 4
926
+ }
927
+ /**
928
+ * Describes the enum maestro.v1.MaestroSkillOutcomeStatus.
929
+ */
930
+ export declare const MaestroSkillOutcomeStatusSchema: GenEnum<MaestroSkillOutcomeStatus>;