@stigmer/protos 0.0.91 → 0.0.93

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 (61) hide show
  1. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +13 -0
  2. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +1 -1
  3. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  4. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +5 -3
  5. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +5 -3
  6. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
  7. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +5 -3
  8. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +1 -1
  9. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
  10. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +2 -1
  11. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
  12. package/ai/stigmer/agentic/runner/v1/api_pb.d.ts +205 -0
  13. package/ai/stigmer/agentic/runner/v1/api_pb.js +30 -0
  14. package/ai/stigmer/agentic/runner/v1/api_pb.js.map +1 -0
  15. package/ai/stigmer/agentic/runner/v1/command_connect.d.ts +198 -0
  16. package/ai/stigmer/agentic/runner/v1/command_connect.js +204 -0
  17. package/ai/stigmer/agentic/runner/v1/command_connect.js.map +1 -0
  18. package/ai/stigmer/agentic/runner/v1/command_pb.d.ts +193 -0
  19. package/ai/stigmer/agentic/runner/v1/command_pb.js +34 -0
  20. package/ai/stigmer/agentic/runner/v1/command_pb.js.map +1 -0
  21. package/ai/stigmer/agentic/runner/v1/enum_pb.d.ts +69 -0
  22. package/ai/stigmer/agentic/runner/v1/enum_pb.js +74 -0
  23. package/ai/stigmer/agentic/runner/v1/enum_pb.js.map +1 -0
  24. package/ai/stigmer/agentic/runner/v1/io_pb.d.ts +626 -0
  25. package/ai/stigmer/agentic/runner/v1/io_pb.js +114 -0
  26. package/ai/stigmer/agentic/runner/v1/io_pb.js.map +1 -0
  27. package/ai/stigmer/agentic/runner/v1/query_connect.d.ts +64 -0
  28. package/ai/stigmer/agentic/runner/v1/query_connect.js +70 -0
  29. package/ai/stigmer/agentic/runner/v1/query_connect.js.map +1 -0
  30. package/ai/stigmer/agentic/runner/v1/query_pb.d.ts +66 -0
  31. package/ai/stigmer/agentic/runner/v1/query_pb.js +24 -0
  32. package/ai/stigmer/agentic/runner/v1/query_pb.js.map +1 -0
  33. package/ai/stigmer/agentic/runner/v1/spec_pb.d.ts +36 -0
  34. package/ai/stigmer/agentic/runner/v1/spec_pb.js +14 -0
  35. package/ai/stigmer/agentic/runner/v1/spec_pb.js.map +1 -0
  36. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +3 -26
  37. package/ai/stigmer/agentic/session/v1/command_connect.js +3 -26
  38. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
  39. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +4 -26
  40. package/ai/stigmer/agentic/session/v1/command_pb.js +1 -1
  41. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
  42. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +1 -31
  43. package/ai/stigmer/agentic/session/v1/io_pb.js +1 -6
  44. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
  45. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +25 -5
  46. package/ai/stigmer/agentic/session/v1/spec_pb.js +1 -1
  47. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  48. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +1 -1
  49. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +1 -1
  50. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +1 -1
  51. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +1 -1
  52. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
  53. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +2 -1
  54. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
  55. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +6 -0
  56. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +7 -1
  57. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  58. package/ai/stigmer/iam/v1/enum_pb.d.ts +7 -5
  59. package/ai/stigmer/iam/v1/enum_pb.js +7 -5
  60. package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
  61. package/package.json +1 -1
@@ -0,0 +1,114 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/runner/v1/io.proto (package ai.stigmer.agentic.runner.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_runner_v1_api } from "./api_pb";
6
+ import { file_ai_stigmer_agentic_runner_v1_enum } from "./enum_pb";
7
+ import { file_ai_stigmer_commons_rpc_pagination } from "../../../commons/rpc/pagination_pb";
8
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
9
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
10
+ /**
11
+ * Describes the file ai/stigmer/agentic/runner/v1/io.proto.
12
+ */
13
+ export const file_ai_stigmer_agentic_runner_v1_io = /*@__PURE__*/ fileDesc("CiVhaS9zdGlnbWVyL2FnZW50aWMvcnVubmVyL3YxL2lvLnByb3RvEhxhaS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxIiEKCFJ1bm5lcklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEi3AEKEkxpc3RSdW5uZXJzUmVxdWVzdBIUCgNvcmcYASABKAlCB7pIBHICEAESTAoGbGFiZWxzGAIgAygLMjwuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5MaXN0UnVubmVyc1JlcXVlc3QuTGFiZWxzRW50cnkSMwoJcGFnZV9pbmZvGAMgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mbxotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIlYKClJ1bm5lckxpc3QSEwoLdG90YWxfY291bnQYASABKAUSMwoFaXRlbXMYAiADKAsyJC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lciKMAQoWUnVubmVyU2VuZENvbW1hbmRJbnB1dBIZCglydW5uZXJfaWQYASABKAlCBrpIA8gBARJMCg5saXN0X2RpcmVjdG9yeRgCIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuTGlzdERpcmVjdG9yeVJlcXVlc3RIAEIJCgdjb21tYW5kIrsBChlSdW5uZXJTdHJlYW1DbGllbnRNZXNzYWdlEkIKCWhlYXJ0YmVhdBgBIAEoCzItLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVySGVhcnRiZWF0SAASTwoQY29tbWFuZF9yZXNwb25zZRgCIAEoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVyQ29tbWFuZFJlc3BvbnNlSABCCQoHbWVzc2FnZSJ1ChlSdW5uZXJTdHJlYW1TZXJ2ZXJNZXNzYWdlEk0KD2NvbW1hbmRfcmVxdWVzdBgBIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVyQ29tbWFuZFJlcXVlc3RIAEIJCgdtZXNzYWdlIscBCg9SdW5uZXJIZWFydGJlYXQSEQoJcnVubmVyX2lkGAEgASgJEjgKBXBoYXNlGAIgASgOMikuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJQaGFzZRIaChJjdXJyZW50X2V4ZWN1dGlvbnMYAyABKAUSSwoPY29ubmVjdGlvbl9pbmZvGAQgASgLMjIuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJDb25uZWN0aW9uSW5mbyLEAQoUUnVubmVyQ29tbWFuZFJlcXVlc3QSEgoKcmVxdWVzdF9pZBgBIAEoCRJMCg5saXN0X2RpcmVjdG9yeRgCIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuTGlzdERpcmVjdG9yeVJlcXVlc3RIABI/CgRzdG9wGAMgASgLMi8uYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5TdG9wUnVubmVyUmVxdWVzdEgAQgkKB2NvbW1hbmQiiQIKFVJ1bm5lckNvbW1hbmRSZXNwb25zZRISCgpyZXF1ZXN0X2lkGAEgASgJEk0KDmxpc3RfZGlyZWN0b3J5GAIgASgLMjMuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5MaXN0RGlyZWN0b3J5UmVzcG9uc2VIABJBCgVlcnJvchgDIAEoCzIwLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVyQ29tbWFuZEVycm9ySAASQAoEc3RvcBgEIAEoCzIwLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuU3RvcFJ1bm5lclJlc3BvbnNlSABCCAoGcmVzdWx0IiQKFExpc3REaXJlY3RvcnlSZXF1ZXN0EgwKBHBhdGgYASABKAkioAEKFUxpc3REaXJlY3RvcnlSZXNwb25zZRIVCg1yZXNvbHZlZF9wYXRoGAEgASgJEj0KB2VudHJpZXMYAiADKAsyLC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLkRpcmVjdG9yeUVudHJ5EhYKDmhvbWVfZGlyZWN0b3J5GAMgASgJEhkKEWN1cnJlbnRfZGlyZWN0b3J5GAQgASgJIkcKDkRpcmVjdG9yeUVudHJ5EgwKBG5hbWUYASABKAkSFAoMaXNfZGlyZWN0b3J5GAIgASgIEhEKCWlzX2hpZGRlbhgDIAEoCCIlChJSdW5uZXJDb21tYW5kRXJyb3ISDwoHbWVzc2FnZRgBIAEoCSIjChFTdG9wUnVubmVyUmVxdWVzdBIOCgZyZWFzb24YASABKAkiFAoSU3RvcFJ1bm5lclJlc3BvbnNlIjwKD1J1bm5lclN0b3BJbnB1dBIZCglydW5uZXJfaWQYASABKAlCBrpIA8gBARIOCgZyZWFzb24YAiABKAkiMAoYQ3JlYXRlTGF1bmNoVG9rZW5SZXF1ZXN0EhQKA29yZxgBIAEoCUIHukgEcgIQASJaChlDcmVhdGVMYXVuY2hUb2tlblJlc3BvbnNlEg0KBXRva2VuGAEgASgJEi4KCmV4cGlyZXNfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIjQKGkV4Y2hhbmdlTGF1bmNoVG9rZW5SZXF1ZXN0EhYKBXRva2VuGAEgASgJQge6SARyAhABImgKG0V4Y2hhbmdlTGF1bmNoVG9rZW5SZXNwb25zZRIUCgxhY2Nlc3NfdG9rZW4YASABKAkSEgoKdG9rZW5fdHlwZRgCIAEoCRISCgpleHBpcmVzX2luGAMgASgFEgsKA29yZxgEIAEoCWIGcHJvdG8z", [file_ai_stigmer_agentic_runner_v1_api, file_ai_stigmer_agentic_runner_v1_enum, file_ai_stigmer_commons_rpc_pagination, file_buf_validate_validate, file_google_protobuf_timestamp]);
14
+ /**
15
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerId.
16
+ * Use `create(RunnerIdSchema)` to create a new message.
17
+ */
18
+ export const RunnerIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 0);
19
+ /**
20
+ * Describes the message ai.stigmer.agentic.runner.v1.ListRunnersRequest.
21
+ * Use `create(ListRunnersRequestSchema)` to create a new message.
22
+ */
23
+ export const ListRunnersRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 1);
24
+ /**
25
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerList.
26
+ * Use `create(RunnerListSchema)` to create a new message.
27
+ */
28
+ export const RunnerListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 2);
29
+ /**
30
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerSendCommandInput.
31
+ * Use `create(RunnerSendCommandInputSchema)` to create a new message.
32
+ */
33
+ export const RunnerSendCommandInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 3);
34
+ /**
35
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerStreamClientMessage.
36
+ * Use `create(RunnerStreamClientMessageSchema)` to create a new message.
37
+ */
38
+ export const RunnerStreamClientMessageSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 4);
39
+ /**
40
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerStreamServerMessage.
41
+ * Use `create(RunnerStreamServerMessageSchema)` to create a new message.
42
+ */
43
+ export const RunnerStreamServerMessageSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 5);
44
+ /**
45
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerHeartbeat.
46
+ * Use `create(RunnerHeartbeatSchema)` to create a new message.
47
+ */
48
+ export const RunnerHeartbeatSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 6);
49
+ /**
50
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerCommandRequest.
51
+ * Use `create(RunnerCommandRequestSchema)` to create a new message.
52
+ */
53
+ export const RunnerCommandRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 7);
54
+ /**
55
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerCommandResponse.
56
+ * Use `create(RunnerCommandResponseSchema)` to create a new message.
57
+ */
58
+ export const RunnerCommandResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 8);
59
+ /**
60
+ * Describes the message ai.stigmer.agentic.runner.v1.ListDirectoryRequest.
61
+ * Use `create(ListDirectoryRequestSchema)` to create a new message.
62
+ */
63
+ export const ListDirectoryRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 9);
64
+ /**
65
+ * Describes the message ai.stigmer.agentic.runner.v1.ListDirectoryResponse.
66
+ * Use `create(ListDirectoryResponseSchema)` to create a new message.
67
+ */
68
+ export const ListDirectoryResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 10);
69
+ /**
70
+ * Describes the message ai.stigmer.agentic.runner.v1.DirectoryEntry.
71
+ * Use `create(DirectoryEntrySchema)` to create a new message.
72
+ */
73
+ export const DirectoryEntrySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 11);
74
+ /**
75
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerCommandError.
76
+ * Use `create(RunnerCommandErrorSchema)` to create a new message.
77
+ */
78
+ export const RunnerCommandErrorSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 12);
79
+ /**
80
+ * Describes the message ai.stigmer.agentic.runner.v1.StopRunnerRequest.
81
+ * Use `create(StopRunnerRequestSchema)` to create a new message.
82
+ */
83
+ export const StopRunnerRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 13);
84
+ /**
85
+ * Describes the message ai.stigmer.agentic.runner.v1.StopRunnerResponse.
86
+ * Use `create(StopRunnerResponseSchema)` to create a new message.
87
+ */
88
+ export const StopRunnerResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 14);
89
+ /**
90
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerStopInput.
91
+ * Use `create(RunnerStopInputSchema)` to create a new message.
92
+ */
93
+ export const RunnerStopInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 15);
94
+ /**
95
+ * Describes the message ai.stigmer.agentic.runner.v1.CreateLaunchTokenRequest.
96
+ * Use `create(CreateLaunchTokenRequestSchema)` to create a new message.
97
+ */
98
+ export const CreateLaunchTokenRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 16);
99
+ /**
100
+ * Describes the message ai.stigmer.agentic.runner.v1.CreateLaunchTokenResponse.
101
+ * Use `create(CreateLaunchTokenResponseSchema)` to create a new message.
102
+ */
103
+ export const CreateLaunchTokenResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 17);
104
+ /**
105
+ * Describes the message ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenRequest.
106
+ * Use `create(ExchangeLaunchTokenRequestSchema)` to create a new message.
107
+ */
108
+ export const ExchangeLaunchTokenRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 18);
109
+ /**
110
+ * Describes the message ai.stigmer.agentic.runner.v1.ExchangeLaunchTokenResponse.
111
+ * Use `create(ExchangeLaunchTokenResponseSchema)` to create a new message.
112
+ */
113
+ export const ExchangeLaunchTokenResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_io, 19);
114
+ //# sourceMappingURL=io_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/io_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,64 @@
1
+ /**
2
+ * RunnerQueryController handles read operations for runners.
3
+ *
4
+ * The primary consumer is the session composer dropdown, which calls list
5
+ * to show available runners the user can select. System-managed (ephemeral)
6
+ * runners are excluded from the dropdown by filtering on labels.
7
+ *
8
+ * @generated from service ai.stigmer.agentic.runner.v1.RunnerQueryController
9
+ */
10
+ export declare const RunnerQueryController: {
11
+ readonly typeName: "ai.stigmer.agentic.runner.v1.RunnerQueryController";
12
+ readonly methods: {
13
+ /**
14
+ * Get a single runner by ID.
15
+ *
16
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.get
17
+ */
18
+ readonly get: {
19
+ readonly name: "get";
20
+ readonly I: any;
21
+ readonly O: any;
22
+ readonly kind: any;
23
+ };
24
+ /**
25
+ * Get a runner by its organization-scoped reference (org/slug).
26
+ *
27
+ * Used by the CLI to resolve a runner by name:
28
+ * stigmer run agent my-agent --runner my-macbook
29
+ * resolves "my-macbook" to the full Runner resource.
30
+ *
31
+ * @internal
32
+ * Custom authorization in handler — checks both direct resource access
33
+ * and organization-level visibility permissions.
34
+ *
35
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.getByReference
36
+ */
37
+ readonly getByReference: {
38
+ readonly name: "getByReference";
39
+ readonly I: any;
40
+ readonly O: any;
41
+ readonly kind: any;
42
+ };
43
+ /**
44
+ * List runners within an organization.
45
+ *
46
+ * Supports label-based filtering for common use cases:
47
+ * - Session composer: exclude system-managed runners, show only READY
48
+ * - Admin view: show all runners including system-managed
49
+ * - Debugging: filter by specific labels
50
+ *
51
+ * @internal
52
+ * Authorization is handled in-handler via FGA-filtered queries (cloud)
53
+ * or unrestricted store queries (OSS).
54
+ *
55
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.list
56
+ */
57
+ readonly list: {
58
+ readonly name: "list";
59
+ readonly I: any;
60
+ readonly O: any;
61
+ readonly kind: any;
62
+ };
63
+ };
64
+ };
@@ -0,0 +1,70 @@
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/runner/v1/query.proto (package ai.stigmer.agentic.runner.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { MethodKind } from "@bufbuild/protobuf";
6
+ /**
7
+ * RunnerQueryController handles read operations for runners.
8
+ *
9
+ * The primary consumer is the session composer dropdown, which calls list
10
+ * to show available runners the user can select. System-managed (ephemeral)
11
+ * runners are excluded from the dropdown by filtering on labels.
12
+ *
13
+ * @generated from service ai.stigmer.agentic.runner.v1.RunnerQueryController
14
+ */
15
+ export const RunnerQueryController = {
16
+ typeName: "ai.stigmer.agentic.runner.v1.RunnerQueryController",
17
+ methods: {
18
+ /**
19
+ * Get a single runner by ID.
20
+ *
21
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.get
22
+ */
23
+ get: {
24
+ name: "get",
25
+ I: RunnerId,
26
+ O: Runner,
27
+ kind: MethodKind.Unary,
28
+ },
29
+ /**
30
+ * Get a runner by its organization-scoped reference (org/slug).
31
+ *
32
+ * Used by the CLI to resolve a runner by name:
33
+ * stigmer run agent my-agent --runner my-macbook
34
+ * resolves "my-macbook" to the full Runner resource.
35
+ *
36
+ * @internal
37
+ * Custom authorization in handler — checks both direct resource access
38
+ * and organization-level visibility permissions.
39
+ *
40
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.getByReference
41
+ */
42
+ getByReference: {
43
+ name: "getByReference",
44
+ I: ApiResourceReference,
45
+ O: Runner,
46
+ kind: MethodKind.Unary,
47
+ },
48
+ /**
49
+ * List runners within an organization.
50
+ *
51
+ * Supports label-based filtering for common use cases:
52
+ * - Session composer: exclude system-managed runners, show only READY
53
+ * - Admin view: show all runners including system-managed
54
+ * - Debugging: filter by specific labels
55
+ *
56
+ * @internal
57
+ * Authorization is handled in-handler via FGA-filtered queries (cloud)
58
+ * or unrestricted store queries (OSS).
59
+ *
60
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.list
61
+ */
62
+ list: {
63
+ name: "list",
64
+ I: ListRunnersRequest,
65
+ O: RunnerList,
66
+ kind: MethodKind.Unary,
67
+ },
68
+ }
69
+ };
70
+ //# sourceMappingURL=query_connect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,sHAAsH;AACtH,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGhD;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,QAAQ,EAAE,oDAAoD;IAC9D,OAAO,EAAE;QACP;;;;WAIG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,QAAQ;YACX,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;WAYG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,MAAM;YACT,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM;YACZ,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,UAAU;YACb,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -0,0 +1,66 @@
1
+ import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
2
+ import type { RunnerSchema } from "./api_pb";
3
+ import type { ListRunnersRequestSchema, RunnerIdSchema, RunnerListSchema } from "./io_pb";
4
+ import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb";
5
+ /**
6
+ * Describes the file ai/stigmer/agentic/runner/v1/query.proto.
7
+ */
8
+ export declare const file_ai_stigmer_agentic_runner_v1_query: GenFile;
9
+ /**
10
+ * RunnerQueryController handles read operations for runners.
11
+ *
12
+ * The primary consumer is the session composer dropdown, which calls list
13
+ * to show available runners the user can select. System-managed (ephemeral)
14
+ * runners are excluded from the dropdown by filtering on labels.
15
+ *
16
+ * @generated from service ai.stigmer.agentic.runner.v1.RunnerQueryController
17
+ */
18
+ export declare const RunnerQueryController: GenService<{
19
+ /**
20
+ * Get a single runner by ID.
21
+ *
22
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.get
23
+ */
24
+ get: {
25
+ methodKind: "unary";
26
+ input: typeof RunnerIdSchema;
27
+ output: typeof RunnerSchema;
28
+ };
29
+ /**
30
+ * Get a runner by its organization-scoped reference (org/slug).
31
+ *
32
+ * Used by the CLI to resolve a runner by name:
33
+ * stigmer run agent my-agent --runner my-macbook
34
+ * resolves "my-macbook" to the full Runner resource.
35
+ *
36
+ * @internal
37
+ * Custom authorization in handler — checks both direct resource access
38
+ * and organization-level visibility permissions.
39
+ *
40
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.getByReference
41
+ */
42
+ getByReference: {
43
+ methodKind: "unary";
44
+ input: typeof ApiResourceReferenceSchema;
45
+ output: typeof RunnerSchema;
46
+ };
47
+ /**
48
+ * List runners within an organization.
49
+ *
50
+ * Supports label-based filtering for common use cases:
51
+ * - Session composer: exclude system-managed runners, show only READY
52
+ * - Admin view: show all runners including system-managed
53
+ * - Debugging: filter by specific labels
54
+ *
55
+ * @internal
56
+ * Authorization is handled in-handler via FGA-filtered queries (cloud)
57
+ * or unrestricted store queries (OSS).
58
+ *
59
+ * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.list
60
+ */
61
+ list: {
62
+ methodKind: "unary";
63
+ input: typeof ListRunnersRequestSchema;
64
+ output: typeof RunnerListSchema;
65
+ };
66
+ }>;
@@ -0,0 +1,24 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/runner/v1/query.proto (package ai.stigmer.agentic.runner.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_runner_v1_api } from "./api_pb";
6
+ import { file_ai_stigmer_agentic_runner_v1_io } from "./io_pb";
7
+ import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb";
8
+ import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
9
+ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc/method_options_pb";
10
+ /**
11
+ * Describes the file ai/stigmer/agentic/runner/v1/query.proto.
12
+ */
13
+ export const file_ai_stigmer_agentic_runner_v1_query = /*@__PURE__*/ fileDesc("CihhaS9zdGlnbWVyL2FnZW50aWMvcnVubmVyL3YxL3F1ZXJ5LnByb3RvEhxhaS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxMv8CChVSdW5uZXJRdWVyeUNvbnRyb2xsZXISgQEKA2dldBImLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVySWQaJC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lciIswrgYKAgBEC4iBXZhbHVlKht1bmF1dGhvcml6ZWQgdG8gdmlldyBydW5uZXIScgoOZ2V0QnlSZWZlcmVuY2USNC5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VSZWZlcmVuY2UaJC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lciIE0LgYARJoCgRsaXN0EjAuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5MaXN0UnVubmVyc1JlcXVlc3QaKC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lckxpc3QiBNC4GAEaBKD/Ky5iBnByb3RvMw", [file_ai_stigmer_agentic_runner_v1_api, file_ai_stigmer_agentic_runner_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_commons_rpc_method_options]);
14
+ /**
15
+ * RunnerQueryController handles read operations for runners.
16
+ *
17
+ * The primary consumer is the session composer dropdown, which calls list
18
+ * to show available runners the user can select. System-managed (ephemeral)
19
+ * runners are excluded from the dropdown by filtering on labels.
20
+ *
21
+ * @generated from service ai.stigmer.agentic.runner.v1.RunnerQueryController
22
+ */
23
+ export const RunnerQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_runner_v1_query, 0);
24
+ //# sourceMappingURL=query_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,sHAAsH;AACtH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,UAAU,CAAC;AAEjE,OAAO,EAAE,oCAAoC,EAAE,MAAM,SAAS,CAAC;AAE/D,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,gnBAAgnB,EAAE,CAAC,qCAAqC,EAAE,oCAAoC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEz1B;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAgD7B,aAAa,CAChB,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,36 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file ai/stigmer/agentic/runner/v1/spec.proto.
5
+ */
6
+ export declare const file_ai_stigmer_agentic_runner_v1_spec: GenFile;
7
+ /**
8
+ * RunnerSpec defines the user-declared desired state of a runner.
9
+ *
10
+ * Runner follows the Kubernetes Node pattern: the spec is intentionally
11
+ * thin because the runner is infrastructure that registers itself. The user's
12
+ * intent when creating a runner is minimal — "I want a runner with this name."
13
+ * All operational state (phase, queue, machine info, capacity) is reported by
14
+ * the runner process via heartbeat and lives in RunnerStatus.
15
+ *
16
+ * For system-managed (ephemeral) runners created by the platform for cloud
17
+ * executions, the spec is typically empty — the platform fills in metadata
18
+ * labels (stigmer.ai/system-managed: "true") and the runner self-reports
19
+ * everything else.
20
+ *
21
+ * @generated from message ai.stigmer.agentic.runner.v1.RunnerSpec
22
+ */
23
+ export type RunnerSpec = Message<"ai.stigmer.agentic.runner.v1.RunnerSpec"> & {
24
+ /**
25
+ * Human-readable purpose of this runner.
26
+ * Example: "Development runner on my MacBook", "CI/CD build server"
27
+ *
28
+ * @generated from field: string description = 1;
29
+ */
30
+ description: string;
31
+ };
32
+ /**
33
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerSpec.
34
+ * Use `create(RunnerSpecSchema)` to create a new message.
35
+ */
36
+ export declare const RunnerSpecSchema: GenMessage<RunnerSpec>;
@@ -0,0 +1,14 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/runner/v1/spec.proto (package ai.stigmer.agentic.runner.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ /**
6
+ * Describes the file ai/stigmer/agentic/runner/v1/spec.proto.
7
+ */
8
+ export const file_ai_stigmer_agentic_runner_v1_spec = /*@__PURE__*/ fileDesc("CidhaS9zdGlnbWVyL2FnZW50aWMvcnVubmVyL3YxL3NwZWMucHJvdG8SHGFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEiIQoKUnVubmVyU3BlYxITCgtkZXNjcmlwdGlvbhgBIAEoCWIGcHJvdG8z");
9
+ /**
10
+ * Describes the message ai.stigmer.agentic.runner.v1.RunnerSpec.
11
+ * Use `create(RunnerSpecSchema)` to create a new message.
12
+ */
13
+ export const RunnerSpecSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_runner_v1_spec, 0);
14
+ //# sourceMappingURL=spec_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qHAAqH;AACrH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,0JAA0J,CAAC,CAAC;AA4BvK;;;GAGG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAA2B,aAAa,CACnE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
@@ -36,7 +36,7 @@ export declare const SessionCommandController: {
36
36
  readonly kind: any;
37
37
  };
38
38
  /**
39
- * Update an existing session (e.g., subject, thread_id, sandbox_id).
39
+ * Update an existing session (e.g., subject, thread_id).
40
40
  *
41
41
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.update
42
42
  */
@@ -55,9 +55,7 @@ export declare const SessionCommandController: {
55
55
  *
56
56
  * @internal
57
57
  * Server-side field-level update, race-safe. Atomically modifies only
58
- * spec.subject without touching other fields. Eliminates the lost-update
59
- * race between GenerateSessionSubject and sandbox_manager, which both run
60
- * in parallel during agent execution.
58
+ * spec.subject without touching other fields.
61
59
  *
62
60
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
63
61
  */
@@ -68,28 +66,7 @@ export declare const SessionCommandController: {
68
66
  readonly kind: any;
69
67
  };
70
68
  /**
71
- * Set the session sandbox ID.
72
- *
73
- * This is a targeted update that modifies only the sandbox ID field,
74
- * leaving other session fields untouched. Use this instead of the full
75
- * update RPC when you only need to change the sandbox assignment.
76
- *
77
- * @internal
78
- * Server-side field-level update, race-safe. Atomically modifies only
79
- * spec.sandbox_id without touching other fields. Eliminates the lost-update
80
- * race between sandbox_manager and GenerateSessionSubject, which both run
81
- * in parallel during agent execution.
82
- *
83
- * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
84
- */
85
- readonly updateSandboxId: {
86
- readonly name: "updateSandboxId";
87
- readonly I: any;
88
- readonly O: any;
89
- readonly kind: any;
90
- };
91
- /**
92
- * Delete a session (also cleans up thread and sandbox).
69
+ * Delete a session (also cleans up thread).
93
70
  *
94
71
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.delete
95
72
  */
@@ -41,7 +41,7 @@ export const SessionCommandController = {
41
41
  kind: MethodKind.Unary,
42
42
  },
43
43
  /**
44
- * Update an existing session (e.g., subject, thread_id, sandbox_id).
44
+ * Update an existing session (e.g., subject, thread_id).
45
45
  *
46
46
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.update
47
47
  */
@@ -60,9 +60,7 @@ export const SessionCommandController = {
60
60
  *
61
61
  * @internal
62
62
  * Server-side field-level update, race-safe. Atomically modifies only
63
- * spec.subject without touching other fields. Eliminates the lost-update
64
- * race between GenerateSessionSubject and sandbox_manager, which both run
65
- * in parallel during agent execution.
63
+ * spec.subject without touching other fields.
66
64
  *
67
65
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
68
66
  */
@@ -73,28 +71,7 @@ export const SessionCommandController = {
73
71
  kind: MethodKind.Unary,
74
72
  },
75
73
  /**
76
- * Set the session sandbox ID.
77
- *
78
- * This is a targeted update that modifies only the sandbox ID field,
79
- * leaving other session fields untouched. Use this instead of the full
80
- * update RPC when you only need to change the sandbox assignment.
81
- *
82
- * @internal
83
- * Server-side field-level update, race-safe. Atomically modifies only
84
- * spec.sandbox_id without touching other fields. Eliminates the lost-update
85
- * race between sandbox_manager and GenerateSessionSubject, which both run
86
- * in parallel during agent execution.
87
- *
88
- * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
89
- */
90
- updateSandboxId: {
91
- name: "updateSandboxId",
92
- I: UpdateSessionSandboxIdRequest,
93
- O: Session,
94
- kind: MethodKind.Unary,
95
- },
96
- /**
97
- * Delete a session (also cleans up thread and sandbox).
74
+ * Delete a session (also cleans up thread).
98
75
  *
99
76
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.delete
100
77
  */
@@ -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;;;;;;;;WAQG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;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;;;;;;;;;;;;;;WAcG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,2BAA2B;YAC9B,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;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
+ {"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;;;;;;;;WAQG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,OAAO;YACV,CAAC,EAAE,OAAO;YACV,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;WAOG;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;;;;;;;;;;;;WAYG;QACH,aAAa,EAAE;YACb,IAAI,EAAE,eAAe;YACrB,CAAC,EAAE,2BAA2B;YAC9B,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, UpdateSessionSandboxIdRequestSchema, UpdateSessionSubjectRequestSchema } from "./io_pb";
3
+ import type { SessionIdSchema, UpdateSessionSubjectRequestSchema } from "./io_pb";
4
4
  /**
5
5
  * Describes the file ai/stigmer/agentic/session/v1/command.proto.
6
6
  */
@@ -39,7 +39,7 @@ export declare const SessionCommandController: GenService<{
39
39
  output: typeof SessionSchema;
40
40
  };
41
41
  /**
42
- * Update an existing session (e.g., subject, thread_id, sandbox_id).
42
+ * Update an existing session (e.g., subject, thread_id).
43
43
  *
44
44
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.update
45
45
  */
@@ -57,9 +57,7 @@ export declare const SessionCommandController: GenService<{
57
57
  *
58
58
  * @internal
59
59
  * Server-side field-level update, race-safe. Atomically modifies only
60
- * spec.subject without touching other fields. Eliminates the lost-update
61
- * race between GenerateSessionSubject and sandbox_manager, which both run
62
- * in parallel during agent execution.
60
+ * spec.subject without touching other fields.
63
61
  *
64
62
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
65
63
  */
@@ -69,27 +67,7 @@ export declare const SessionCommandController: GenService<{
69
67
  output: typeof SessionSchema;
70
68
  };
71
69
  /**
72
- * Set the session sandbox ID.
73
- *
74
- * This is a targeted update that modifies only the sandbox ID field,
75
- * leaving other session fields untouched. Use this instead of the full
76
- * update RPC when you only need to change the sandbox assignment.
77
- *
78
- * @internal
79
- * Server-side field-level update, race-safe. Atomically modifies only
80
- * spec.sandbox_id without touching other fields. Eliminates the lost-update
81
- * race between sandbox_manager and GenerateSessionSubject, which both run
82
- * in parallel during agent execution.
83
- *
84
- * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
85
- */
86
- updateSandboxId: {
87
- methodKind: "unary";
88
- input: typeof UpdateSessionSandboxIdRequestSchema;
89
- output: typeof SessionSchema;
90
- };
91
- /**
92
- * Delete a session (also cleans up thread and sandbox).
70
+ * Delete a session (also cleans up thread).
93
71
  *
94
72
  * @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.delete
95
73
  */
@@ -9,7 +9,7 @@ import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc
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("CithaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9jb21tYW5kLnByb3RvEh1haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MTKdBwoYU2Vzc2lvbkNvbW1hbmRDb250cm9sbGVyElcKBWFwcGx5EiYuYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbhomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24SpQEKBmNyZWF0ZRImLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24aJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIkvCuBhHCAgQHiIMbWV0YWRhdGEub3JnKjN1bmF1dGhvcml6ZWQgdG8gY3JlYXRlIHNlc3Npb24gaW4gdGhpcyBvcmdhbml6YXRpb24SjwEKBnVwZGF0ZRImLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24aJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIjXCuBgxCAIQKiILbWV0YWRhdGEuaWQqHnVuYXV0aG9yaXplZCB0byB1cGRhdGUgc2Vzc2lvbhKpAQoNdXBkYXRlU3ViamVjdBI6LmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlVwZGF0ZVNlc3Npb25TdWJqZWN0UmVxdWVzdBomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24iNMK4GDAIAhAqIgJpZComdW5hdXRob3JpemVkIHRvIHVwZGF0ZSBzZXNzaW9uIHN1YmplY3QSrQEKD3VwZGF0ZVNhbmRib3hJZBI8LmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlVwZGF0ZVNlc3Npb25TYW5kYm94SWRSZXF1ZXN0GiYuYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbiI0wrgYMAgCECoiAmlkKiZ1bmF1dGhvcml6ZWQgdG8gdXBkYXRlIHNlc3Npb24gc2FuZGJveBKLAQoGZGVsZXRlEiguYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbklkGiYuYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbiIvwrgYKwgDECoiBXZhbHVlKh51bmF1dGhvcml6ZWQgdG8gZGVsZXRlIHNlc3Npb24aBKD/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_commons_rpc_method_options]);
12
+ export const file_ai_stigmer_agentic_session_v1_command = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2FnZW50aWMvc2Vzc2lvbi92MS9jb21tYW5kLnByb3RvEh1haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MTLtBQoYU2Vzc2lvbkNvbW1hbmRDb250cm9sbGVyElcKBWFwcGx5EiYuYWkuc3RpZ21lci5hZ2VudGljLnNlc3Npb24udjEuU2Vzc2lvbhomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24SpQEKBmNyZWF0ZRImLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24aJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIkvCuBhHCAgQHiIMbWV0YWRhdGEub3JnKjN1bmF1dGhvcml6ZWQgdG8gY3JlYXRlIHNlc3Npb24gaW4gdGhpcyBvcmdhbml6YXRpb24SjwEKBnVwZGF0ZRImLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24aJi5haS5zdGlnbWVyLmFnZW50aWMuc2Vzc2lvbi52MS5TZXNzaW9uIjXCuBgxCAIQKiILbWV0YWRhdGEuaWQqHnVuYXV0aG9yaXplZCB0byB1cGRhdGUgc2Vzc2lvbhKpAQoNdXBkYXRlU3ViamVjdBI6LmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlVwZGF0ZVNlc3Npb25TdWJqZWN0UmVxdWVzdBomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24iNMK4GDAIAhAqIgJpZComdW5hdXRob3JpemVkIHRvIHVwZGF0ZSBzZXNzaW9uIHN1YmplY3QSiwEKBmRlbGV0ZRIoLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb25JZBomLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLlNlc3Npb24iL8K4GCsIAxAqIgV2YWx1ZSoedW5hdXRob3JpemVkIHRvIGRlbGV0ZSBzZXNzaW9uGgSg/ysqYgZwcm90bzM", [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_commons_rpc_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,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,w0CAAw0C,EAAE,CAAC,sCAAsC,EAAE,qCAAqC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAE3gD;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAwFhC,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,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,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,6lCAA6lC,EAAE,CAAC,sCAAsC,EAAE,qCAAqC,EAAE,uDAAuD,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEhyC;;;;GAIG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAkEhC,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
@@ -127,8 +127,7 @@ export declare const ListSessionsByAgentRequestSchema: GenMessage<ListSessionsBy
127
127
  * @internal
128
128
  * Field-level update that atomically modifies only the subject field,
129
129
  * avoiding the lost-update race condition that occurs when multiple
130
- * activities (e.g., GenerateSessionSubject and sandbox_manager) concurrently
131
- * perform full-resource updates on the same session.
130
+ * activities concurrently perform full-resource updates on the same session.
132
131
  *
133
132
  * @generated from message ai.stigmer.agentic.session.v1.UpdateSessionSubjectRequest
134
133
  */
@@ -151,32 +150,3 @@ export type UpdateSessionSubjectRequest = Message<"ai.stigmer.agentic.session.v1
151
150
  * Use `create(UpdateSessionSubjectRequestSchema)` to create a new message.
152
151
  */
153
152
  export declare const UpdateSessionSubjectRequestSchema: GenMessage<UpdateSessionSubjectRequest>;
154
- /**
155
- * UpdateSessionSandboxIdRequest sets the sandbox ID for a session.
156
- *
157
- * @internal
158
- * Field-level update that atomically modifies only the sandbox_id field,
159
- * avoiding the lost-update race condition that occurs when multiple
160
- * activities concurrently perform full-resource updates on the same session.
161
- *
162
- * @generated from message ai.stigmer.agentic.session.v1.UpdateSessionSandboxIdRequest
163
- */
164
- export type UpdateSessionSandboxIdRequest = Message<"ai.stigmer.agentic.session.v1.UpdateSessionSandboxIdRequest"> & {
165
- /**
166
- * Session ID to update.
167
- *
168
- * @generated from field: string id = 1;
169
- */
170
- id: string;
171
- /**
172
- * New sandbox ID.
173
- *
174
- * @generated from field: string sandbox_id = 2;
175
- */
176
- sandboxId: string;
177
- };
178
- /**
179
- * Describes the message ai.stigmer.agentic.session.v1.UpdateSessionSandboxIdRequest.
180
- * Use `create(UpdateSessionSandboxIdRequestSchema)` to create a new message.
181
- */
182
- export declare const UpdateSessionSandboxIdRequestSchema: GenMessage<UpdateSessionSandboxIdRequest>;