@companyhelm/protos 0.5.0 → 0.5.2
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.
|
@@ -142,6 +142,12 @@ export type ClientMessage = Message<"companyhelm.runner.v1.ClientMessage"> & {
|
|
|
142
142
|
*/
|
|
143
143
|
value: SkillMpUpdate;
|
|
144
144
|
case: "skillMpUpdate";
|
|
145
|
+
} | {
|
|
146
|
+
/**
|
|
147
|
+
* @generated from field: companyhelm.runner.v1.ThreadNameUpdate thread_name_update = 8;
|
|
148
|
+
*/
|
|
149
|
+
value: ThreadNameUpdate;
|
|
150
|
+
case: "threadNameUpdate";
|
|
145
151
|
} | {
|
|
146
152
|
case: undefined;
|
|
147
153
|
value?: undefined;
|
|
@@ -202,6 +208,26 @@ export type ThreadUpdate = Message<"companyhelm.runner.v1.ThreadUpdate"> & {
|
|
|
202
208
|
* Use `create(ThreadUpdateSchema)` to create a new message.
|
|
203
209
|
*/
|
|
204
210
|
export declare const ThreadUpdateSchema: GenMessage<ThreadUpdate>;
|
|
211
|
+
/**
|
|
212
|
+
* @generated from message companyhelm.runner.v1.ThreadNameUpdate
|
|
213
|
+
*/
|
|
214
|
+
export type ThreadNameUpdate = Message<"companyhelm.runner.v1.ThreadNameUpdate"> & {
|
|
215
|
+
/**
|
|
216
|
+
* @generated from field: string thread_id = 1;
|
|
217
|
+
*/
|
|
218
|
+
threadId: string;
|
|
219
|
+
/**
|
|
220
|
+
* define: absent => clear/unset
|
|
221
|
+
*
|
|
222
|
+
* @generated from field: optional string thread_name = 2;
|
|
223
|
+
*/
|
|
224
|
+
threadName?: string;
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* Describes the message companyhelm.runner.v1.ThreadNameUpdate.
|
|
228
|
+
* Use `create(ThreadNameUpdateSchema)` to create a new message.
|
|
229
|
+
*/
|
|
230
|
+
export declare const ThreadNameUpdateSchema: GenMessage<ThreadNameUpdate>;
|
|
205
231
|
/**
|
|
206
232
|
* @generated from message companyhelm.runner.v1.TurnUpdate
|
|
207
233
|
*/
|
|
@@ -447,6 +473,12 @@ export type CreateThreadRequest = Message<"companyhelm.runner.v1.CreateThreadReq
|
|
|
447
473
|
* @generated from field: string thread_id = 4;
|
|
448
474
|
*/
|
|
449
475
|
threadId: string;
|
|
476
|
+
/**
|
|
477
|
+
* Optional, additional model instructions to use for the thread
|
|
478
|
+
*
|
|
479
|
+
* @generated from field: optional string additional_model_instructions = 5;
|
|
480
|
+
*/
|
|
481
|
+
additionalModelInstructions?: string;
|
|
450
482
|
};
|
|
451
483
|
/**
|
|
452
484
|
* Describes the message companyhelm.runner.v1.CreateThreadRequest.
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
// @generated from file companyhelm/runner/v1/runner.proto (package companyhelm.runner.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.AgentRunnerControlService = exports.SkillMpStatusSchema = exports.SkillMpStatus = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentStatusSchema = exports.AgentStatus = exports.GithubInstallationAccessTokenResponseSchema = exports.GithubInstallationAccessTokenRequestSchema = exports.ListGithubInstallationsResponseSchema = exports.ListGithubInstallationsRequestSchema = exports.GithubInstallationSchema = exports.InterruptTurnRequestSchema = exports.InstallSkillsMpRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.CreateThreadRequestSchema = exports.DeleteAgentRequestSchema = exports.CreateAgentRequestSchema = exports.ServerMessageSchema = exports.SkillMpUpdateSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadUpdateSchema = exports.AgentUpdateSchema = exports.RequestErrorSchema = exports.ClientMessageSchema = exports.RegisterRunnerResponseSchema = exports.ModelReasoningSchema = exports.LLMModelSchema = exports.AgentSdkSchema = exports.RegisterRunnerRequestSchema = exports.file_companyhelm_runner_v1_runner = void 0;
|
|
6
|
+
exports.AgentRunnerControlService = exports.SkillMpStatusSchema = exports.SkillMpStatus = exports.ItemTypeSchema = exports.ItemType = exports.ItemStatusSchema = exports.ItemStatus = exports.TurnStatusSchema = exports.TurnStatus = exports.ThreadStatusSchema = exports.ThreadStatus = exports.AgentStatusSchema = exports.AgentStatus = exports.GithubInstallationAccessTokenResponseSchema = exports.GithubInstallationAccessTokenRequestSchema = exports.ListGithubInstallationsResponseSchema = exports.ListGithubInstallationsRequestSchema = exports.GithubInstallationSchema = exports.InterruptTurnRequestSchema = exports.InstallSkillsMpRequestSchema = exports.CreateUserMessageRequestSchema = exports.DeleteThreadRequestSchema = exports.CreateThreadRequestSchema = exports.DeleteAgentRequestSchema = exports.CreateAgentRequestSchema = exports.ServerMessageSchema = exports.SkillMpUpdateSchema = exports.CommandExecutionItemSchema = exports.ItemUpdateSchema = exports.TurnUpdateSchema = exports.ThreadNameUpdateSchema = exports.ThreadUpdateSchema = exports.AgentUpdateSchema = exports.RequestErrorSchema = exports.ClientMessageSchema = exports.RegisterRunnerResponseSchema = exports.ModelReasoningSchema = exports.LLMModelSchema = exports.AgentSdkSchema = exports.RegisterRunnerRequestSchema = exports.file_companyhelm_runner_v1_runner = void 0;
|
|
7
7
|
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
8
|
const validate_pb_1 = require("../../../buf/validate/validate_pb");
|
|
9
9
|
/**
|
|
10
10
|
* Describes the file companyhelm/runner/v1/runner.proto.
|
|
11
11
|
*/
|
|
12
|
-
exports.file_companyhelm_runner_v1_runner = (0, codegenv2_1.fileDesc)("
|
|
12
|
+
exports.file_companyhelm_runner_v1_runner = (0, codegenv2_1.fileDesc)("CiJjb21wYW55aGVsbS9ydW5uZXIvdjEvcnVubmVyLnByb3RvEhVjb21wYW55aGVsbS5ydW5uZXIudjEiTAoVUmVnaXN0ZXJSdW5uZXJSZXF1ZXN0EjMKCmFnZW50X3Nka3MYASADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTZGsiUgoIQWdlbnRTZGsSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIvCgZtb2RlbHMYAiADKAsyHy5jb21wYW55aGVsbS5ydW5uZXIudjEuTExNTW9kZWwiNAoITExNTW9kZWwSFQoEbmFtZRgBIAEoCUIHukgEcgIQARIRCglyZWFzb25pbmcYAiADKAkiJwoOTW9kZWxSZWFzb25pbmcSFQoEbmFtZRgBIAEoCUIHukgEcgIQASIYChZSZWdpc3RlclJ1bm5lclJlc3BvbnNlIvYDCg1DbGllbnRNZXNzYWdlEhcKCnJlcXVlc3RfaWQYASABKAlIAYgBARI8Cg1yZXF1ZXN0X2Vycm9yGAIgASgLMiMuY29tcGFueWhlbG0ucnVubmVyLnYxLlJlcXVlc3RFcnJvckgAEjoKDGFnZW50X3VwZGF0ZRgDIAEoCzIiLmNvbXBhbnloZWxtLnJ1bm5lci52MS5BZ2VudFVwZGF0ZUgAEjwKDXRocmVhZF91cGRhdGUYBCABKAsyIy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkVXBkYXRlSAASOAoLdHVybl91cGRhdGUYBSABKAsyIS5jb21wYW55aGVsbS5ydW5uZXIudjEuVHVyblVwZGF0ZUgAEjgKC2l0ZW1fdXBkYXRlGAYgASgLMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLkl0ZW1VcGRhdGVIABI/Cg9za2lsbF9tcF91cGRhdGUYByABKAsyJC5jb21wYW55aGVsbS5ydW5uZXIudjEuU2tpbGxNcFVwZGF0ZUgAEkUKEnRocmVhZF9uYW1lX3VwZGF0ZRgIIAEoCzInLmNvbXBhbnloZWxtLnJ1bm5lci52MS5UaHJlYWROYW1lVXBkYXRlSABCCQoHcGF5bG9hZEINCgtfcmVxdWVzdF9pZCIuCgxSZXF1ZXN0RXJyb3ISHgoNZXJyb3JfbWVzc2FnZRgBIAEoCUIHukgEcgIQASJcCgtBZ2VudFVwZGF0ZRIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIyCgZzdGF0dXMYAiABKA4yIi5jb21wYW55aGVsbS5ydW5uZXIudjEuQWdlbnRTdGF0dXMiXwoMVGhyZWFkVXBkYXRlEhoKCXRocmVhZF9pZBgBIAEoCUIHukgEcgIQARIzCgZzdGF0dXMYAiABKA4yIy5jb21wYW55aGVsbS5ydW5uZXIudjEuVGhyZWFkU3RhdHVzIlgKEFRocmVhZE5hbWVVcGRhdGUSGgoJdGhyZWFkX2lkGAEgASgJQge6SARyAhABEhgKC3RocmVhZF9uYW1lGAIgASgJSACIAQFCDgoMX3RocmVhZF9uYW1lInkKClR1cm5VcGRhdGUSHAoLc2RrX3R1cm5faWQYASABKAlCB7pIBHICEAESMQoGc3RhdHVzGAIgASgOMiEuY29tcGFueWhlbG0ucnVubmVyLnYxLlR1cm5TdGF0dXMSGgoJdGhyZWFkX2lkGAMgASgJQge6SARyAhABItQCCgpJdGVtVXBkYXRlEhwKC3Nka19pdGVtX2lkGAEgASgJQge6SARyAhABEjEKBnN0YXR1cxgCIAEoDjIhLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtU3RhdHVzEjIKCWl0ZW1fdHlwZRgFIAEoDjIfLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JdGVtVHlwZRIRCgR0ZXh0GAYgASgJSACIAQESUAoWY29tbWFuZF9leGVjdXRpb25faXRlbRgHIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5Db21tYW5kRXhlY3V0aW9uSXRlbUgBiAEBEhoKCXRocmVhZF9pZBgIIAEoCUIHukgEcgIQARIcCgtzZGtfdHVybl9pZBgJIAEoCUIHukgEcgIQAUIHCgVfdGV4dEIZChdfY29tbWFuZF9leGVjdXRpb25faXRlbSKDAQoUQ29tbWFuZEV4ZWN1dGlvbkl0ZW0SGAoHY29tbWFuZBgBIAEoCUIHukgEcgIQARIUCgNjd2QYAiABKAlCB7pIBHICEAESGwoKcHJvY2Vzc19pZBgDIAEoCUIHukgEcgIQARITCgZvdXRwdXQYBCABKAlIAIgBAUIJCgdfb3V0cHV0In8KDVNraWxsTXBVcGRhdGUSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESNAoGc3RhdHVzGAIgASgOMiQuY29tcGFueWhlbG0ucnVubmVyLnYxLlNraWxsTXBTdGF0dXMSHQoMcGFja2FnZV9uYW1lGAMgASgJQge6SARyAhABIsUECg1TZXJ2ZXJNZXNzYWdlEkkKFGNyZWF0ZV9hZ2VudF9yZXF1ZXN0GAIgASgLMikuY29tcGFueWhlbG0ucnVubmVyLnYxLkNyZWF0ZUFnZW50UmVxdWVzdEgAEkkKFGRlbGV0ZV9hZ2VudF9yZXF1ZXN0GAMgASgLMikuY29tcGFueWhlbG0ucnVubmVyLnYxLkRlbGV0ZUFnZW50UmVxdWVzdEgAEksKFWNyZWF0ZV90aHJlYWRfcmVxdWVzdBgEIAEoCzIqLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DcmVhdGVUaHJlYWRSZXF1ZXN0SAASSwoVZGVsZXRlX3RocmVhZF9yZXF1ZXN0GAUgASgLMiouY29tcGFueWhlbG0ucnVubmVyLnYxLkRlbGV0ZVRocmVhZFJlcXVlc3RIABJWChtjcmVhdGVfdXNlcl9tZXNzYWdlX3JlcXVlc3QYBiABKAsyLy5jb21wYW55aGVsbS5ydW5uZXIudjEuQ3JlYXRlVXNlck1lc3NhZ2VSZXF1ZXN0SAASUgoZaW5zdGFsbF9za2lsbHNfbXBfcmVxdWVzdBgHIAEoCzItLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JbnN0YWxsU2tpbGxzTXBSZXF1ZXN0SAASTQoWaW50ZXJydXB0X3R1cm5fcmVxdWVzdBgIIAEoCzIrLmNvbXBhbnloZWxtLnJ1bm5lci52MS5JbnRlcnJ1cHRUdXJuUmVxdWVzdEgAQgkKB3JlcXVlc3QiSwoSQ3JlYXRlQWdlbnRSZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhoKCWFnZW50X3NkaxgCIAEoCUIHukgEcgIQASIvChJEZWxldGVBZ2VudFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAEi5AEKE0NyZWF0ZVRocmVhZFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESFgoFbW9kZWwYAiABKAlCB7pIBHICEAESHAoPcmVhc29uaW5nX2xldmVsGAMgASgJSACIAQESGgoJdGhyZWFkX2lkGAQgASgJQge6SARyAhABEioKHWFkZGl0aW9uYWxfbW9kZWxfaW5zdHJ1Y3Rpb25zGAUgASgJSAGIAQFCEgoQX3JlYXNvbmluZ19sZXZlbEIgCh5fYWRkaXRpb25hbF9tb2RlbF9pbnN0cnVjdGlvbnMiTAoTRGVsZXRlVGhyZWFkUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAEi2QEKGENyZWF0ZVVzZXJNZXNzYWdlUmVxdWVzdBIZCghhZ2VudF9pZBgBIAEoCUIHukgEcgIQARIaCgl0aHJlYWRfaWQYAiABKAlCB7pIBHICEAESFQoEdGV4dBgDIAEoCUIHukgEcgIQARITCgthbGxvd19zdGVlchgGIAEoCBISCgVtb2RlbBgEIAEoCUgAiAEBEiIKFW1vZGVsX3JlYXNvbmluZ19sZXZlbBgFIAEoCUgBiAEBQggKBl9tb2RlbEIYChZfbW9kZWxfcmVhc29uaW5nX2xldmVsIlIKFkluc3RhbGxTa2lsbHNNcFJlcXVlc3QSGQoIYWdlbnRfaWQYASABKAlCB7pIBHICEAESHQoMcGFja2FnZV9uYW1lGAIgASgJQge6SARyAhABIk0KFEludGVycnVwdFR1cm5SZXF1ZXN0EhkKCGFnZW50X2lkGAEgASgJQge6SARyAhABEhoKCXRocmVhZF9pZBgCIAEoCUIHukgEcgIQASI2ChJHaXRodWJJbnN0YWxsYXRpb24SIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBIiAKHkxpc3RHaXRodWJJbnN0YWxsYXRpb25zUmVxdWVzdCJjCh9MaXN0R2l0aHViSW5zdGFsbGF0aW9uc1Jlc3BvbnNlEkAKDWluc3RhbGxhdGlvbnMYASADKAsyKS5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uIkgKJEdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVxdWVzdBIgCg9pbnN0YWxsYXRpb25faWQYASABKANCB7pIBCICKAEitwEKJUdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVzcG9uc2USIAoPaW5zdGFsbGF0aW9uX2lkGAEgASgDQge6SAQiAigBEh0KDGFjY2Vzc190b2tlbhgCIAEoCUIHukgEcgIQARIpCiFhY2Nlc3NfdG9rZW5fZXhwaXJlc191bml4X3RpbWVfbXMYAyABKAMSIgoMcmVwb3NpdG9yaWVzGAQgAygJQgy6SAmSAQYiBHICEAEqWQoLQWdlbnRTdGF0dXMSGAoUQUdFTlRfU1RBVFVTX1VOS05PV04QABIWChJBR0VOVF9TVEFUVVNfUkVBRFkQARIYChRBR0VOVF9TVEFUVVNfREVMRVRFRBACKl0KDFRocmVhZFN0YXR1cxIZChVUSFJFQURfU1RBVFVTX1VOS05PV04QABIXChNUSFJFQURfU1RBVFVTX1JFQURZEAESGQoVVEhSRUFEX1NUQVRVU19ERUxFVEVEEAIqWQoKVHVyblN0YXR1cxIXChNUVVJOX1NUQVRVU19VTktOT1dOEAASFwoTVFVSTl9TVEFUVVNfUlVOTklORxABEhkKFVRVUk5fU1RBVFVTX0NPTVBMRVRFRBACKlkKCkl0ZW1TdGF0dXMSFwoTSVRFTV9TVEFUVVNfVU5LTk9XThAAEhcKE0lURU1fU1RBVFVTX1JVTk5JTkcQARIZChVJVEVNX1NUQVRVU19DT01QTEVURUQQAipsCghJdGVtVHlwZRIVChFJVEVNX1RZUEVfVU5LTk9XThAAEhAKDFVTRVJfTUVTU0FHRRABEhEKDUFHRU5UX01FU1NBR0UQAhINCglSRUFTT05JTkcQBBIVChFDT01NQU5EX0VYRUNVVElPThAFKmgKDVNraWxsTXBTdGF0dXMSGwoXU0tJTExfTVBfU1RBVFVTX1VOS05PV04QABIdChlTS0lMTF9NUF9TVEFUVVNfSU5TVEFMTEVEEAESGwoXU0tJTExfTVBfU1RBVFVTX0RFTEVURUQQAjKUBAoZQWdlbnRSdW5uZXJDb250cm9sU2VydmljZRJtCg5SZWdpc3RlclJ1bm5lchIsLmNvbXBhbnloZWxtLnJ1bm5lci52MS5SZWdpc3RlclJ1bm5lclJlcXVlc3QaLS5jb21wYW55aGVsbS5ydW5uZXIudjEuUmVnaXN0ZXJSdW5uZXJSZXNwb25zZRJgCg5Db250cm9sQ2hhbm5lbBIkLmNvbXBhbnloZWxtLnJ1bm5lci52MS5DbGllbnRNZXNzYWdlGiQuY29tcGFueWhlbG0ucnVubmVyLnYxLlNlcnZlck1lc3NhZ2UoATABEogBChdMaXN0R2l0aHViSW5zdGFsbGF0aW9ucxI1LmNvbXBhbnloZWxtLnJ1bm5lci52MS5MaXN0R2l0aHViSW5zdGFsbGF0aW9uc1JlcXVlc3QaNi5jb21wYW55aGVsbS5ydW5uZXIudjEuTGlzdEdpdGh1Ykluc3RhbGxhdGlvbnNSZXNwb25zZRKaAQodR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW4SOy5jb21wYW55aGVsbS5ydW5uZXIudjEuR2l0aHViSW5zdGFsbGF0aW9uQWNjZXNzVG9rZW5SZXF1ZXN0GjwuY29tcGFueWhlbG0ucnVubmVyLnYxLkdpdGh1Ykluc3RhbGxhdGlvbkFjY2Vzc1Rva2VuUmVzcG9uc2ViBnByb3RvMw", [validate_pb_1.file_buf_validate_validate]);
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message companyhelm.runner.v1.RegisterRunnerRequest.
|
|
15
15
|
* Use `create(RegisterRunnerRequestSchema)` to create a new message.
|
|
@@ -55,91 +55,96 @@ exports.AgentUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhel
|
|
|
55
55
|
* Use `create(ThreadUpdateSchema)` to create a new message.
|
|
56
56
|
*/
|
|
57
57
|
exports.ThreadUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 8);
|
|
58
|
+
/**
|
|
59
|
+
* Describes the message companyhelm.runner.v1.ThreadNameUpdate.
|
|
60
|
+
* Use `create(ThreadNameUpdateSchema)` to create a new message.
|
|
61
|
+
*/
|
|
62
|
+
exports.ThreadNameUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 9);
|
|
58
63
|
/**
|
|
59
64
|
* Describes the message companyhelm.runner.v1.TurnUpdate.
|
|
60
65
|
* Use `create(TurnUpdateSchema)` to create a new message.
|
|
61
66
|
*/
|
|
62
|
-
exports.TurnUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
67
|
+
exports.TurnUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 10);
|
|
63
68
|
/**
|
|
64
69
|
* Describes the message companyhelm.runner.v1.ItemUpdate.
|
|
65
70
|
* Use `create(ItemUpdateSchema)` to create a new message.
|
|
66
71
|
*/
|
|
67
|
-
exports.ItemUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
72
|
+
exports.ItemUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 11);
|
|
68
73
|
/**
|
|
69
74
|
* Describes the message companyhelm.runner.v1.CommandExecutionItem.
|
|
70
75
|
* Use `create(CommandExecutionItemSchema)` to create a new message.
|
|
71
76
|
*/
|
|
72
|
-
exports.CommandExecutionItemSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
77
|
+
exports.CommandExecutionItemSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 12);
|
|
73
78
|
/**
|
|
74
79
|
* Describes the message companyhelm.runner.v1.SkillMpUpdate.
|
|
75
80
|
* Use `create(SkillMpUpdateSchema)` to create a new message.
|
|
76
81
|
*/
|
|
77
|
-
exports.SkillMpUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
82
|
+
exports.SkillMpUpdateSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 13);
|
|
78
83
|
/**
|
|
79
84
|
* Describes the message companyhelm.runner.v1.ServerMessage.
|
|
80
85
|
* Use `create(ServerMessageSchema)` to create a new message.
|
|
81
86
|
*/
|
|
82
|
-
exports.ServerMessageSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
87
|
+
exports.ServerMessageSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 14);
|
|
83
88
|
/**
|
|
84
89
|
* Describes the message companyhelm.runner.v1.CreateAgentRequest.
|
|
85
90
|
* Use `create(CreateAgentRequestSchema)` to create a new message.
|
|
86
91
|
*/
|
|
87
|
-
exports.CreateAgentRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
92
|
+
exports.CreateAgentRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 15);
|
|
88
93
|
/**
|
|
89
94
|
* Describes the message companyhelm.runner.v1.DeleteAgentRequest.
|
|
90
95
|
* Use `create(DeleteAgentRequestSchema)` to create a new message.
|
|
91
96
|
*/
|
|
92
|
-
exports.DeleteAgentRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
97
|
+
exports.DeleteAgentRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 16);
|
|
93
98
|
/**
|
|
94
99
|
* Describes the message companyhelm.runner.v1.CreateThreadRequest.
|
|
95
100
|
* Use `create(CreateThreadRequestSchema)` to create a new message.
|
|
96
101
|
*/
|
|
97
|
-
exports.CreateThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
102
|
+
exports.CreateThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 17);
|
|
98
103
|
/**
|
|
99
104
|
* Describes the message companyhelm.runner.v1.DeleteThreadRequest.
|
|
100
105
|
* Use `create(DeleteThreadRequestSchema)` to create a new message.
|
|
101
106
|
*/
|
|
102
|
-
exports.DeleteThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
107
|
+
exports.DeleteThreadRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 18);
|
|
103
108
|
/**
|
|
104
109
|
* Describes the message companyhelm.runner.v1.CreateUserMessageRequest.
|
|
105
110
|
* Use `create(CreateUserMessageRequestSchema)` to create a new message.
|
|
106
111
|
*/
|
|
107
|
-
exports.CreateUserMessageRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
112
|
+
exports.CreateUserMessageRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 19);
|
|
108
113
|
/**
|
|
109
114
|
* Describes the message companyhelm.runner.v1.InstallSkillsMpRequest.
|
|
110
115
|
* Use `create(InstallSkillsMpRequestSchema)` to create a new message.
|
|
111
116
|
*/
|
|
112
|
-
exports.InstallSkillsMpRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
117
|
+
exports.InstallSkillsMpRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 20);
|
|
113
118
|
/**
|
|
114
119
|
* Describes the message companyhelm.runner.v1.InterruptTurnRequest.
|
|
115
120
|
* Use `create(InterruptTurnRequestSchema)` to create a new message.
|
|
116
121
|
*/
|
|
117
|
-
exports.InterruptTurnRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
122
|
+
exports.InterruptTurnRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 21);
|
|
118
123
|
/**
|
|
119
124
|
* Describes the message companyhelm.runner.v1.GithubInstallation.
|
|
120
125
|
* Use `create(GithubInstallationSchema)` to create a new message.
|
|
121
126
|
*/
|
|
122
|
-
exports.GithubInstallationSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
127
|
+
exports.GithubInstallationSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 22);
|
|
123
128
|
/**
|
|
124
129
|
* Describes the message companyhelm.runner.v1.ListGithubInstallationsRequest.
|
|
125
130
|
* Use `create(ListGithubInstallationsRequestSchema)` to create a new message.
|
|
126
131
|
*/
|
|
127
|
-
exports.ListGithubInstallationsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
132
|
+
exports.ListGithubInstallationsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 23);
|
|
128
133
|
/**
|
|
129
134
|
* Describes the message companyhelm.runner.v1.ListGithubInstallationsResponse.
|
|
130
135
|
* Use `create(ListGithubInstallationsResponseSchema)` to create a new message.
|
|
131
136
|
*/
|
|
132
|
-
exports.ListGithubInstallationsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
137
|
+
exports.ListGithubInstallationsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 24);
|
|
133
138
|
/**
|
|
134
139
|
* Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenRequest.
|
|
135
140
|
* Use `create(GithubInstallationAccessTokenRequestSchema)` to create a new message.
|
|
136
141
|
*/
|
|
137
|
-
exports.GithubInstallationAccessTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
142
|
+
exports.GithubInstallationAccessTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 25);
|
|
138
143
|
/**
|
|
139
144
|
* Describes the message companyhelm.runner.v1.GithubInstallationAccessTokenResponse.
|
|
140
145
|
* Use `create(GithubInstallationAccessTokenResponseSchema)` to create a new message.
|
|
141
146
|
*/
|
|
142
|
-
exports.GithubInstallationAccessTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner,
|
|
147
|
+
exports.GithubInstallationAccessTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_companyhelm_runner_v1_runner, 26);
|
|
143
148
|
/**
|
|
144
149
|
* @generated from enum companyhelm.runner.v1.AgentStatus
|
|
145
150
|
*/
|
|
@@ -69,6 +69,7 @@ message ClientMessage {
|
|
|
69
69
|
TurnUpdate turn_update = 5;
|
|
70
70
|
ItemUpdate item_update = 6;
|
|
71
71
|
SkillMpUpdate skill_mp_update = 7;
|
|
72
|
+
ThreadNameUpdate thread_name_update = 8;
|
|
72
73
|
}
|
|
73
74
|
}
|
|
74
75
|
|
|
@@ -98,6 +99,11 @@ message ThreadUpdate {
|
|
|
98
99
|
ThreadStatus status = 2;
|
|
99
100
|
}
|
|
100
101
|
|
|
102
|
+
message ThreadNameUpdate {
|
|
103
|
+
string thread_id = 1 [(buf.validate.field).string.min_len = 1];
|
|
104
|
+
optional string thread_name = 2; // define: absent => clear/unset
|
|
105
|
+
}
|
|
106
|
+
|
|
101
107
|
enum TurnStatus {
|
|
102
108
|
TURN_STATUS_UNKNOWN = 0;
|
|
103
109
|
TURN_STATUS_RUNNING = 1;
|
|
@@ -192,6 +198,8 @@ message CreateThreadRequest {
|
|
|
192
198
|
optional string reasoning_level = 3;
|
|
193
199
|
// Thread identifier to create
|
|
194
200
|
string thread_id = 4 [(buf.validate.field).string.min_len = 1];
|
|
201
|
+
// Optional, additional model instructions to use for the thread
|
|
202
|
+
optional string additional_model_instructions = 5;
|
|
195
203
|
}
|
|
196
204
|
|
|
197
205
|
message DeleteThreadRequest {
|