@stigmer/protos 3.5.3 → 3.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.d.ts +141 -0
  2. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js +149 -0
  3. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js.map +1 -0
  4. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.d.ts +140 -0
  5. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js +34 -0
  6. package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js.map +1 -0
  7. package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.d.ts +541 -0
  8. package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js +181 -0
  9. package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js.map +1 -0
  10. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.d.ts +69 -0
  11. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js +76 -0
  12. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js.map +1 -0
  13. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.d.ts +70 -0
  14. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js +30 -0
  15. package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js.map +1 -0
  16. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.d.ts +36 -2
  17. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js +18 -2
  18. package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js.map +1 -1
  19. package/ai/stigmer/agentic/agentchannel/v1/message_io_pb.d.ts +90 -0
  20. package/ai/stigmer/agentic/agentchannel/v1/message_io_pb.js +16 -1
  21. package/ai/stigmer/agentic/agentchannel/v1/message_io_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/agentchannel/v1/message_query_connect.d.ts +27 -0
  23. package/ai/stigmer/agentic/agentchannel/v1/message_query_connect.js +28 -1
  24. package/ai/stigmer/agentic/agentchannel/v1/message_query_connect.js.map +1 -1
  25. package/ai/stigmer/agentic/agentchannel/v1/message_query_pb.d.ts +27 -1
  26. package/ai/stigmer/agentic/agentchannel/v1/message_query_pb.js +1 -1
  27. package/ai/stigmer/agentic/agentchannel/v1/message_query_pb.js.map +1 -1
  28. package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.d.ts +142 -6
  29. package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js +94 -5
  30. package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js.map +1 -1
  31. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.d.ts +25 -0
  32. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js +2 -1
  33. package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js.map +1 -1
  34. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +5 -1
  35. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  36. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +66 -0
  37. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +81 -14
  38. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  39. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.d.ts +210 -0
  40. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js +25 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js.map +1 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +17 -0
  43. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +1 -1
  44. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
  45. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +13 -1
  46. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +1 -1
  47. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  48. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +33 -1
  49. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +2 -1
  50. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
  51. package/ai/stigmer/agentic/agentshare/v1/spec_pb.d.ts +27 -0
  52. package/ai/stigmer/agentic/agentshare/v1/spec_pb.js +2 -1
  53. package/ai/stigmer/agentic/agentshare/v1/spec_pb.js.map +1 -1
  54. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +26 -0
  55. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
  56. package/ai/stigmer/agentic/schedule/v1/api_pb.d.ts +68 -0
  57. package/ai/stigmer/agentic/schedule/v1/api_pb.js +18 -0
  58. package/ai/stigmer/agentic/schedule/v1/api_pb.js.map +1 -0
  59. package/ai/stigmer/agentic/schedule/v1/command_connect.d.ts +189 -0
  60. package/ai/stigmer/agentic/schedule/v1/command_connect.js +197 -0
  61. package/ai/stigmer/agentic/schedule/v1/command_connect.js.map +1 -0
  62. package/ai/stigmer/agentic/schedule/v1/command_pb.d.ts +187 -0
  63. package/ai/stigmer/agentic/schedule/v1/command_pb.js +19 -0
  64. package/ai/stigmer/agentic/schedule/v1/command_pb.js.map +1 -0
  65. package/ai/stigmer/agentic/schedule/v1/io_pb.d.ts +387 -0
  66. package/ai/stigmer/agentic/schedule/v1/io_pb.js +150 -0
  67. package/ai/stigmer/agentic/schedule/v1/io_pb.js.map +1 -0
  68. package/ai/stigmer/agentic/schedule/v1/query_connect.d.ts +103 -0
  69. package/ai/stigmer/agentic/schedule/v1/query_connect.js +112 -0
  70. package/ai/stigmer/agentic/schedule/v1/query_connect.js.map +1 -0
  71. package/ai/stigmer/agentic/schedule/v1/query_pb.d.ts +103 -0
  72. package/ai/stigmer/agentic/schedule/v1/query_pb.js +25 -0
  73. package/ai/stigmer/agentic/schedule/v1/query_pb.js.map +1 -0
  74. package/ai/stigmer/agentic/schedule/v1/spec_pb.d.ts +132 -0
  75. package/ai/stigmer/agentic/schedule/v1/spec_pb.js +16 -0
  76. package/ai/stigmer/agentic/schedule/v1/spec_pb.js.map +1 -0
  77. package/ai/stigmer/agentic/schedule/v1/status_pb.d.ts +85 -0
  78. package/ai/stigmer/agentic/schedule/v1/status_pb.js +16 -0
  79. package/ai/stigmer/agentic/schedule/v1/status_pb.js.map +1 -0
  80. package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +10 -8
  81. package/ai/stigmer/agentic/session/v1/enum_pb.js +10 -8
  82. package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
  83. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +7 -5
  84. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  85. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +123 -104
  86. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +4 -7
  87. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
  88. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +17 -0
  89. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +1 -1
  90. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  91. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +6 -0
  92. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +7 -1
  93. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  94. package/ai/stigmer/iam/v1/enum_pb.d.ts +31 -2
  95. package/ai/stigmer/iam/v1/enum_pb.js +30 -1
  96. package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
  97. package/ai/stigmer/platform/v1/server_info_connect.d.ts +6 -4
  98. package/ai/stigmer/platform/v1/server_info_connect.js +6 -4
  99. package/ai/stigmer/platform/v1/server_info_connect.js.map +1 -1
  100. package/ai/stigmer/platform/v1/server_info_pb.d.ts +53 -4
  101. package/ai/stigmer/platform/v1/server_info_pb.js +7 -2
  102. package/ai/stigmer/platform/v1/server_info_pb.js.map +1 -1
  103. package/package.json +1 -1
@@ -0,0 +1,387 @@
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { Schedule } from "./api_pb.js";
3
+ import type { PageInfo } from "../../../commons/rpc/pagination_pb.js";
4
+ import type { Timestamp } from "@bufbuild/protobuf/wkt";
5
+ import type { Message } from "@bufbuild/protobuf";
6
+ /**
7
+ * Describes the file ai/stigmer/agentic/schedule/v1/io.proto.
8
+ */
9
+ export declare const file_ai_stigmer_agentic_schedule_v1_io: GenFile;
10
+ /**
11
+ * ScheduleId wraps a schedule identifier.
12
+ *
13
+ * @generated from message ai.stigmer.agentic.schedule.v1.ScheduleId
14
+ */
15
+ export type ScheduleId = Message<"ai.stigmer.agentic.schedule.v1.ScheduleId"> & {
16
+ /**
17
+ * Unique identifier of the schedule.
18
+ *
19
+ * @generated from field: string value = 1;
20
+ */
21
+ value: string;
22
+ };
23
+ /**
24
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleId.
25
+ * Use `create(ScheduleIdSchema)` to create a new message.
26
+ */
27
+ export declare const ScheduleIdSchema: GenMessage<ScheduleId>;
28
+ /**
29
+ * Input for retrieving all schedules of a specific agent.
30
+ *
31
+ * @generated from message ai.stigmer.agentic.schedule.v1.GetSchedulesByAgentRequest
32
+ */
33
+ export type GetSchedulesByAgentRequest = Message<"ai.stigmer.agentic.schedule.v1.GetSchedulesByAgentRequest"> & {
34
+ /**
35
+ * Identifier of the agent whose schedules to retrieve.
36
+ *
37
+ * @generated from field: string agent_id = 1;
38
+ */
39
+ agentId: string;
40
+ /**
41
+ * Pagination options.
42
+ *
43
+ * @generated from field: ai.stigmer.commons.rpc.PageInfo page_info = 2;
44
+ */
45
+ pageInfo?: PageInfo;
46
+ /**
47
+ * Organization slug to scope the results to.
48
+ *
49
+ * When set, only schedules whose metadata.org matches are returned —
50
+ * the org-context view a console tab needs. When empty, results are
51
+ * bounded only by the caller's view permissions, which for a member of
52
+ * several organizations spans all of them.
53
+ *
54
+ * @internal
55
+ * Mirrors the org scoping on the sibling getByAgent/getByWorkflow
56
+ * requests (agent channels, agent shares, agent instances). Handlers
57
+ * implementing this RPC must apply the filter in their query/list step.
58
+ *
59
+ * @generated from field: string org = 3;
60
+ */
61
+ org: string;
62
+ };
63
+ /**
64
+ * Describes the message ai.stigmer.agentic.schedule.v1.GetSchedulesByAgentRequest.
65
+ * Use `create(GetSchedulesByAgentRequestSchema)` to create a new message.
66
+ */
67
+ export declare const GetSchedulesByAgentRequestSchema: GenMessage<GetSchedulesByAgentRequest>;
68
+ /**
69
+ * Response containing a paginated list of schedules.
70
+ *
71
+ * @generated from message ai.stigmer.agentic.schedule.v1.ScheduleList
72
+ */
73
+ export type ScheduleList = Message<"ai.stigmer.agentic.schedule.v1.ScheduleList"> & {
74
+ /**
75
+ * Total number of schedules matching the query.
76
+ *
77
+ * @generated from field: int32 total_count = 1;
78
+ */
79
+ totalCount: number;
80
+ /**
81
+ * Schedules in the current page.
82
+ *
83
+ * @generated from field: repeated ai.stigmer.agentic.schedule.v1.Schedule items = 2;
84
+ */
85
+ items: Schedule[];
86
+ };
87
+ /**
88
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleList.
89
+ * Use `create(ScheduleListSchema)` to create a new message.
90
+ */
91
+ export declare const ScheduleListSchema: GenMessage<ScheduleList>;
92
+ /**
93
+ * Input for listing schedules within an organization.
94
+ *
95
+ * @generated from message ai.stigmer.agentic.schedule.v1.ListSchedulesRequest
96
+ */
97
+ export type ListSchedulesRequest = Message<"ai.stigmer.agentic.schedule.v1.ListSchedulesRequest"> & {
98
+ /**
99
+ * Organization slug to scope the listing.
100
+ *
101
+ * @generated from field: string org = 1;
102
+ */
103
+ org: string;
104
+ /**
105
+ * Filter by metadata labels. AND semantics: all labels must match.
106
+ *
107
+ * @generated from field: map<string, string> labels = 2;
108
+ */
109
+ labels: {
110
+ [key: string]: string;
111
+ };
112
+ /**
113
+ * Pagination options.
114
+ *
115
+ * @generated from field: ai.stigmer.commons.rpc.PageInfo page_info = 3;
116
+ */
117
+ pageInfo?: PageInfo;
118
+ };
119
+ /**
120
+ * Describes the message ai.stigmer.agentic.schedule.v1.ListSchedulesRequest.
121
+ * Use `create(ListSchedulesRequestSchema)` to create a new message.
122
+ */
123
+ export declare const ListSchedulesRequestSchema: GenMessage<ListSchedulesRequest>;
124
+ /**
125
+ * Result of manually triggering a schedule.
126
+ *
127
+ * A gRPC error means the trigger itself was refused (disabled schedule,
128
+ * missing schedule, unauthorized). A successful response means the fire
129
+ * happened, and this message names the run's real outcome.
130
+ *
131
+ * @generated from message ai.stigmer.agentic.schedule.v1.ScheduleTriggerResult
132
+ */
133
+ export type ScheduleTriggerResult = Message<"ai.stigmer.agentic.schedule.v1.ScheduleTriggerResult"> & {
134
+ /**
135
+ * The schedule after the fire, status freshly stamped.
136
+ *
137
+ * @generated from field: ai.stigmer.agentic.schedule.v1.Schedule schedule = 1;
138
+ */
139
+ schedule?: Schedule;
140
+ /**
141
+ * What the fire produced: STARTED, REFUSED, or TARGET_MISSING (the
142
+ * terminal outcomes belong to run history — a manual fire answers at
143
+ * run start).
144
+ *
145
+ * @generated from field: ai.stigmer.agentic.schedule.v1.ScheduleRunOutcome outcome = 2;
146
+ */
147
+ outcome: ScheduleRunOutcome;
148
+ /**
149
+ * ID of the created execution. Set only when outcome is STARTED.
150
+ *
151
+ * @generated from field: string execution_id = 3;
152
+ */
153
+ executionId: string;
154
+ /**
155
+ * The refusing launch gate's copy, verbatim. Set only when outcome is
156
+ * REFUSED or TARGET_MISSING.
157
+ *
158
+ * @generated from field: string refusal_reason = 4;
159
+ */
160
+ refusalReason: string;
161
+ };
162
+ /**
163
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleTriggerResult.
164
+ * Use `create(ScheduleTriggerResultSchema)` to create a new message.
165
+ */
166
+ export declare const ScheduleTriggerResultSchema: GenMessage<ScheduleTriggerResult>;
167
+ /**
168
+ * One recorded schedule fire — a run-history row.
169
+ *
170
+ * @internal
171
+ * Backed by the fire ledger (project DD-017 D-7): every fire leaves a
172
+ * row, INCLUDING fires that created no execution — the ledger is the
173
+ * one place a refused fire's reason survives below the pause threshold.
174
+ * Rows carrying an execution id but no terminal outcome are enriched
175
+ * with the execution's live phase at read time, so outcome never lies
176
+ * while a run is in flight.
177
+ *
178
+ * @generated from message ai.stigmer.agentic.schedule.v1.ScheduleRun
179
+ */
180
+ export type ScheduleRun = Message<"ai.stigmer.agentic.schedule.v1.ScheduleRun"> & {
181
+ /**
182
+ * Schedule this fire belongs to.
183
+ *
184
+ * @generated from field: string schedule_id = 1;
185
+ */
186
+ scheduleId: string;
187
+ /**
188
+ * Organization that owns the schedule.
189
+ *
190
+ * @generated from field: string org = 2;
191
+ */
192
+ org: string;
193
+ /**
194
+ * The fire's nominal time (cron: the scheduled instant; manual: the
195
+ * trigger instant).
196
+ *
197
+ * @generated from field: google.protobuf.Timestamp nominal_fire_time = 3;
198
+ */
199
+ nominalFireTime?: Timestamp;
200
+ /**
201
+ * How the fire was initiated.
202
+ *
203
+ * @generated from field: ai.stigmer.agentic.schedule.v1.ScheduleRunOrigin origin = 4;
204
+ */
205
+ origin: ScheduleRunOrigin;
206
+ /**
207
+ * What the fire produced.
208
+ *
209
+ * @generated from field: ai.stigmer.agentic.schedule.v1.ScheduleRunOutcome outcome = 5;
210
+ */
211
+ outcome: ScheduleRunOutcome;
212
+ /**
213
+ * The refusing gate's or terminal verdict's copy, verbatim. Empty for
214
+ * healthy outcomes.
215
+ *
216
+ * @generated from field: string reason = 6;
217
+ */
218
+ reason: string;
219
+ /**
220
+ * ID of the created execution. Empty when no execution was created
221
+ * (refused, target missing, skipped).
222
+ *
223
+ * @generated from field: string execution_id = 7;
224
+ */
225
+ executionId: string;
226
+ /**
227
+ * When the fire was recorded.
228
+ *
229
+ * @generated from field: google.protobuf.Timestamp recorded_at = 8;
230
+ */
231
+ recordedAt?: Timestamp;
232
+ /**
233
+ * When the terminal outcome was recorded. Absent while the run is in
234
+ * flight or when no run was created.
235
+ *
236
+ * @generated from field: google.protobuf.Timestamp completed_at = 9;
237
+ */
238
+ completedAt?: Timestamp;
239
+ };
240
+ /**
241
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleRun.
242
+ * Use `create(ScheduleRunSchema)` to create a new message.
243
+ */
244
+ export declare const ScheduleRunSchema: GenMessage<ScheduleRun>;
245
+ /**
246
+ * Input for listing a schedule's run history.
247
+ *
248
+ * @generated from message ai.stigmer.agentic.schedule.v1.ListScheduleRunsRequest
249
+ */
250
+ export type ListScheduleRunsRequest = Message<"ai.stigmer.agentic.schedule.v1.ListScheduleRunsRequest"> & {
251
+ /**
252
+ * Schedule whose runs to list.
253
+ *
254
+ * @generated from field: string schedule_id = 1;
255
+ */
256
+ scheduleId: string;
257
+ /**
258
+ * Pagination options. Runs are returned newest first.
259
+ *
260
+ * @generated from field: ai.stigmer.commons.rpc.PageInfo page_info = 2;
261
+ */
262
+ pageInfo?: PageInfo;
263
+ };
264
+ /**
265
+ * Describes the message ai.stigmer.agentic.schedule.v1.ListScheduleRunsRequest.
266
+ * Use `create(ListScheduleRunsRequestSchema)` to create a new message.
267
+ */
268
+ export declare const ListScheduleRunsRequestSchema: GenMessage<ListScheduleRunsRequest>;
269
+ /**
270
+ * Response containing a paginated list of schedule runs, newest first.
271
+ *
272
+ * @generated from message ai.stigmer.agentic.schedule.v1.ScheduleRunList
273
+ */
274
+ export type ScheduleRunList = Message<"ai.stigmer.agentic.schedule.v1.ScheduleRunList"> & {
275
+ /**
276
+ * Total number of recorded runs for the schedule.
277
+ *
278
+ * @generated from field: int32 total_count = 1;
279
+ */
280
+ totalCount: number;
281
+ /**
282
+ * Runs in the current page.
283
+ *
284
+ * @generated from field: repeated ai.stigmer.agentic.schedule.v1.ScheduleRun items = 2;
285
+ */
286
+ items: ScheduleRun[];
287
+ };
288
+ /**
289
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleRunList.
290
+ * Use `create(ScheduleRunListSchema)` to create a new message.
291
+ */
292
+ export declare const ScheduleRunListSchema: GenMessage<ScheduleRunList>;
293
+ /**
294
+ * How a schedule fire was initiated.
295
+ *
296
+ * @generated from enum ai.stigmer.agentic.schedule.v1.ScheduleRunOrigin
297
+ */
298
+ export declare enum ScheduleRunOrigin {
299
+ /**
300
+ * @generated from enum value: SCHEDULE_RUN_ORIGIN_UNSPECIFIED = 0;
301
+ */
302
+ UNSPECIFIED = 0,
303
+ /**
304
+ * The clock fired the schedule on its cron cadence.
305
+ *
306
+ * @generated from enum value: SCHEDULE_RUN_ORIGIN_CRON = 1;
307
+ */
308
+ CRON = 1,
309
+ /**
310
+ * A caller fired the schedule through the trigger command.
311
+ *
312
+ * @generated from enum value: SCHEDULE_RUN_ORIGIN_MANUAL = 2;
313
+ */
314
+ MANUAL = 2
315
+ }
316
+ /**
317
+ * Describes the enum ai.stigmer.agentic.schedule.v1.ScheduleRunOrigin.
318
+ */
319
+ export declare const ScheduleRunOriginSchema: GenEnum<ScheduleRunOrigin>;
320
+ /**
321
+ * What one schedule fire produced.
322
+ *
323
+ * @internal
324
+ * One vocabulary for two surfaces (project DD-017 D-6/D-7): the trigger
325
+ * result reports the START outcomes (STARTED / REFUSED /
326
+ * TARGET_MISSING), and the run-history rows additionally reach the
327
+ * terminal outcomes (COMPLETED / FAILED / TIMED_OUT) written by the cron
328
+ * tick's tracking. SKIPPED records a cron fire that revalidated against
329
+ * a row deleted/disabled/paused between recording and starting.
330
+ *
331
+ * @generated from enum ai.stigmer.agentic.schedule.v1.ScheduleRunOutcome
332
+ */
333
+ export declare enum ScheduleRunOutcome {
334
+ /**
335
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_UNSPECIFIED = 0;
336
+ */
337
+ UNSPECIFIED = 0,
338
+ /**
339
+ * An execution was created (or idempotently re-found) and is running.
340
+ *
341
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_STARTED = 1;
342
+ */
343
+ STARTED = 1,
344
+ /**
345
+ * A launch gate refused the run deterministically; reason carries the
346
+ * gate's copy verbatim.
347
+ *
348
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_REFUSED = 2;
349
+ */
350
+ REFUSED = 2,
351
+ /**
352
+ * The schedule's agent_ref no longer resolves.
353
+ *
354
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_TARGET_MISSING = 3;
355
+ */
356
+ TARGET_MISSING = 3,
357
+ /**
358
+ * The fire no-opped: the row was deleted, disabled, or paused between
359
+ * the fire being recorded and the run starting.
360
+ *
361
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_SKIPPED = 4;
362
+ */
363
+ SKIPPED = 4,
364
+ /**
365
+ * The tracked run reached EXECUTION_COMPLETED.
366
+ *
367
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_COMPLETED = 5;
368
+ */
369
+ COMPLETED = 5,
370
+ /**
371
+ * The tracked run ended terminal-but-not-completed (failed, cancelled,
372
+ * or terminated); reason names the terminal phase.
373
+ *
374
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_FAILED = 6;
375
+ */
376
+ FAILED = 6,
377
+ /**
378
+ * The tracked run outlived the fire's tracking budget.
379
+ *
380
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_TIMED_OUT = 7;
381
+ */
382
+ TIMED_OUT = 7
383
+ }
384
+ /**
385
+ * Describes the enum ai.stigmer.agentic.schedule.v1.ScheduleRunOutcome.
386
+ */
387
+ export declare const ScheduleRunOutcomeSchema: GenEnum<ScheduleRunOutcome>;
@@ -0,0 +1,150 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
2
+ // @generated from file ai/stigmer/agentic/schedule/v1/io.proto (package ai.stigmer.agentic.schedule.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_schedule_v1_api } from "./api_pb.js";
6
+ import { file_ai_stigmer_commons_rpc_pagination } from "../../../commons/rpc/pagination_pb.js";
7
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
8
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
9
+ /**
10
+ * Describes the file ai/stigmer/agentic/schedule/v1/io.proto.
11
+ */
12
+ export const file_ai_stigmer_agentic_schedule_v1_io = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2FnZW50aWMvc2NoZWR1bGUvdjEvaW8ucHJvdG8SHmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MSIjCgpTY2hlZHVsZUlkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEieAoaR2V0U2NoZWR1bGVzQnlBZ2VudFJlcXVlc3QSGAoIYWdlbnRfaWQYASABKAlCBrpIA8gBARIzCglwYWdlX2luZm8YAiABKAsyIC5haS5zdGlnbWVyLmNvbW1vbnMucnBjLlBhZ2VJbmZvEgsKA29yZxgDIAEoCSJcCgxTY2hlZHVsZUxpc3QSEwoLdG90YWxfY291bnQYASABKAUSNwoFaXRlbXMYAiADKAsyKC5haS5zdGlnbWVyLmFnZW50aWMuc2NoZWR1bGUudjEuU2NoZWR1bGUi4gEKFExpc3RTY2hlZHVsZXNSZXF1ZXN0EhQKA29yZxgBIAEoCUIHukgEcgIQARJQCgZsYWJlbHMYAiADKAsyQC5haS5zdGlnbWVyLmFnZW50aWMuc2NoZWR1bGUudjEuTGlzdFNjaGVkdWxlc1JlcXVlc3QuTGFiZWxzRW50cnkSMwoJcGFnZV9pbmZvGAMgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mbxotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIsYBChVTY2hlZHVsZVRyaWdnZXJSZXN1bHQSOgoIc2NoZWR1bGUYASABKAsyKC5haS5zdGlnbWVyLmFnZW50aWMuc2NoZWR1bGUudjEuU2NoZWR1bGUSQwoHb3V0Y29tZRgCIAEoDjIyLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZVJ1bk91dGNvbWUSFAoMZXhlY3V0aW9uX2lkGAMgASgJEhYKDnJlZnVzYWxfcmVhc29uGAQgASgJIvcCCgtTY2hlZHVsZVJ1bhITCgtzY2hlZHVsZV9pZBgBIAEoCRILCgNvcmcYAiABKAkSNQoRbm9taW5hbF9maXJlX3RpbWUYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEkEKBm9yaWdpbhgEIAEoDjIxLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZVJ1bk9yaWdpbhJDCgdvdXRjb21lGAUgASgOMjIuYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLlNjaGVkdWxlUnVuT3V0Y29tZRIOCgZyZWFzb24YBiABKAkSFAoMZXhlY3V0aW9uX2lkGAcgASgJEi8KC3JlY29yZGVkX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIwCgxjb21wbGV0ZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wImsKF0xpc3RTY2hlZHVsZVJ1bnNSZXF1ZXN0EhsKC3NjaGVkdWxlX2lkGAEgASgJQga6SAPIAQESMwoJcGFnZV9pbmZvGAIgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mbyJiCg9TY2hlZHVsZVJ1bkxpc3QSEwoLdG90YWxfY291bnQYASABKAUSOgoFaXRlbXMYAiADKAsyKy5haS5zdGlnbWVyLmFnZW50aWMuc2NoZWR1bGUudjEuU2NoZWR1bGVSdW4qdgoRU2NoZWR1bGVSdW5PcmlnaW4SIwofU0NIRURVTEVfUlVOX09SSUdJTl9VTlNQRUNJRklFRBAAEhwKGFNDSEVEVUxFX1JVTl9PUklHSU5fQ1JPThABEh4KGlNDSEVEVUxFX1JVTl9PUklHSU5fTUFOVUFMEAIqsgIKElNjaGVkdWxlUnVuT3V0Y29tZRIkCiBTQ0hFRFVMRV9SVU5fT1VUQ09NRV9VTlNQRUNJRklFRBAAEiAKHFNDSEVEVUxFX1JVTl9PVVRDT01FX1NUQVJURUQQARIgChxTQ0hFRFVMRV9SVU5fT1VUQ09NRV9SRUZVU0VEEAISJwojU0NIRURVTEVfUlVOX09VVENPTUVfVEFSR0VUX01JU1NJTkcQAxIgChxTQ0hFRFVMRV9SVU5fT1VUQ09NRV9TS0lQUEVEEAQSIgoeU0NIRURVTEVfUlVOX09VVENPTUVfQ09NUExFVEVEEAUSHwobU0NIRURVTEVfUlVOX09VVENPTUVfRkFJTEVEEAYSIgoeU0NIRURVTEVfUlVOX09VVENPTUVfVElNRURfT1VUEAdiBnByb3RvMw", [file_ai_stigmer_agentic_schedule_v1_api, file_ai_stigmer_commons_rpc_pagination, file_buf_validate_validate, file_google_protobuf_timestamp]);
13
+ /**
14
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleId.
15
+ * Use `create(ScheduleIdSchema)` to create a new message.
16
+ */
17
+ export const ScheduleIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 0);
18
+ /**
19
+ * Describes the message ai.stigmer.agentic.schedule.v1.GetSchedulesByAgentRequest.
20
+ * Use `create(GetSchedulesByAgentRequestSchema)` to create a new message.
21
+ */
22
+ export const GetSchedulesByAgentRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 1);
23
+ /**
24
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleList.
25
+ * Use `create(ScheduleListSchema)` to create a new message.
26
+ */
27
+ export const ScheduleListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 2);
28
+ /**
29
+ * Describes the message ai.stigmer.agentic.schedule.v1.ListSchedulesRequest.
30
+ * Use `create(ListSchedulesRequestSchema)` to create a new message.
31
+ */
32
+ export const ListSchedulesRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 3);
33
+ /**
34
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleTriggerResult.
35
+ * Use `create(ScheduleTriggerResultSchema)` to create a new message.
36
+ */
37
+ export const ScheduleTriggerResultSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 4);
38
+ /**
39
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleRun.
40
+ * Use `create(ScheduleRunSchema)` to create a new message.
41
+ */
42
+ export const ScheduleRunSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 5);
43
+ /**
44
+ * Describes the message ai.stigmer.agentic.schedule.v1.ListScheduleRunsRequest.
45
+ * Use `create(ListScheduleRunsRequestSchema)` to create a new message.
46
+ */
47
+ export const ListScheduleRunsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 6);
48
+ /**
49
+ * Describes the message ai.stigmer.agentic.schedule.v1.ScheduleRunList.
50
+ * Use `create(ScheduleRunListSchema)` to create a new message.
51
+ */
52
+ export const ScheduleRunListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_io, 7);
53
+ /**
54
+ * How a schedule fire was initiated.
55
+ *
56
+ * @generated from enum ai.stigmer.agentic.schedule.v1.ScheduleRunOrigin
57
+ */
58
+ export var ScheduleRunOrigin;
59
+ (function (ScheduleRunOrigin) {
60
+ /**
61
+ * @generated from enum value: SCHEDULE_RUN_ORIGIN_UNSPECIFIED = 0;
62
+ */
63
+ ScheduleRunOrigin[ScheduleRunOrigin["UNSPECIFIED"] = 0] = "UNSPECIFIED";
64
+ /**
65
+ * The clock fired the schedule on its cron cadence.
66
+ *
67
+ * @generated from enum value: SCHEDULE_RUN_ORIGIN_CRON = 1;
68
+ */
69
+ ScheduleRunOrigin[ScheduleRunOrigin["CRON"] = 1] = "CRON";
70
+ /**
71
+ * A caller fired the schedule through the trigger command.
72
+ *
73
+ * @generated from enum value: SCHEDULE_RUN_ORIGIN_MANUAL = 2;
74
+ */
75
+ ScheduleRunOrigin[ScheduleRunOrigin["MANUAL"] = 2] = "MANUAL";
76
+ })(ScheduleRunOrigin || (ScheduleRunOrigin = {}));
77
+ /**
78
+ * Describes the enum ai.stigmer.agentic.schedule.v1.ScheduleRunOrigin.
79
+ */
80
+ export const ScheduleRunOriginSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_schedule_v1_io, 0);
81
+ /**
82
+ * What one schedule fire produced.
83
+ *
84
+ * @internal
85
+ * One vocabulary for two surfaces (project DD-017 D-6/D-7): the trigger
86
+ * result reports the START outcomes (STARTED / REFUSED /
87
+ * TARGET_MISSING), and the run-history rows additionally reach the
88
+ * terminal outcomes (COMPLETED / FAILED / TIMED_OUT) written by the cron
89
+ * tick's tracking. SKIPPED records a cron fire that revalidated against
90
+ * a row deleted/disabled/paused between recording and starting.
91
+ *
92
+ * @generated from enum ai.stigmer.agentic.schedule.v1.ScheduleRunOutcome
93
+ */
94
+ export var ScheduleRunOutcome;
95
+ (function (ScheduleRunOutcome) {
96
+ /**
97
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_UNSPECIFIED = 0;
98
+ */
99
+ ScheduleRunOutcome[ScheduleRunOutcome["UNSPECIFIED"] = 0] = "UNSPECIFIED";
100
+ /**
101
+ * An execution was created (or idempotently re-found) and is running.
102
+ *
103
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_STARTED = 1;
104
+ */
105
+ ScheduleRunOutcome[ScheduleRunOutcome["STARTED"] = 1] = "STARTED";
106
+ /**
107
+ * A launch gate refused the run deterministically; reason carries the
108
+ * gate's copy verbatim.
109
+ *
110
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_REFUSED = 2;
111
+ */
112
+ ScheduleRunOutcome[ScheduleRunOutcome["REFUSED"] = 2] = "REFUSED";
113
+ /**
114
+ * The schedule's agent_ref no longer resolves.
115
+ *
116
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_TARGET_MISSING = 3;
117
+ */
118
+ ScheduleRunOutcome[ScheduleRunOutcome["TARGET_MISSING"] = 3] = "TARGET_MISSING";
119
+ /**
120
+ * The fire no-opped: the row was deleted, disabled, or paused between
121
+ * the fire being recorded and the run starting.
122
+ *
123
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_SKIPPED = 4;
124
+ */
125
+ ScheduleRunOutcome[ScheduleRunOutcome["SKIPPED"] = 4] = "SKIPPED";
126
+ /**
127
+ * The tracked run reached EXECUTION_COMPLETED.
128
+ *
129
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_COMPLETED = 5;
130
+ */
131
+ ScheduleRunOutcome[ScheduleRunOutcome["COMPLETED"] = 5] = "COMPLETED";
132
+ /**
133
+ * The tracked run ended terminal-but-not-completed (failed, cancelled,
134
+ * or terminated); reason names the terminal phase.
135
+ *
136
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_FAILED = 6;
137
+ */
138
+ ScheduleRunOutcome[ScheduleRunOutcome["FAILED"] = 6] = "FAILED";
139
+ /**
140
+ * The tracked run outlived the fire's tracking budget.
141
+ *
142
+ * @generated from enum value: SCHEDULE_RUN_OUTCOME_TIMED_OUT = 7;
143
+ */
144
+ ScheduleRunOutcome[ScheduleRunOutcome["TIMED_OUT"] = 7] = "TIMED_OUT";
145
+ })(ScheduleRunOutcome || (ScheduleRunOutcome = {}));
146
+ /**
147
+ * Describes the enum ai.stigmer.agentic.schedule.v1.ScheduleRunOutcome.
148
+ */
149
+ export const ScheduleRunOutcomeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_schedule_v1_io, 1);
150
+ //# sourceMappingURL=io_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,w0EAAw0E,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAgBp+E;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAwCzD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAuBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AA8BzD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AA4CzD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAoFzD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAuBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAuBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAEzD;;;;GAIG;AACH,MAAM,CAAN,IAAY,iBAmBX;AAnBD,WAAY,iBAAiB;IAC3B;;OAEG;IACH,uEAAe,CAAA;IAEf;;;;OAIG;IACH,yDAAQ,CAAA;IAER;;;;OAIG;IACH,6DAAU,CAAA;AACZ,CAAC,EAnBW,iBAAiB,KAAjB,iBAAiB,QAmB5B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAA+B,aAAa,CAC9E,QAAQ,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAEtD;;;;;;;;;;;;GAYG;AACH,MAAM,CAAN,IAAY,kBAyDX;AAzDD,WAAY,kBAAkB;IAC5B;;OAEG;IACH,yEAAe,CAAA;IAEf;;;;OAIG;IACH,iEAAW,CAAA;IAEX;;;;;OAKG;IACH,iEAAW,CAAA;IAEX;;;;OAIG;IACH,+EAAkB,CAAA;IAElB;;;;;OAKG;IACH,iEAAW,CAAA;IAEX;;;;OAIG;IACH,qEAAa,CAAA;IAEb;;;;;OAKG;IACH,+DAAU,CAAA;IAEV;;;;OAIG;IACH,qEAAa,CAAA;AACf,CAAC,EAzDW,kBAAkB,KAAlB,kBAAkB,QAyD7B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAgC,aAAa,CAChF,QAAQ,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,103 @@
1
+ /**
2
+ * ScheduleQueryController handles read operations for schedules.
3
+ *
4
+ * @internal
5
+ * No anonymous/public RPC by design (the AgentChannel posture): a
6
+ * schedule has no public surface at all — its only runtime effect is the
7
+ * executions its fires create.
8
+ *
9
+ * @generated from service ai.stigmer.agentic.schedule.v1.ScheduleQueryController
10
+ */
11
+ export declare const ScheduleQueryController: {
12
+ readonly typeName: "ai.stigmer.agentic.schedule.v1.ScheduleQueryController";
13
+ readonly methods: {
14
+ /**
15
+ * Get a single schedule by ID.
16
+ *
17
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.get
18
+ */
19
+ readonly get: {
20
+ readonly name: "get";
21
+ readonly I: any;
22
+ readonly O: any;
23
+ readonly kind: any;
24
+ };
25
+ /**
26
+ * Get a schedule by its organization-scoped reference (org/slug).
27
+ *
28
+ * @internal
29
+ * Custom authorization in handler — checks both direct resource access
30
+ * and organization-level visibility permissions (the AgentShare /
31
+ * AgentChannel pattern).
32
+ *
33
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.getByReference
34
+ */
35
+ readonly getByReference: {
36
+ readonly name: "getByReference";
37
+ readonly I: any;
38
+ readonly O: any;
39
+ readonly kind: any;
40
+ };
41
+ /**
42
+ * Get all schedules of a specific agent.
43
+ * Returns only schedules the caller has access to.
44
+ *
45
+ * This is how the agent's operational surfaces and CLI resolve an
46
+ * agent's existing schedules regardless of slug.
47
+ *
48
+ * @internal
49
+ * Authorization in-handler: FGA-filtered in cloud, unrestricted in OSS
50
+ * (the getByAgent family convention — agent channels, agent shares,
51
+ * agent instances).
52
+ *
53
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.getByAgent
54
+ */
55
+ readonly getByAgent: {
56
+ readonly name: "getByAgent";
57
+ readonly I: any;
58
+ readonly O: any;
59
+ readonly kind: any;
60
+ };
61
+ /**
62
+ * List schedules with optional label filtering.
63
+ *
64
+ * @internal
65
+ * Authorization in-handler via FGA-filtered queries (cloud) or
66
+ * unrestricted store queries (OSS).
67
+ *
68
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.list
69
+ */
70
+ readonly list: {
71
+ readonly name: "list";
72
+ readonly I: any;
73
+ readonly O: any;
74
+ readonly kind: any;
75
+ };
76
+ /**
77
+ * List a schedule's run history, newest first.
78
+ *
79
+ * Every fire leaves a row — including fires that created no execution
80
+ * (a refused launch gate, a missing target agent) — with the refusing
81
+ * gate's copy verbatim. This is the surface that explains
82
+ * status.consecutive_failures.
83
+ *
84
+ * @internal
85
+ * Backed by the fire ledger (project DD-017 D-7). Authorization:
86
+ * can_view on the schedule — run history is the schedule's own
87
+ * operational record; the linked executions keep their own bars. Rows
88
+ * carrying an execution id but no terminal outcome are enriched with
89
+ * the execution's live phase at read time (one join), so manual fires
90
+ * need no tracker and outcome columns never lie. OSS implements the
91
+ * same contract against its store; the conformance suite holds both
92
+ * editions to it.
93
+ *
94
+ * @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.listRuns
95
+ */
96
+ readonly listRuns: {
97
+ readonly name: "listRuns";
98
+ readonly I: any;
99
+ readonly O: any;
100
+ readonly kind: any;
101
+ };
102
+ };
103
+ };