@stigmer/protos 3.6.0 → 3.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.d.ts +141 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js +149 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.d.ts +140 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js +34 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.d.ts +658 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js +222 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.d.ts +103 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js +110 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.d.ts +103 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js +30 -0
- package/ai/stigmer/agentic/agentchannel/v1/conversation_query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.d.ts +36 -2
- package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js +18 -2
- package/ai/stigmer/agentic/agentchannel/v1/delivery_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.d.ts +61 -4
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js +38 -4
- package/ai/stigmer/agentic/agentchannel/v1/outbound_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentchannel/v1/spec_pb.d.ts +25 -0
- package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentchannel/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +66 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +81 -14
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.d.ts +210 -0
- package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js +25 -0
- package/ai/stigmer/agentic/agentexecution/v1/invocation_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +84 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +7 -2
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +33 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentshare/v1/spec_pb.d.ts +27 -0
- package/ai/stigmer/agentic/agentshare/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentshare/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/command_connect.d.ts +35 -21
- package/ai/stigmer/agentic/schedule/v1/command_connect.js +37 -23
- package/ai/stigmer/agentic/schedule/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/command_pb.d.ts +37 -23
- package/ai/stigmer/agentic/schedule/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/schedule/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/io_pb.d.ts +266 -1
- package/ai/stigmer/agentic/schedule/v1/io_pb.js +120 -2
- package/ai/stigmer/agentic/schedule/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/query_connect.d.ts +26 -0
- package/ai/stigmer/agentic/schedule/v1/query_connect.js +27 -1
- package/ai/stigmer/agentic/schedule/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/query_pb.d.ts +26 -1
- package/ai/stigmer/agentic/schedule/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/schedule/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/schedule/v1/spec_pb.d.ts +30 -49
- package/ai/stigmer/agentic/schedule/v1/spec_pb.js +2 -8
- package/ai/stigmer/agentic/schedule/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +10 -8
- package/ai/stigmer/agentic/session/v1/enum_pb.js +10 -8
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +123 -104
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +4 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/iam/v1/enum_pb.d.ts +31 -2
- package/ai/stigmer/iam/v1/enum_pb.js +30 -1
- package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/platform/v1/server_info_connect.d.ts +6 -4
- package/ai/stigmer/platform/v1/server_info_connect.js +6 -4
- package/ai/stigmer/platform/v1/server_info_connect.js.map +1 -1
- package/ai/stigmer/platform/v1/server_info_pb.d.ts +53 -4
- package/ai/stigmer/platform/v1/server_info_pb.js +7 -2
- package/ai/stigmer/platform/v1/server_info_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
|
|
2
2
|
// @generated from file ai/stigmer/agentic/schedule/v1/io.proto (package ai.stigmer.agentic.schedule.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
5
|
import { file_ai_stigmer_agentic_schedule_v1_api } from "./api_pb.js";
|
|
6
6
|
import { file_ai_stigmer_commons_rpc_pagination } from "../../../commons/rpc/pagination_pb.js";
|
|
7
7
|
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
|
|
8
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
9
|
/**
|
|
9
10
|
* Describes the file ai/stigmer/agentic/schedule/v1/io.proto.
|
|
10
11
|
*/
|
|
11
|
-
export const file_ai_stigmer_agentic_schedule_v1_io = /*@__PURE__*/ fileDesc("
|
|
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]);
|
|
12
13
|
/**
|
|
13
14
|
* Describes the message ai.stigmer.agentic.schedule.v1.ScheduleId.
|
|
14
15
|
* Use `create(ScheduleIdSchema)` to create a new message.
|
|
@@ -29,4 +30,121 @@ export const ScheduleListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agen
|
|
|
29
30
|
* Use `create(ListSchedulesRequestSchema)` to create a new message.
|
|
30
31
|
*/
|
|
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);
|
|
32
150
|
//# sourceMappingURL=io_pb.js.map
|
|
@@ -1 +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,WAAW,EAAE,MAAM,8BAA8B,CAAC;
|
|
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"}
|
|
@@ -73,5 +73,31 @@ export declare const ScheduleQueryController: {
|
|
|
73
73
|
readonly O: any;
|
|
74
74
|
readonly kind: any;
|
|
75
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
|
+
};
|
|
76
102
|
};
|
|
77
103
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// @generated from file ai/stigmer/agentic/schedule/v1/query.proto (package ai.stigmer.agentic.schedule.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
|
-
import { GetSchedulesByAgentRequest, ListSchedulesRequest, ScheduleId, ScheduleList } from "./io_pbjs";
|
|
5
|
+
import { GetSchedulesByAgentRequest, ListScheduleRunsRequest, ListSchedulesRequest, ScheduleId, ScheduleList, ScheduleRunList } from "./io_pbjs";
|
|
6
6
|
import { Schedule } from "./api_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
import { ApiResourceReference } from "../../../commons/apiresource/io_pbjs";
|
|
@@ -81,6 +81,32 @@ export const ScheduleQueryController = {
|
|
|
81
81
|
O: ScheduleList,
|
|
82
82
|
kind: MethodKind.Unary,
|
|
83
83
|
},
|
|
84
|
+
/**
|
|
85
|
+
* List a schedule's run history, newest first.
|
|
86
|
+
*
|
|
87
|
+
* Every fire leaves a row — including fires that created no execution
|
|
88
|
+
* (a refused launch gate, a missing target agent) — with the refusing
|
|
89
|
+
* gate's copy verbatim. This is the surface that explains
|
|
90
|
+
* status.consecutive_failures.
|
|
91
|
+
*
|
|
92
|
+
* @internal
|
|
93
|
+
* Backed by the fire ledger (project DD-017 D-7). Authorization:
|
|
94
|
+
* can_view on the schedule — run history is the schedule's own
|
|
95
|
+
* operational record; the linked executions keep their own bars. Rows
|
|
96
|
+
* carrying an execution id but no terminal outcome are enriched with
|
|
97
|
+
* the execution's live phase at read time (one join), so manual fires
|
|
98
|
+
* need no tracker and outcome columns never lie. OSS implements the
|
|
99
|
+
* same contract against its store; the conformance suite holds both
|
|
100
|
+
* editions to it.
|
|
101
|
+
*
|
|
102
|
+
* @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.listRuns
|
|
103
|
+
*/
|
|
104
|
+
listRuns: {
|
|
105
|
+
name: "listRuns",
|
|
106
|
+
I: ListScheduleRunsRequest,
|
|
107
|
+
O: ScheduleRunList,
|
|
108
|
+
kind: MethodKind.Unary,
|
|
109
|
+
},
|
|
84
110
|
}
|
|
85
111
|
};
|
|
86
112
|
//# sourceMappingURL=query_connect.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,0BAA0B,EAAE,oBAAoB,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,0BAA0B,EAAE,uBAAuB,EAAE,oBAAoB,EAAE,UAAU,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AACjJ,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAE5E;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,UAAU;YACb,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,QAAQ;YACX,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,UAAU,EAAE;YACV,IAAI,EAAE,YAAY;YAClB,CAAC,EAAE,0BAA0B;YAC7B,CAAC,EAAE,YAAY;YACf,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;WAQG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,YAAY;YACf,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;WAmBG;QACH,QAAQ,EAAE;YACR,IAAI,EAAE,UAAU;YAChB,CAAC,EAAE,uBAAuB;YAC1B,CAAC,EAAE,eAAe;YAClB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { ScheduleSchema } from "./api_pb.js";
|
|
3
|
-
import type { GetSchedulesByAgentRequestSchema, ListSchedulesRequestSchema, ScheduleIdSchema, ScheduleListSchema } from "./io_pb.js";
|
|
3
|
+
import type { GetSchedulesByAgentRequestSchema, ListScheduleRunsRequestSchema, ListSchedulesRequestSchema, ScheduleIdSchema, ScheduleListSchema, ScheduleRunListSchema } from "./io_pb.js";
|
|
4
4
|
import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb.js";
|
|
5
5
|
/**
|
|
6
6
|
* Describes the file ai/stigmer/agentic/schedule/v1/query.proto.
|
|
@@ -75,4 +75,29 @@ export declare const ScheduleQueryController: GenService<{
|
|
|
75
75
|
input: typeof ListSchedulesRequestSchema;
|
|
76
76
|
output: typeof ScheduleListSchema;
|
|
77
77
|
};
|
|
78
|
+
/**
|
|
79
|
+
* List a schedule's run history, newest first.
|
|
80
|
+
*
|
|
81
|
+
* Every fire leaves a row — including fires that created no execution
|
|
82
|
+
* (a refused launch gate, a missing target agent) — with the refusing
|
|
83
|
+
* gate's copy verbatim. This is the surface that explains
|
|
84
|
+
* status.consecutive_failures.
|
|
85
|
+
*
|
|
86
|
+
* @internal
|
|
87
|
+
* Backed by the fire ledger (project DD-017 D-7). Authorization:
|
|
88
|
+
* can_view on the schedule — run history is the schedule's own
|
|
89
|
+
* operational record; the linked executions keep their own bars. Rows
|
|
90
|
+
* carrying an execution id but no terminal outcome are enriched with
|
|
91
|
+
* the execution's live phase at read time (one join), so manual fires
|
|
92
|
+
* need no tracker and outcome columns never lie. OSS implements the
|
|
93
|
+
* same contract against its store; the conformance suite holds both
|
|
94
|
+
* editions to it.
|
|
95
|
+
*
|
|
96
|
+
* @generated from rpc ai.stigmer.agentic.schedule.v1.ScheduleQueryController.listRuns
|
|
97
|
+
*/
|
|
98
|
+
listRuns: {
|
|
99
|
+
methodKind: "unary";
|
|
100
|
+
input: typeof ListScheduleRunsRequestSchema;
|
|
101
|
+
output: typeof ScheduleRunListSchema;
|
|
102
|
+
};
|
|
78
103
|
}>;
|
|
@@ -10,7 +10,7 @@ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc
|
|
|
10
10
|
/**
|
|
11
11
|
* Describes the file ai/stigmer/agentic/schedule/v1/query.proto.
|
|
12
12
|
*/
|
|
13
|
-
export const file_ai_stigmer_agentic_schedule_v1_query = /*@__PURE__*/ fileDesc("
|
|
13
|
+
export const file_ai_stigmer_agentic_schedule_v1_query = /*@__PURE__*/ fileDesc("CiphaS9zdGlnbWVyL2FnZW50aWMvc2NoZWR1bGUvdjEvcXVlcnkucHJvdG8SHmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MTLGBQoXU2NoZWR1bGVRdWVyeUNvbnRyb2xsZXISigEKA2dldBIqLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUlkGiguYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLlNjaGVkdWxlIi3CuBgpCAEQOCIFdmFsdWUqHHVuYXV0aG9yaXplZCB0byBnZXQgc2NoZWR1bGUSdgoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaKC5haS5zdGlnbWVyLmFnZW50aWMuc2NoZWR1bGUudjEuU2NoZWR1bGUiBNC4GAESfAoKZ2V0QnlBZ2VudBI6LmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5HZXRTY2hlZHVsZXNCeUFnZW50UmVxdWVzdBosLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUxpc3QiBNC4GAEScAoEbGlzdBI0LmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5MaXN0U2NoZWR1bGVzUmVxdWVzdBosLmFpLnN0aWdtZXIuYWdlbnRpYy5zY2hlZHVsZS52MS5TY2hlZHVsZUxpc3QiBNC4GAESrwEKCGxpc3RSdW5zEjcuYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLkxpc3RTY2hlZHVsZVJ1bnNSZXF1ZXN0Gi8uYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxLlNjaGVkdWxlUnVuTGlzdCI5wrgYNQgBEDgiC3NjaGVkdWxlX2lkKiJ1bmF1dGhvcml6ZWQgdG8gbGlzdCBzY2hlZHVsZSBydW5zGgSg/ys4YgZwcm90bzM", [file_ai_stigmer_agentic_schedule_v1_api, file_ai_stigmer_agentic_schedule_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
|
|
14
14
|
/**
|
|
15
15
|
* ScheduleQueryController handles read operations for schedules.
|
|
16
16
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,uCAAuC,EAAE,MAAM,aAAa,CAAC;AAEtE,OAAO,EAAE,sCAAsC,EAAE,MAAM,YAAY,CAAC;AAEpE,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,uDAAuD,EAAE,MAAM,wDAAwD,CAAC;AACjI,OAAO,EAAE,0CAA0C,EAAE,MAAM,2CAA2C,CAAC;AAEvG;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,yiCAAyiC,EAAE,CAAC,uCAAuC,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEtxC;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAoF/B,aAAa,CAChB,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
-
import type {
|
|
2
|
+
import type { AgentInvocation } from "../../agentexecution/v1/invocation_pb.js";
|
|
3
3
|
import type { Message } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
* Describes the file ai/stigmer/agentic/schedule/v1/spec.proto.
|
|
@@ -14,11 +14,13 @@ export declare const file_ai_stigmer_agentic_schedule_v1_spec: GenFile;
|
|
|
14
14
|
* status — a declarative apply can never clobber it.
|
|
15
15
|
*
|
|
16
16
|
* @internal
|
|
17
|
-
* DD-008 D8 as amended by DD-009: the target oneof is inline
|
|
18
|
-
* AgentChannelSpec.provider_config shape, C-3) and the agent
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
17
|
+
* DD-008 D8 as amended by DD-009 and DD-018: the target oneof is inline
|
|
18
|
+
* (the AgentChannelSpec.provider_config shape, C-3) and the agent arm is
|
|
19
|
+
* the shared AgentInvocation (DD-018 D-3) — the owner-settable subset of
|
|
20
|
+
* an agent run, so the schedule speaks the composer's vocabulary instead
|
|
21
|
+
* of a schedule-only one. Apply-time cron validation is purely lexical
|
|
22
|
+
* (C-4) so no cron parser exists in either edition; the Temporal server
|
|
23
|
+
* owns calendar/DST semantics (D2).
|
|
22
24
|
*
|
|
23
25
|
* @generated from message ai.stigmer.agentic.schedule.v1.ScheduleSpec
|
|
24
26
|
*/
|
|
@@ -93,11 +95,30 @@ export type ScheduleSpec = Message<"ai.stigmer.agentic.schedule.v1.ScheduleSpec"
|
|
|
93
95
|
*/
|
|
94
96
|
target: {
|
|
95
97
|
/**
|
|
96
|
-
* Run an agent with a configured prompt.
|
|
98
|
+
* Run an agent with a configured prompt at each fire.
|
|
97
99
|
*
|
|
98
|
-
* @
|
|
100
|
+
* @internal
|
|
101
|
+
* The shared owner-settable run shape (DD-018 D-3), replacing the
|
|
102
|
+
* deleted schedule-only AgentTarget/ScheduleRunConfig pair.
|
|
103
|
+
* Schedule-specific invariants enforced in create/update/apply
|
|
104
|
+
* handlers of both editions, never on the shared message:
|
|
105
|
+
* agent_ref.org must equal metadata.org (the schedule-owning org
|
|
106
|
+
* is the billing org for every fire; creation requires can_edit
|
|
107
|
+
* on the referenced agent, DD-009 C-6); workspace sources must be
|
|
108
|
+
* git_repo (no client is connected at fire time to serve a
|
|
109
|
+
* local_path); agent_ref is immutable across updates while
|
|
110
|
+
* harness, model, workspace, message, and environments stay
|
|
111
|
+
* mutable — every fire builds a fresh session, so nothing
|
|
112
|
+
* session-immutable is ever mutated mid-flight. environment_refs
|
|
113
|
+
* resolution is unchanged from DD-017 D-2/D-4: claim-driven in
|
|
114
|
+
* the execution-context step, org-shared environments only,
|
|
115
|
+
* LOWEST merge priority, enforcement solely at runtime
|
|
116
|
+
* resolution. run_config clamping is unchanged from DD-017 D-3:
|
|
117
|
+
* per-field min(owner, platform) in the run starter.
|
|
118
|
+
*
|
|
119
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.AgentInvocation agent = 4;
|
|
99
120
|
*/
|
|
100
|
-
value:
|
|
121
|
+
value: AgentInvocation;
|
|
101
122
|
case: "agent";
|
|
102
123
|
} | {
|
|
103
124
|
case: undefined;
|
|
@@ -109,43 +130,3 @@ export type ScheduleSpec = Message<"ai.stigmer.agentic.schedule.v1.ScheduleSpec"
|
|
|
109
130
|
* Use `create(ScheduleSpecSchema)` to create a new message.
|
|
110
131
|
*/
|
|
111
132
|
export declare const ScheduleSpecSchema: GenMessage<ScheduleSpec>;
|
|
112
|
-
/**
|
|
113
|
-
* AgentTarget runs an agent with a configured prompt at each fire.
|
|
114
|
-
*
|
|
115
|
-
* @generated from message ai.stigmer.agentic.schedule.v1.AgentTarget
|
|
116
|
-
*/
|
|
117
|
-
export type AgentTarget = Message<"ai.stigmer.agentic.schedule.v1.AgentTarget"> & {
|
|
118
|
-
/**
|
|
119
|
-
* Reference to the agent this schedule runs.
|
|
120
|
-
*
|
|
121
|
-
* @internal
|
|
122
|
-
* Invariant (enforced in create/update/apply handlers of both editions,
|
|
123
|
-
* the AgentChannel/AgentShare Phase A rule): agent_ref.org must equal
|
|
124
|
-
* metadata.org — the schedule-owning org is the billing org for every
|
|
125
|
-
* fire. Creation requires can_edit on THIS referenced agent (DD-009
|
|
126
|
-
* C-6). Agent deletion does not cascade to schedules (house
|
|
127
|
-
* convention): a dangling reference surfaces at fire time as a failed
|
|
128
|
-
* tick feeding the auto-pause streak (DD-008 D9), never as a silent
|
|
129
|
-
* stall.
|
|
130
|
-
*
|
|
131
|
-
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceReference agent_ref = 1;
|
|
132
|
-
*/
|
|
133
|
-
agentRef?: ApiResourceReference;
|
|
134
|
-
/**
|
|
135
|
-
* Prompt each run starts from. The platform appends the fire time in
|
|
136
|
-
* the schedule's time zone so the agent knows "today".
|
|
137
|
-
*
|
|
138
|
-
* @internal
|
|
139
|
-
* DD-008 D5: the runner injects no current date into any prompt, so
|
|
140
|
-
* the tick composes this message plus a fire-context line. The bound
|
|
141
|
-
* applies to the stored prompt, not the composed message.
|
|
142
|
-
*
|
|
143
|
-
* @generated from field: string message = 2;
|
|
144
|
-
*/
|
|
145
|
-
message: string;
|
|
146
|
-
};
|
|
147
|
-
/**
|
|
148
|
-
* Describes the message ai.stigmer.agentic.schedule.v1.AgentTarget.
|
|
149
|
-
* Use `create(AgentTargetSchema)` to create a new message.
|
|
150
|
-
*/
|
|
151
|
-
export declare const AgentTargetSchema: GenMessage<AgentTarget>;
|
|
@@ -2,21 +2,15 @@
|
|
|
2
2
|
// @generated from file ai/stigmer/agentic/schedule/v1/spec.proto (package ai.stigmer.agentic.schedule.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
-
import {
|
|
6
|
-
import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb.js";
|
|
5
|
+
import { file_ai_stigmer_agentic_agentexecution_v1_invocation } from "../../agentexecution/v1/invocation_pb.js";
|
|
7
6
|
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
|
|
8
7
|
/**
|
|
9
8
|
* Describes the file ai/stigmer/agentic/schedule/v1/spec.proto.
|
|
10
9
|
*/
|
|
11
|
-
export const file_ai_stigmer_agentic_schedule_v1_spec = /*@__PURE__*/ fileDesc("
|
|
10
|
+
export const file_ai_stigmer_agentic_schedule_v1_spec = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvc2NoZWR1bGUvdjEvc3BlYy5wcm90bxIeYWkuc3RpZ21lci5hZ2VudGljLnNjaGVkdWxlLnYxIqsBCgxTY2hlZHVsZVNwZWMSFQoEY3JvbhgBIAEoCUIHukgEcgIQARIaCgl0aW1lX3pvbmUYAiABKAlCB7pIBHICEAESDwoHZW5hYmxlZBgDIAEoCBJGCgVhZ2VudBgEIAEoCzI1LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BZ2VudEludm9jYXRpb25IAEIPCgZ0YXJnZXQSBbpIAggBYgZwcm90bzM", [file_ai_stigmer_agentic_agentexecution_v1_invocation, file_buf_validate_validate]);
|
|
12
11
|
/**
|
|
13
12
|
* Describes the message ai.stigmer.agentic.schedule.v1.ScheduleSpec.
|
|
14
13
|
* Use `create(ScheduleSpecSchema)` to create a new message.
|
|
15
14
|
*/
|
|
16
15
|
export const ScheduleSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_spec, 0);
|
|
17
|
-
/**
|
|
18
|
-
* Describes the message ai.stigmer.agentic.schedule.v1.AgentTarget.
|
|
19
|
-
* Use `create(AgentTargetSchema)` to create a new message.
|
|
20
|
-
*/
|
|
21
|
-
export const AgentTargetSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_schedule_v1_spec, 1);
|
|
22
16
|
//# sourceMappingURL=spec_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/schedule/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,oDAAoD,EAAE,MAAM,0CAA0C,CAAC;AAChH,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,yVAAyV,EAAE,CAAC,oDAAoD,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2H1b;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA6B,aAAa,CACvE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -141,19 +141,21 @@ export declare const ExecutionTargetSchema: GenEnum<ExecutionTarget>;
|
|
|
141
141
|
* CursorMode selects the Cursor SDK agent type for sessions using
|
|
142
142
|
* HARNESS_CURSOR.
|
|
143
143
|
*
|
|
144
|
-
* Determined once at session creation
|
|
145
|
-
*
|
|
146
|
-
*
|
|
144
|
+
* Determined once at session creation and never changed mid-session.
|
|
145
|
+
* Switching would lose Cursor-side conversation state because local
|
|
146
|
+
* agents (agent- prefix) and cloud agents (bc- prefix) maintain
|
|
147
147
|
* separate, incompatible conversation stores.
|
|
148
148
|
*
|
|
149
149
|
* Ignored when harness is not HARNESS_CURSOR.
|
|
150
150
|
*
|
|
151
151
|
* @internal
|
|
152
|
-
*
|
|
153
|
-
* is
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
152
|
+
* Runner-owned, never user-set: determineCursorMode() in the cursor
|
|
153
|
+
* runner always returns LOCAL while cloud mode is disabled platform-wide
|
|
154
|
+
* (Cursor cloud agents clone via Cursor's own GitHub App and accept no
|
|
155
|
+
* per-request git credential, so Stigmer provisions the workspace itself
|
|
156
|
+
* and runs a local Cursor agent against it). The former workspace-based
|
|
157
|
+
* selection logic was removed 2026-06-03; STIGMER_CURSOR_CLOUD_MODE_ENABLED
|
|
158
|
+
* still parses into runner config but no longer drives mode selection.
|
|
157
159
|
*
|
|
158
160
|
* When UNSPECIFIED on an existing session, the runner treats it as LOCAL
|
|
159
161
|
* for backward compatibility with sessions created before this field existed.
|
|
@@ -147,19 +147,21 @@ export const ExecutionTargetSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agen
|
|
|
147
147
|
* CursorMode selects the Cursor SDK agent type for sessions using
|
|
148
148
|
* HARNESS_CURSOR.
|
|
149
149
|
*
|
|
150
|
-
* Determined once at session creation
|
|
151
|
-
*
|
|
152
|
-
*
|
|
150
|
+
* Determined once at session creation and never changed mid-session.
|
|
151
|
+
* Switching would lose Cursor-side conversation state because local
|
|
152
|
+
* agents (agent- prefix) and cloud agents (bc- prefix) maintain
|
|
153
153
|
* separate, incompatible conversation stores.
|
|
154
154
|
*
|
|
155
155
|
* Ignored when harness is not HARNESS_CURSOR.
|
|
156
156
|
*
|
|
157
157
|
* @internal
|
|
158
|
-
*
|
|
159
|
-
* is
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
158
|
+
* Runner-owned, never user-set: determineCursorMode() in the cursor
|
|
159
|
+
* runner always returns LOCAL while cloud mode is disabled platform-wide
|
|
160
|
+
* (Cursor cloud agents clone via Cursor's own GitHub App and accept no
|
|
161
|
+
* per-request git credential, so Stigmer provisions the workspace itself
|
|
162
|
+
* and runs a local Cursor agent against it). The former workspace-based
|
|
163
|
+
* selection logic was removed 2026-06-03; STIGMER_CURSOR_CLOUD_MODE_ENABLED
|
|
164
|
+
* still parses into runner config but no longer drives mode selection.
|
|
163
165
|
*
|
|
164
166
|
* When UNSPECIFIED on an existing session, the runner treats it as LOCAL
|
|
165
167
|
* for backward compatibility with sessions created before this field existed.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,qlBAAqlB,CAAC,CAAC;AAElmB;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,gBAyBX;AAzBD,WAAY,gBAAgB;IAC1B;;;;;;;;OAQG;IACH,6GAAmC,CAAA;IAEnC;;;;;;;;;;;OAWG;IACH,uGAAgC,CAAA;AAClC,CAAC,EAzBW,gBAAgB,KAAhB,gBAAgB,QAyB3B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAA8B,aAAa,CAC5E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAN,IAAY,OA2BX;AA3BD,WAAY,OAAO;IACjB;;;;OAIG;IACH,mDAAe,CAAA;IAEf;;;;;;;OAOG;IACH,yCAAU,CAAA;IAEV;;;;;;;OAOG;IACH,yCAAU,CAAA;AACZ,CAAC,EA3BW,OAAO,KAAP,OAAO,QA2BlB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAqB,aAAa,CAC1D,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAN,IAAY,eA8BX;AA9BD,WAAY,eAAe;IACzB;;;;;;;OAOG;IACH,mEAAe,CAAA;IAEf;;;;;;;OAOG;IACH,uDAAS,CAAA;IAET;;;;;;;OAOG;IACH,uDAAS,CAAA;AACX,CAAC,EA9BW,eAAe,KAAf,eAAe,QA8B1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD
|
|
1
|
+
{"version":3,"file":"enum_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/enum_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,qlBAAqlB,CAAC,CAAC;AAElmB;;;;;;;;;GASG;AACH,MAAM,CAAN,IAAY,gBAyBX;AAzBD,WAAY,gBAAgB;IAC1B;;;;;;;;OAQG;IACH,6GAAmC,CAAA;IAEnC;;;;;;;;;;;OAWG;IACH,uGAAgC,CAAA;AAClC,CAAC,EAzBW,gBAAgB,KAAhB,gBAAgB,QAyB3B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAA8B,aAAa,CAC5E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAN,IAAY,OA2BX;AA3BD,WAAY,OAAO;IACjB;;;;OAIG;IACH,mDAAe,CAAA;IAEf;;;;;;;OAOG;IACH,yCAAU,CAAA;IAEV;;;;;;;OAOG;IACH,yCAAU,CAAA;AACZ,CAAC,EA3BW,OAAO,KAAP,OAAO,QA2BlB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAqB,aAAa,CAC1D,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,CAAN,IAAY,eA8BX;AA9BD,WAAY,eAAe;IACzB;;;;;;;OAOG;IACH,mEAAe,CAAA;IAEf;;;;;;;OAOG;IACH,uDAAS,CAAA;IAET;;;;;;;OAOG;IACH,uDAAS,CAAA;AACX,CAAC,EA9BW,eAAe,KAAf,eAAe,QA8B1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,CAAN,IAAY,UA+BX;AA/BD,WAAY,UAAU;IACpB;;;;;OAKG;IACH,yDAAe,CAAA;IAEf;;;;;;;;;OASG;IACH,6CAAS,CAAA;IAET;;;;;;;;OAQG;IACH,6CAAS,CAAA;AACX,CAAC,EA/BW,UAAU,KAAV,UAAU,QA+BrB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAwB,aAAa,CAChE,QAAQ,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -148,16 +148,18 @@ export type SessionSpec = Message<"ai.stigmer.agentic.session.v1.SessionSpec"> &
|
|
|
148
148
|
*
|
|
149
149
|
* Determines whether the Cursor agent runs locally (Agent.create with
|
|
150
150
|
* local.cwd) or in the cloud (Agent.create with cloud.repos). Set once
|
|
151
|
-
* at session creation
|
|
152
|
-
*
|
|
151
|
+
* at session creation and never changed — switching mid-session would
|
|
152
|
+
* lose Cursor-side conversation state.
|
|
153
153
|
*
|
|
154
154
|
* Only meaningful when harness == HARNESS_CURSOR. Ignored for other
|
|
155
155
|
* harness types.
|
|
156
156
|
*
|
|
157
157
|
* @internal
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
158
|
+
* Runner-owned, never user-set (see the CursorMode enum docs): the
|
|
159
|
+
* cursor-runner stamps it on the first execution when UNSPECIFIED —
|
|
160
|
+
* always LOCAL while cloud mode is disabled platform-wide. The
|
|
161
|
+
* workflow reads it back on subsequent executions to route to the
|
|
162
|
+
* correct Agent.create / Agent.resume path.
|
|
161
163
|
*
|
|
162
164
|
* When UNSPECIFIED on an existing CURSOR session, the runner defaults
|
|
163
165
|
* to LOCAL for backward compatibility.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,2BAA2B,CAAC;AAElF,OAAO,EAAE,uCAAuC,EAAE,MAAM,cAAc,CAAC;AAEvE,OAAO,EAAE,4CAA4C,EAAE,MAAM,mBAAmB,CAAC;AACjF,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AAErH,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,0zCAA0zC,EAAE,CAAC,qCAAqC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,2BAA2B,CAAC;AAElF,OAAO,EAAE,uCAAuC,EAAE,MAAM,cAAc,CAAC;AAEvE,OAAO,EAAE,4CAA4C,EAAE,MAAM,mBAAmB,CAAC;AACjF,OAAO,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AAErH,OAAO,EAAE,sCAAsC,EAAE,MAAM,uCAAuC,CAAC;AAC/F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,0zCAA0zC,EAAE,CAAC,qCAAqC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA6L9jD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|