@stigmer/protos 1.0.4 → 2.0.1

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 (135) hide show
  1. package/ai/stigmer/activity/v1/io_pb.d.ts +109 -0
  2. package/ai/stigmer/activity/v1/io_pb.js +25 -0
  3. package/ai/stigmer/activity/v1/io_pb.js.map +1 -0
  4. package/ai/stigmer/activity/v1/query_connect.d.ts +39 -0
  5. package/ai/stigmer/activity/v1/query_connect.js +46 -0
  6. package/ai/stigmer/activity/v1/query_connect.js.map +1 -0
  7. package/ai/stigmer/activity/v1/query_pb.d.ts +41 -0
  8. package/ai/stigmer/activity/v1/query_pb.js +28 -0
  9. package/ai/stigmer/activity/v1/query_pb.js.map +1 -0
  10. package/ai/stigmer/agentic/agent/v1/version_pb.d.ts +214 -0
  11. package/ai/stigmer/agentic/agent/v1/version_pb.js +43 -0
  12. package/ai/stigmer/agentic/agent/v1/version_pb.js.map +1 -0
  13. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -15
  14. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +2 -1
  15. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  16. package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +14 -0
  17. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +1 -1
  18. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
  19. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +50 -9
  20. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +2 -1
  21. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +26 -7
  23. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +4 -4
  24. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
  25. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +27 -0
  26. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +28 -0
  27. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
  28. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +27 -0
  29. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +2 -1
  30. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
  31. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +3 -1
  32. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +1 -1
  33. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
  34. package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +50 -0
  35. package/ai/stigmer/agentic/session/v1/enum_pb.js +53 -2
  36. package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
  37. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +37 -35
  38. package/ai/stigmer/agentic/session/v1/spec_pb.js +1 -1
  39. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  40. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +44 -0
  41. package/ai/stigmer/agentic/workflow/v1/command_connect.js +46 -0
  42. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
  43. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +44 -0
  44. package/ai/stigmer/agentic/workflow/v1/command_pb.js +3 -1
  45. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
  46. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +46 -2
  47. package/ai/stigmer/agentic/workflow/v1/query_connect.js +47 -2
  48. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
  49. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +45 -2
  50. package/ai/stigmer/agentic/workflow/v1/query_pb.js +2 -1
  51. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
  52. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +22 -0
  53. package/ai/stigmer/agentic/workflow/v1/status_pb.js +1 -1
  54. package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -1
  55. package/ai/stigmer/agentic/workflow/v1/version_pb.d.ts +281 -0
  56. package/ai/stigmer/agentic/workflow/v1/version_pb.js +42 -0
  57. package/ai/stigmer/agentic/workflow/v1/version_pb.js.map +1 -0
  58. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +32 -4
  59. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +1 -1
  60. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
  61. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +44 -25
  62. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +44 -25
  63. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
  64. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +44 -25
  65. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
  66. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +2 -0
  67. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +2 -0
  68. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
  69. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +83 -5
  70. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js +13 -8
  71. package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js.map +1 -1
  72. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +234 -4
  73. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +61 -10
  74. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  75. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +21 -0
  76. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +2 -1
  77. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
  78. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +28 -0
  79. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +29 -0
  80. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
  81. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +28 -0
  82. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
  83. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
  84. package/ai/stigmer/billing/v1/enum_pb.d.ts +35 -0
  85. package/ai/stigmer/billing/v1/enum_pb.js +43 -7
  86. package/ai/stigmer/billing/v1/enum_pb.js.map +1 -1
  87. package/ai/stigmer/billing/v1/io_pb.d.ts +13 -1
  88. package/ai/stigmer/billing/v1/io_pb.js +1 -1
  89. package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
  90. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +0 -6
  91. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +1 -7
  92. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  93. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +21 -3
  94. package/ai/stigmer/commons/apiresource/enum_pb.js +21 -3
  95. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
  96. package/ai/stigmer/commons/apiresource/io_pb.d.ts +17 -6
  97. package/ai/stigmer/commons/apiresource/io_pb.js +1 -1
  98. package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -1
  99. package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +24 -0
  100. package/ai/stigmer/commons/apiresource/metadata_pb.js +1 -1
  101. package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -1
  102. package/ai/stigmer/iam/invitation/v1/query_connect.d.ts +2 -2
  103. package/ai/stigmer/iam/invitation/v1/query_connect.js +2 -2
  104. package/ai/stigmer/iam/invitation/v1/query_pb.d.ts +2 -2
  105. package/ai/stigmer/iam/invitation/v1/query_pb.js +1 -1
  106. package/ai/stigmer/tenancy/organization/v1/api_pb.js +1 -1
  107. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
  108. package/buf/validate/validate_pb.d.ts +217 -156
  109. package/buf/validate/validate_pb.js +3 -3
  110. package/buf/validate/validate_pb.js.map +1 -1
  111. package/package.json +3 -2
  112. package/ai/stigmer/agentic/runner/v1/api_pb.d.ts +0 -247
  113. package/ai/stigmer/agentic/runner/v1/api_pb.js +0 -30
  114. package/ai/stigmer/agentic/runner/v1/api_pb.js.map +0 -1
  115. package/ai/stigmer/agentic/runner/v1/command_connect.d.ts +0 -198
  116. package/ai/stigmer/agentic/runner/v1/command_connect.js +0 -206
  117. package/ai/stigmer/agentic/runner/v1/command_connect.js.map +0 -1
  118. package/ai/stigmer/agentic/runner/v1/command_pb.d.ts +0 -193
  119. package/ai/stigmer/agentic/runner/v1/command_pb.js +0 -34
  120. package/ai/stigmer/agentic/runner/v1/command_pb.js.map +0 -1
  121. package/ai/stigmer/agentic/runner/v1/enum_pb.d.ts +0 -83
  122. package/ai/stigmer/agentic/runner/v1/enum_pb.js +0 -88
  123. package/ai/stigmer/agentic/runner/v1/enum_pb.js.map +0 -1
  124. package/ai/stigmer/agentic/runner/v1/io_pb.d.ts +0 -640
  125. package/ai/stigmer/agentic/runner/v1/io_pb.js +0 -114
  126. package/ai/stigmer/agentic/runner/v1/io_pb.js.map +0 -1
  127. package/ai/stigmer/agentic/runner/v1/query_connect.d.ts +0 -64
  128. package/ai/stigmer/agentic/runner/v1/query_connect.js +0 -73
  129. package/ai/stigmer/agentic/runner/v1/query_connect.js.map +0 -1
  130. package/ai/stigmer/agentic/runner/v1/query_pb.d.ts +0 -66
  131. package/ai/stigmer/agentic/runner/v1/query_pb.js +0 -24
  132. package/ai/stigmer/agentic/runner/v1/query_pb.js.map +0 -1
  133. package/ai/stigmer/agentic/runner/v1/spec_pb.d.ts +0 -36
  134. package/ai/stigmer/agentic/runner/v1/spec_pb.js +0 -14
  135. package/ai/stigmer/agentic/runner/v1/spec_pb.js.map +0 -1
@@ -1,114 +0,0 @@
1
- // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
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.js";
6
- import { file_ai_stigmer_agentic_runner_v1_enum } from "./enum_pb.js";
7
- import { file_ai_stigmer_commons_rpc_pagination } from "../../../commons/rpc/pagination_pb.js";
8
- import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb.js";
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("CiVhaS9zdGlnbWVyL2FnZW50aWMvcnVubmVyL3YxL2lvLnByb3RvEhxhaS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxIiEKCFJ1bm5lcklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEi3AEKEkxpc3RSdW5uZXJzUmVxdWVzdBIUCgNvcmcYASABKAlCB7pIBHICEAESTAoGbGFiZWxzGAIgAygLMjwuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5MaXN0UnVubmVyc1JlcXVlc3QuTGFiZWxzRW50cnkSMwoJcGFnZV9pbmZvGAMgASgLMiAuYWkuc3RpZ21lci5jb21tb25zLnJwYy5QYWdlSW5mbxotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIlYKClJ1bm5lckxpc3QSEwoLdG90YWxfY291bnQYASABKAUSMwoFaXRlbXMYAiADKAsyJC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lciKMAQoWUnVubmVyU2VuZENvbW1hbmRJbnB1dBIZCglydW5uZXJfaWQYASABKAlCBrpIA8gBARJMCg5saXN0X2RpcmVjdG9yeRgCIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuTGlzdERpcmVjdG9yeVJlcXVlc3RIAEIJCgdjb21tYW5kIrsBChlSdW5uZXJTdHJlYW1DbGllbnRNZXNzYWdlEkIKCWhlYXJ0YmVhdBgBIAEoCzItLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVySGVhcnRiZWF0SAASTwoQY29tbWFuZF9yZXNwb25zZRgCIAEoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVyQ29tbWFuZFJlc3BvbnNlSABCCQoHbWVzc2FnZSJ1ChlSdW5uZXJTdHJlYW1TZXJ2ZXJNZXNzYWdlEk0KD2NvbW1hbmRfcmVxdWVzdBgBIAEoCzIyLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuUnVubmVyQ29tbWFuZFJlcXVlc3RIAEIJCgdtZXNzYWdlIt0BCg9SdW5uZXJIZWFydGJlYXQSEQoJcnVubmVyX2lkGAEgASgJEjgKBXBoYXNlGAIgASgOMikuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJQaGFzZRIaChJjdXJyZW50X2V4ZWN1dGlvbnMYAyABKAUSSwoPY29ubmVjdGlvbl9pbmZvGAQgASgLMjIuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5SdW5uZXJDb25uZWN0aW9uSW5mbxIUCgxwcm9jZXNzX3R5cGUYBSABKAkixAEKFFJ1bm5lckNvbW1hbmRSZXF1ZXN0EhIKCnJlcXVlc3RfaWQYASABKAkSTAoObGlzdF9kaXJlY3RvcnkYAiABKAsyMi5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLkxpc3REaXJlY3RvcnlSZXF1ZXN0SAASPwoEc3RvcBgDIAEoCzIvLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuU3RvcFJ1bm5lclJlcXVlc3RIAEIJCgdjb21tYW5kIokCChVSdW5uZXJDb21tYW5kUmVzcG9uc2USEgoKcmVxdWVzdF9pZBgBIAEoCRJNCg5saXN0X2RpcmVjdG9yeRgCIAEoCzIzLmFpLnN0aWdtZXIuYWdlbnRpYy5ydW5uZXIudjEuTGlzdERpcmVjdG9yeVJlc3BvbnNlSAASQQoFZXJyb3IYAyABKAsyMC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlJ1bm5lckNvbW1hbmRFcnJvckgAEkAKBHN0b3AYBCABKAsyMC5haS5zdGlnbWVyLmFnZW50aWMucnVubmVyLnYxLlN0b3BSdW5uZXJSZXNwb25zZUgAQggKBnJlc3VsdCIkChRMaXN0RGlyZWN0b3J5UmVxdWVzdBIMCgRwYXRoGAEgASgJIqABChVMaXN0RGlyZWN0b3J5UmVzcG9uc2USFQoNcmVzb2x2ZWRfcGF0aBgBIAEoCRI9CgdlbnRyaWVzGAIgAygLMiwuYWkuc3RpZ21lci5hZ2VudGljLnJ1bm5lci52MS5EaXJlY3RvcnlFbnRyeRIWCg5ob21lX2RpcmVjdG9yeRgDIAEoCRIZChFjdXJyZW50X2RpcmVjdG9yeRgEIAEoCSJHCg5EaXJlY3RvcnlFbnRyeRIMCgRuYW1lGAEgASgJEhQKDGlzX2RpcmVjdG9yeRgCIAEoCBIRCglpc19oaWRkZW4YAyABKAgiJQoSUnVubmVyQ29tbWFuZEVycm9yEg8KB21lc3NhZ2UYASABKAkiIwoRU3RvcFJ1bm5lclJlcXVlc3QSDgoGcmVhc29uGAEgASgJIhQKElN0b3BSdW5uZXJSZXNwb25zZSI8Cg9SdW5uZXJTdG9wSW5wdXQSGQoJcnVubmVyX2lkGAEgASgJQga6SAPIAQESDgoGcmVhc29uGAIgASgJIjAKGENyZWF0ZUxhdW5jaFRva2VuUmVxdWVzdBIUCgNvcmcYASABKAlCB7pIBHICEAEiWgoZQ3JlYXRlTGF1bmNoVG9rZW5SZXNwb25zZRINCgV0b2tlbhgBIAEoCRIuCgpleHBpcmVzX2F0GAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCI0ChpFeGNoYW5nZUxhdW5jaFRva2VuUmVxdWVzdBIWCgV0b2tlbhgBIAEoCUIHukgEcgIQASJoChtFeGNoYW5nZUxhdW5jaFRva2VuUmVzcG9uc2USFAoMYWNjZXNzX3Rva2VuGAEgASgJEhIKCnRva2VuX3R5cGUYAiABKAkSEgoKZXhwaXJlc19pbhgDIAEoBRILCgNvcmcYBCABKAliBnByb3RvMw", [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
@@ -1 +0,0 @@
1
- {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/io_pb.ts"],"names":[],"mappings":"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"}
@@ -1,64 +0,0 @@
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
- };
@@ -1,73 +0,0 @@
1
- // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=js"
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 { ListRunnersRequest, RunnerId, RunnerList } from "./io_pbjs";
6
- import { Runner } from "./api_pbjs";
7
- import { MethodKind } from "@bufbuild/protobuf";
8
- import { ApiResourceReference } from "../../../commons/apiresource/io_pbjs";
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 const RunnerQueryController = {
19
- typeName: "ai.stigmer.agentic.runner.v1.RunnerQueryController",
20
- methods: {
21
- /**
22
- * Get a single runner by ID.
23
- *
24
- * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.get
25
- */
26
- get: {
27
- name: "get",
28
- I: RunnerId,
29
- O: Runner,
30
- kind: MethodKind.Unary,
31
- },
32
- /**
33
- * Get a runner by its organization-scoped reference (org/slug).
34
- *
35
- * Used by the CLI to resolve a runner by name:
36
- * stigmer run agent my-agent --runner my-macbook
37
- * resolves "my-macbook" to the full Runner resource.
38
- *
39
- * @internal
40
- * Custom authorization in handler — checks both direct resource access
41
- * and organization-level visibility permissions.
42
- *
43
- * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.getByReference
44
- */
45
- getByReference: {
46
- name: "getByReference",
47
- I: ApiResourceReference,
48
- O: Runner,
49
- kind: MethodKind.Unary,
50
- },
51
- /**
52
- * List runners within an organization.
53
- *
54
- * Supports label-based filtering for common use cases:
55
- * - Session composer: exclude system-managed runners, show only READY
56
- * - Admin view: show all runners including system-managed
57
- * - Debugging: filter by specific labels
58
- *
59
- * @internal
60
- * Authorization is handled in-handler via FGA-filtered queries (cloud)
61
- * or unrestricted store queries (OSS).
62
- *
63
- * @generated from rpc ai.stigmer.agentic.runner.v1.RunnerQueryController.list
64
- */
65
- list: {
66
- name: "list",
67
- I: ListRunnersRequest,
68
- O: RunnerList,
69
- kind: MethodKind.Unary,
70
- },
71
- }
72
- };
73
- //# sourceMappingURL=query_connect.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/query_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,sHAAsH;AACtH,oBAAoB;AACpB,cAAc;AAEd,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,WAAW,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAE5E;;;;;;;;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"}
@@ -1,66 +0,0 @@
1
- import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
2
- import type { RunnerSchema } from "./api_pb.js";
3
- import type { ListRunnersRequestSchema, RunnerIdSchema, RunnerListSchema } from "./io_pb.js";
4
- import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb.js";
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
- }>;
@@ -1,24 +0,0 @@
1
- // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
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.js";
6
- import { file_ai_stigmer_agentic_runner_v1_io } from "./io_pb.js";
7
- import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb.js";
8
- import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb.js";
9
- import { file_ai_stigmer_commons_rpc_method_options } from "../../../commons/rpc/method_options_pb.js";
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/query_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,sHAAsH;AACtH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,qCAAqC,EAAE,MAAM,aAAa,CAAC;AAEpE,OAAO,EAAE,oCAAoC,EAAE,MAAM,YAAY,CAAC;AAElE,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,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"}
@@ -1,36 +0,0 @@
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>;
@@ -1,14 +0,0 @@
1
- // @generated by protoc-gen-es v2.2.2 with parameter "target=ts,import_extension=js"
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/runner/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,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"}