@stigmer/protos 0.0.40 → 0.0.42
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/session/v1/command_connect.d.ts +32 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js +32 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +31 -1
- package/ai/stigmer/agentic/session/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js +11 -1
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -42,6 +42,38 @@ export declare const SessionCommandController: {
|
|
|
42
42
|
readonly O: any;
|
|
43
43
|
readonly kind: any;
|
|
44
44
|
};
|
|
45
|
+
/**
|
|
46
|
+
* Set the session subject (server-side field-level update, race-safe).
|
|
47
|
+
*
|
|
48
|
+
* Unlike the full update RPC, this atomically modifies only spec.subject
|
|
49
|
+
* without touching other fields. This eliminates the lost-update race
|
|
50
|
+
* between GenerateSessionSubject and sandbox_manager, which both run in
|
|
51
|
+
* parallel during agent execution.
|
|
52
|
+
*
|
|
53
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
|
|
54
|
+
*/
|
|
55
|
+
readonly updateSubject: {
|
|
56
|
+
readonly name: "updateSubject";
|
|
57
|
+
readonly I: any;
|
|
58
|
+
readonly O: any;
|
|
59
|
+
readonly kind: any;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Set the session sandbox ID (server-side field-level update, race-safe).
|
|
63
|
+
*
|
|
64
|
+
* Unlike the full update RPC, this atomically modifies only spec.sandbox_id
|
|
65
|
+
* without touching other fields. This eliminates the lost-update race
|
|
66
|
+
* between sandbox_manager and GenerateSessionSubject, which both run in
|
|
67
|
+
* parallel during agent execution.
|
|
68
|
+
*
|
|
69
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
|
|
70
|
+
*/
|
|
71
|
+
readonly updateSandboxId: {
|
|
72
|
+
readonly name: "updateSandboxId";
|
|
73
|
+
readonly I: any;
|
|
74
|
+
readonly O: any;
|
|
75
|
+
readonly kind: any;
|
|
76
|
+
};
|
|
45
77
|
/**
|
|
46
78
|
* Delete a session (also cleans up thread and sandbox).
|
|
47
79
|
*
|
|
@@ -47,6 +47,38 @@ export const SessionCommandController = {
|
|
|
47
47
|
O: Session,
|
|
48
48
|
kind: MethodKind.Unary,
|
|
49
49
|
},
|
|
50
|
+
/**
|
|
51
|
+
* Set the session subject (server-side field-level update, race-safe).
|
|
52
|
+
*
|
|
53
|
+
* Unlike the full update RPC, this atomically modifies only spec.subject
|
|
54
|
+
* without touching other fields. This eliminates the lost-update race
|
|
55
|
+
* between GenerateSessionSubject and sandbox_manager, which both run in
|
|
56
|
+
* parallel during agent execution.
|
|
57
|
+
*
|
|
58
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
|
|
59
|
+
*/
|
|
60
|
+
updateSubject: {
|
|
61
|
+
name: "updateSubject",
|
|
62
|
+
I: UpdateSessionSubjectRequest,
|
|
63
|
+
O: Session,
|
|
64
|
+
kind: MethodKind.Unary,
|
|
65
|
+
},
|
|
66
|
+
/**
|
|
67
|
+
* Set the session sandbox ID (server-side field-level update, race-safe).
|
|
68
|
+
*
|
|
69
|
+
* Unlike the full update RPC, this atomically modifies only spec.sandbox_id
|
|
70
|
+
* without touching other fields. This eliminates the lost-update race
|
|
71
|
+
* between sandbox_manager and GenerateSessionSubject, which both run in
|
|
72
|
+
* parallel during agent execution.
|
|
73
|
+
*
|
|
74
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
|
|
75
|
+
*/
|
|
76
|
+
updateSandboxId: {
|
|
77
|
+
name: "updateSandboxId",
|
|
78
|
+
I: UpdateSessionSandboxIdRequest,
|
|
79
|
+
O: Session,
|
|
80
|
+
kind: MethodKind.Unary,
|
|
81
|
+
},
|
|
50
82
|
/**
|
|
51
83
|
* Delete a session (also cleans up thread and sandbox).
|
|
52
84
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;;;WAMG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;WAKG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,0HAA0H;AAC1H,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,QAAQ,EAAE,wDAAwD;IAClE,OAAO,EAAE;QACP;;;;;;WAMG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;WAKG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,2BAA2B;YAC9B,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;WASG;QACH,eAAe,EAAE;YACf,IAAI,EAAE,iBAAiB;YACvB,CAAC,EAAE,6BAA6B;YAChC,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;WAIG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,OAAO;YACV,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 { SessionSchema } from "./api_pb";
|
|
3
|
-
import type { SessionIdSchema } from "./io_pb";
|
|
3
|
+
import type { SessionIdSchema, UpdateSessionSandboxIdRequestSchema, UpdateSessionSubjectRequestSchema } from "./io_pb";
|
|
4
4
|
/**
|
|
5
5
|
* Describes the file ai/stigmer/agentic/session/v1/command.proto.
|
|
6
6
|
*/
|
|
@@ -44,6 +44,36 @@ export declare const SessionCommandController: GenService<{
|
|
|
44
44
|
input: typeof SessionSchema;
|
|
45
45
|
output: typeof SessionSchema;
|
|
46
46
|
};
|
|
47
|
+
/**
|
|
48
|
+
* Set the session subject (server-side field-level update, race-safe).
|
|
49
|
+
*
|
|
50
|
+
* Unlike the full update RPC, this atomically modifies only spec.subject
|
|
51
|
+
* without touching other fields. This eliminates the lost-update race
|
|
52
|
+
* between GenerateSessionSubject and sandbox_manager, which both run in
|
|
53
|
+
* parallel during agent execution.
|
|
54
|
+
*
|
|
55
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
|
|
56
|
+
*/
|
|
57
|
+
updateSubject: {
|
|
58
|
+
methodKind: "unary";
|
|
59
|
+
input: typeof UpdateSessionSubjectRequestSchema;
|
|
60
|
+
output: typeof SessionSchema;
|
|
61
|
+
};
|
|
62
|
+
/**
|
|
63
|
+
* Set the session sandbox ID (server-side field-level update, race-safe).
|
|
64
|
+
*
|
|
65
|
+
* Unlike the full update RPC, this atomically modifies only spec.sandbox_id
|
|
66
|
+
* without touching other fields. This eliminates the lost-update race
|
|
67
|
+
* between sandbox_manager and GenerateSessionSubject, which both run in
|
|
68
|
+
* parallel during agent execution.
|
|
69
|
+
*
|
|
70
|
+
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
|
|
71
|
+
*/
|
|
72
|
+
updateSandboxId: {
|
|
73
|
+
methodKind: "unary";
|
|
74
|
+
input: typeof UpdateSessionSandboxIdRequestSchema;
|
|
75
|
+
output: typeof SessionSchema;
|
|
76
|
+
};
|
|
47
77
|
/**
|
|
48
78
|
* Delete a session (also cleans up thread and sandbox).
|
|
49
79
|
*
|
|
@@ -9,7 +9,7 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
|
|
|
9
9
|
/**
|
|
10
10
|
* Describes the file ai/stigmer/agentic/session/v1/command.proto.
|
|
11
11
|
*/
|
|
12
|
-
export const file_ai_stigmer_agentic_session_v1_command = /*@__PURE__*/ fileDesc("
|
|
12
|
+
export const file_ai_stigmer_agentic_session_v1_command = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9jb21tYW5kLnByb3RvEh1haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MTKdBwoYU2Vzc2lvbkNvbW1hbmRDb250cm9sbGVyElcKBWFwcGx5EiYuYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbhomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24SpQEKBmNyZWF0ZRImLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24aJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIkvCuBhHCBIQHiIMbWV0YWRhdGEub3JnKjN1bmF1dGhvcml6ZWQgdG8gY3JlYXRlIHNlc3Npb24gaW4gdGhpcyBvcmdhbml6YXRpb24SjwEKBnVwZGF0ZRImLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24aJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIjXCuBgxCAQQKiILbWV0YWRhdGEuaWQqHnVuYXV0aG9yaXplZCB0byB1cGRhdGUgc2Vzc2lvbhKpAQoNdXBkYXRlU3ViamVjdBI6LmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlVwZGF0ZVNlc3Npb25TdWJqZWN0UmVxdWVzdBomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24iNMK4GDAIBBAqIgJpZComdW5hdXRob3JpemVkIHRvIHVwZGF0ZSBzZXNzaW9uIHN1YmplY3QSrQEKD3VwZGF0ZVNhbmRib3hJZBI8LmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlVwZGF0ZVNlc3Npb25TYW5kYm94SWRSZXF1ZXN0GiYuYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbiI0wrgYMAgEECoiAmlkKiZ1bmF1dGhvcml6ZWQgdG8gdXBkYXRlIHNlc3Npb24gc2FuZGJveBKLAQoGZGVsZXRlEiguYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbklkGiYuYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbiIvwrgYKwgCECoiBXZhbHVlKh51bmF1dGhvcml6ZWQgdG8gZGVsZXRlIHNlc3Npb24aBKD/KypiBnByb3RvMw", [file_ai_stigmer_agentic_session_v1_api, file_ai_stigmer_agentic_session_v1_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
13
13
|
/**
|
|
14
14
|
* SessionCommandController handles write operations for agent sessions.
|
|
15
15
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,UAAU,CAAC;AAElE,OAAO,EAAE,qCAAqC,EAAE,MAAM,SAAS,CAAC;AAChE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,UAAU,CAAC;AAElE,OAAO,EAAE,qCAAqC,EAAE,MAAM,SAAS,CAAC;AAChE,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,w0CAAw0C,EAAE,CAAC,sCAAsC,EAAE,qCAAqC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEjiD;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GA0EhC,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -121,3 +121,60 @@ export type ListSessionsByAgentRequest = Message<"ai.stigmer.agentic.session.v1.
|
|
|
121
121
|
* Use `create(ListSessionsByAgentRequestSchema)` to create a new message.
|
|
122
122
|
*/
|
|
123
123
|
export declare const ListSessionsByAgentRequestSchema: GenMessage<ListSessionsByAgentRequest>;
|
|
124
|
+
/**
|
|
125
|
+
* UpdateSessionSubjectRequest sets the conversation title for a session.
|
|
126
|
+
*
|
|
127
|
+
* This is a field-level update that atomically modifies only the subject
|
|
128
|
+
* field, avoiding the lost-update race condition that occurs when multiple
|
|
129
|
+
* activities (e.g., GenerateSessionSubject and sandbox_manager) concurrently
|
|
130
|
+
* perform full-resource updates on the same session.
|
|
131
|
+
*
|
|
132
|
+
* @generated from message ai.stigmer.agentic.session.v1.UpdateSessionSubjectRequest
|
|
133
|
+
*/
|
|
134
|
+
export type UpdateSessionSubjectRequest = Message<"ai.stigmer.agentic.session.v1.UpdateSessionSubjectRequest"> & {
|
|
135
|
+
/**
|
|
136
|
+
* Session ID to update.
|
|
137
|
+
*
|
|
138
|
+
* @generated from field: string id = 1;
|
|
139
|
+
*/
|
|
140
|
+
id: string;
|
|
141
|
+
/**
|
|
142
|
+
* New subject value. Empty string clears the subject.
|
|
143
|
+
*
|
|
144
|
+
* @generated from field: string subject = 2;
|
|
145
|
+
*/
|
|
146
|
+
subject: string;
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* Describes the message ai.stigmer.agentic.session.v1.UpdateSessionSubjectRequest.
|
|
150
|
+
* Use `create(UpdateSessionSubjectRequestSchema)` to create a new message.
|
|
151
|
+
*/
|
|
152
|
+
export declare const UpdateSessionSubjectRequestSchema: GenMessage<UpdateSessionSubjectRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* UpdateSessionSandboxIdRequest sets the Daytona sandbox ID for a session.
|
|
155
|
+
*
|
|
156
|
+
* This is a field-level update that atomically modifies only the sandbox_id
|
|
157
|
+
* field, avoiding the lost-update race condition that occurs when multiple
|
|
158
|
+
* activities concurrently perform full-resource updates on the same session.
|
|
159
|
+
*
|
|
160
|
+
* @generated from message ai.stigmer.agentic.session.v1.UpdateSessionSandboxIdRequest
|
|
161
|
+
*/
|
|
162
|
+
export type UpdateSessionSandboxIdRequest = Message<"ai.stigmer.agentic.session.v1.UpdateSessionSandboxIdRequest"> & {
|
|
163
|
+
/**
|
|
164
|
+
* Session ID to update.
|
|
165
|
+
*
|
|
166
|
+
* @generated from field: string id = 1;
|
|
167
|
+
*/
|
|
168
|
+
id: string;
|
|
169
|
+
/**
|
|
170
|
+
* New sandbox ID.
|
|
171
|
+
*
|
|
172
|
+
* @generated from field: string sandbox_id = 2;
|
|
173
|
+
*/
|
|
174
|
+
sandboxId: string;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* Describes the message ai.stigmer.agentic.session.v1.UpdateSessionSandboxIdRequest.
|
|
178
|
+
* Use `create(UpdateSessionSandboxIdRequestSchema)` to create a new message.
|
|
179
|
+
*/
|
|
180
|
+
export declare const UpdateSessionSandboxIdRequestSchema: GenMessage<UpdateSessionSandboxIdRequest>;
|
|
@@ -7,7 +7,7 @@ import { file_buf_validate_validate } from "../../../../../buf/validate/validate
|
|
|
7
7
|
/**
|
|
8
8
|
* Describes the file ai/stigmer/agentic/session/v1/io.proto.
|
|
9
9
|
*/
|
|
10
|
-
export const file_ai_stigmer_agentic_session_v1_io = /*@__PURE__*/ fileDesc("
|
|
10
|
+
export const file_ai_stigmer_agentic_session_v1_io = /*@__PURE__*/ fileDesc("CiZhaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9pby5wcm90bxIdYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEiIgoJU2Vzc2lvbklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiIAoHQWdlbnRJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBIlsKC1Nlc3Npb25MaXN0EhMKC3RvdGFsX3BhZ2VzGAEgASgFEjcKB2VudHJpZXMYAiADKAsyJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIkoKE0xpc3RTZXNzaW9uc1JlcXVlc3QSEQoJcGFnZV9zaXplGAEgASgFEhIKCnBhZ2VfdG9rZW4YAiABKAkSDAoEdGFncxgDIAMoCSJdChpMaXN0U2Vzc2lvbnNCeUFnZW50UmVxdWVzdBIYCghhZ2VudF9pZBgBIAEoCUIGukgDyAEBEhEKCXBhZ2Vfc2l6ZRgCIAEoBRISCgpwYWdlX3Rva2VuGAMgASgJIkIKG1VwZGF0ZVNlc3Npb25TdWJqZWN0UmVxdWVzdBISCgJpZBgBIAEoCUIGukgDyAEBEg8KB3N1YmplY3QYAiABKAkiRwodVXBkYXRlU2Vzc2lvblNhbmRib3hJZFJlcXVlc3QSEgoCaWQYASABKAlCBrpIA8gBARISCgpzYW5kYm94X2lkGAIgASgJYgZwcm90bzM", [file_ai_stigmer_agentic_session_v1_api, file_buf_validate_validate]);
|
|
11
11
|
/**
|
|
12
12
|
* Describes the message ai.stigmer.agentic.session.v1.SessionId.
|
|
13
13
|
* Use `create(SessionIdSchema)` to create a new message.
|
|
@@ -33,4 +33,14 @@ export const ListSessionsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigm
|
|
|
33
33
|
* Use `create(ListSessionsByAgentRequestSchema)` to create a new message.
|
|
34
34
|
*/
|
|
35
35
|
export const ListSessionsByAgentRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_io, 4);
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message ai.stigmer.agentic.session.v1.UpdateSessionSubjectRequest.
|
|
38
|
+
* Use `create(UpdateSessionSubjectRequestSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const UpdateSessionSubjectRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_io, 5);
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message ai.stigmer.agentic.session.v1.UpdateSessionSandboxIdRequest.
|
|
43
|
+
* Use `create(UpdateSessionSandboxIdRequestSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const UpdateSessionSandboxIdRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_session_v1_io, 6);
|
|
36
46
|
//# sourceMappingURL=io_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/session/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,sCAAsC,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAY,aAAa,CACzE,QAAQ,CAAC,quBAAquB,EAAE,CAAC,sCAAsC,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAcxzB;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAcxD;;;GAGG;AACH,MAAM,CAAC,MAAM,aAAa,GAAwB,aAAa,CAC7D,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AAuBxD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA8BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA8BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA4BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;AA2BxD;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC"}
|