@xemahq/llm-registry-api-client 0.3.0 → 0.4.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 (209) hide show
  1. package/LICENSE +0 -1
  2. package/dist/endpoints/agent-agents/agent-agents.d.ts +6 -1
  3. package/dist/endpoints/agent-agents/agent-agents.js +34 -1
  4. package/dist/endpoints/{agent-definitions/agent-definitions.d.ts → agent-kernels/agent-kernels.d.ts} +5 -5
  5. package/dist/endpoints/{agent-definitions/agent-definitions.js → agent-kernels/agent-kernels.js} +14 -31
  6. package/dist/endpoints/catalog/catalog.d.ts +2 -2
  7. package/dist/endpoints/llm-registry/llm-registry.d.ts +16 -1
  8. package/dist/endpoints/llm-registry/llm-registry.js +45 -1
  9. package/dist/endpoints/tool-profiles/tool-profiles.d.ts +7 -7
  10. package/dist/endpoints/tool-profiles/tool-profiles.js +12 -69
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.js +1 -1
  13. package/dist/models/agentBundleRenderDto.d.ts +19 -0
  14. package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.d.ts → agentBundleRenderDtoAgentMode.d.ts} +5 -2
  15. package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.js → agentBundleRenderDtoAgentMode.js} +2 -2
  16. package/dist/models/agentCapabilityAnalysisDto.d.ts +21 -0
  17. package/dist/models/{agentDefinitionResponseDtoDataEnvelope.d.ts → agentCapabilityAnalysisDtoDataEnvelope.d.ts} +3 -3
  18. package/dist/models/{compositionControllerResolveParams.d.ts → agentControllerCapabilityAnalysisParams.d.ts} +1 -1
  19. package/dist/models/agentNodeDto.d.ts +4 -4
  20. package/dist/models/agentNodeDtoPromptMode.d.ts +15 -0
  21. package/dist/models/{compositionToolRefDtoKind.js → agentNodeDtoPromptMode.js} +4 -4
  22. package/dist/models/agentReachTier.d.ts +17 -0
  23. package/dist/models/{compositionModelOverrideDtoKind.js → agentReachTier.js} +6 -4
  24. package/dist/models/agentResponseDto.d.ts +11 -0
  25. package/dist/models/agentSessionLifecycle.d.ts +15 -0
  26. package/dist/models/{compositionOutputSurfaceDtoMode.js → agentSessionLifecycle.js} +4 -4
  27. package/dist/models/{catalogProviderDtoDataEnvelope.d.ts → catalogProviderDtoDataArrayEnvelope.d.ts} +2 -2
  28. package/dist/models/createAgentDto.d.ts +11 -0
  29. package/dist/models/index.d.ts +21 -6
  30. package/dist/models/index.js +21 -6
  31. package/dist/models/modelMode.d.ts +15 -0
  32. package/dist/models/modelMode.js +14 -0
  33. package/dist/models/modelPricingTierDto.d.ts +19 -0
  34. package/dist/models/modelResolutionSelectorDto.d.ts +3 -0
  35. package/dist/models/{createAgentDefinitionDtoModelClass.d.ts → modelResolutionSelectorDtoModelClass.d.ts} +3 -3
  36. package/dist/models/{agentDefinitionResponseDtoModelClass.js → modelResolutionSelectorDtoModelClass.js} +2 -2
  37. package/dist/models/modelResolutionSelectorResponseDto.d.ts +3 -0
  38. package/dist/models/{agentDefinitionResponseDtoModelClass.d.ts → modelResolutionSelectorResponseDtoModelClass.d.ts} +5 -2
  39. package/dist/models/{compositionModelOverrideDtoModelClass.js → modelResolutionSelectorResponseDtoModelClass.js} +2 -2
  40. package/dist/models/modelResponseDto.d.ts +77 -0
  41. package/dist/models/{compositionPermissionsDto.d.ts → probeProviderDto.d.ts} +5 -3
  42. package/dist/models/{createSystemProviderDtoApiType.d.ts → probeProviderDtoApiType.d.ts} +3 -3
  43. package/dist/models/{createSystemProviderDtoApiType.js → probeProviderDtoApiType.js} +3 -3
  44. package/dist/models/probedModelDto.d.ts +15 -0
  45. package/dist/models/promptMergeMode.d.ts +15 -0
  46. package/dist/models/promptMergeMode.js +14 -0
  47. package/dist/models/providerProbeResponseDto.d.ts +12 -0
  48. package/dist/models/{compositionAgentRefDto.d.ts → providerProbeResponseDtoDataEnvelope.d.ts} +3 -4
  49. package/dist/models/resolvedAgentResponseDto.d.ts +13 -0
  50. package/dist/models/resolvedConfigSnapshotResponseDto.d.ts +0 -5
  51. package/dist/models/toolProfileResponseDto.d.ts +0 -2
  52. package/dist/models/{agentDefinitionResponseDtoDefinitionHash.d.ts → unresolvedToolDto.d.ts} +5 -3
  53. package/dist/models/updateAgentDto.d.ts +11 -0
  54. package/dist/models/workspaceSharingPolicy.d.ts +15 -0
  55. package/dist/models/workspaceSharingPolicy.js +14 -0
  56. package/package.json +14 -3
  57. package/dist/endpoints/admin-platform-providers/admin-platform-providers.d.ts +0 -38
  58. package/dist/endpoints/admin-platform-providers/admin-platform-providers.js +0 -94
  59. package/dist/endpoints/agent-compositions/agent-compositions.d.ts +0 -66
  60. package/dist/endpoints/agent-compositions/agent-compositions.js +0 -217
  61. package/dist/endpoints/describe-objects/describe-objects.d.ts +0 -14
  62. package/dist/endpoints/describe-objects/describe-objects.js +0 -19
  63. package/dist/endpoints/health/health.d.ts +0 -15
  64. package/dist/endpoints/health/health.js +0 -53
  65. package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.d.ts +0 -25
  66. package/dist/models/agentDefinitionControllerListDefinitionsParams.d.ts +0 -15
  67. package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.d.ts +0 -21
  68. package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.d.ts +0 -13
  69. package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.d.ts +0 -12
  70. package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.js +0 -14
  71. package/dist/models/agentDefinitionControllerResolveAgentBundleFileParams.d.ts +0 -14
  72. package/dist/models/agentDefinitionResponseDto.d.ts +0 -58
  73. package/dist/models/agentDefinitionResponseDtoPaginatedEnvelope.d.ts +0 -13
  74. package/dist/models/agentKernelControllerResolveAgentBundleFileParams.d.ts +0 -14
  75. package/dist/models/compositionAgentRefDto.js +0 -9
  76. package/dist/models/compositionAgentRunConfigDto.d.ts +0 -15
  77. package/dist/models/compositionAgentRunConfigDto.js +0 -9
  78. package/dist/models/compositionBiomeAvailabilityDto.d.ts +0 -13
  79. package/dist/models/compositionBiomeAvailabilityDto.js +0 -9
  80. package/dist/models/compositionCapabilityLayerDto.d.ts +0 -15
  81. package/dist/models/compositionCapabilityLayerDto.js +0 -2
  82. package/dist/models/compositionCapabilityLayerDtoMayEditRepos.d.ts +0 -12
  83. package/dist/models/compositionCapabilityLayerDtoMayEditRepos.js +0 -14
  84. package/dist/models/compositionCapabilityLayerDtoWritePolicy.d.ts +0 -13
  85. package/dist/models/compositionCapabilityLayerDtoWritePolicy.js +0 -15
  86. package/dist/models/compositionControllerListParams.d.ts +0 -12
  87. package/dist/models/compositionControllerListParams.js +0 -9
  88. package/dist/models/compositionControllerResolveDraftCapableParams.d.ts +0 -10
  89. package/dist/models/compositionControllerResolveDraftCapableParams.js +0 -9
  90. package/dist/models/compositionControllerResolveParams.js +0 -9
  91. package/dist/models/compositionCredentialDto.d.ts +0 -16
  92. package/dist/models/compositionCredentialDto.js +0 -2
  93. package/dist/models/compositionEnvVarDto.d.ts +0 -12
  94. package/dist/models/compositionEnvVarDto.js +0 -9
  95. package/dist/models/compositionModelOverrideDto.d.ts +0 -20
  96. package/dist/models/compositionModelOverrideDto.js +0 -2
  97. package/dist/models/compositionModelOverrideDtoKind.d.ts +0 -12
  98. package/dist/models/compositionModelOverrideDtoModelClass.d.ts +0 -15
  99. package/dist/models/compositionMountLayoutDto.d.ts +0 -20
  100. package/dist/models/compositionMountLayoutDto.js +0 -2
  101. package/dist/models/compositionMountLayoutDtoInputs.d.ts +0 -13
  102. package/dist/models/compositionMountLayoutDtoInputs.js +0 -9
  103. package/dist/models/compositionMountLayoutDtoMounts.d.ts +0 -13
  104. package/dist/models/compositionMountLayoutDtoMounts.js +0 -9
  105. package/dist/models/compositionMountLayoutDtoSeedFilesItem.d.ts +0 -10
  106. package/dist/models/compositionMountLayoutDtoSeedFilesItem.js +0 -9
  107. package/dist/models/compositionNodeDto.d.ts +0 -31
  108. package/dist/models/compositionNodeDto.js +0 -2
  109. package/dist/models/compositionNodeDtoPermission.d.ts +0 -13
  110. package/dist/models/compositionNodeDtoPermission.js +0 -9
  111. package/dist/models/compositionOutputSurfaceDto.d.ts +0 -25
  112. package/dist/models/compositionOutputSurfaceDto.js +0 -2
  113. package/dist/models/compositionOutputSurfaceDtoMode.d.ts +0 -12
  114. package/dist/models/compositionPermissionsDto.js +0 -2
  115. package/dist/models/compositionPermissionsToolsDto.d.ts +0 -12
  116. package/dist/models/compositionPermissionsToolsDto.js +0 -2
  117. package/dist/models/compositionPersistenceDto.d.ts +0 -14
  118. package/dist/models/compositionPersistenceDto.js +0 -2
  119. package/dist/models/compositionPersistenceDtoOverrides.d.ts +0 -13
  120. package/dist/models/compositionPersistenceDtoOverrides.js +0 -9
  121. package/dist/models/compositionResponseDto.d.ts +0 -42
  122. package/dist/models/compositionResponseDto.js +0 -2
  123. package/dist/models/compositionResponseDtoDataEnvelope.d.ts +0 -11
  124. package/dist/models/compositionResponseDtoDataEnvelope.js +0 -2
  125. package/dist/models/compositionResponseDtoLifecycle.d.ts +0 -13
  126. package/dist/models/compositionResponseDtoLifecycle.js +0 -15
  127. package/dist/models/compositionResponseDtoPaginatedEnvelope.d.ts +0 -13
  128. package/dist/models/compositionResponseDtoPaginatedEnvelope.js +0 -2
  129. package/dist/models/compositionSkillRefDto.d.ts +0 -12
  130. package/dist/models/compositionSkillRefDto.js +0 -9
  131. package/dist/models/compositionToolRefDto.d.ts +0 -16
  132. package/dist/models/compositionToolRefDto.js +0 -2
  133. package/dist/models/compositionToolRefDtoKind.d.ts +0 -12
  134. package/dist/models/compositionWorkingFileDto.d.ts +0 -18
  135. package/dist/models/compositionWorkingFileDto.js +0 -2
  136. package/dist/models/compositionWorkingFileDtoFormat.d.ts +0 -15
  137. package/dist/models/compositionWorkingFileDtoFormat.js +0 -17
  138. package/dist/models/compositionWorkingFileDtoSourceRef.d.ts +0 -10
  139. package/dist/models/compositionWorkingFileDtoSourceRef.js +0 -9
  140. package/dist/models/compositionWorkingFileDtoSyncDirection.d.ts +0 -13
  141. package/dist/models/compositionWorkingFileDtoSyncDirection.js +0 -15
  142. package/dist/models/compositionWorkspaceDto.d.ts +0 -26
  143. package/dist/models/compositionWorkspaceDto.js +0 -2
  144. package/dist/models/createAgentDefinitionDto.d.ts +0 -35
  145. package/dist/models/createAgentDefinitionDto.js +0 -2
  146. package/dist/models/createAgentDefinitionDtoModelClass.js +0 -17
  147. package/dist/models/createCompositionDto.d.ts +0 -27
  148. package/dist/models/createCompositionDto.js +0 -2
  149. package/dist/models/createSystemProviderDto.d.ts +0 -27
  150. package/dist/models/createSystemProviderDto.js +0 -2
  151. package/dist/models/createSystemProviderDtoAuthType.d.ts +0 -12
  152. package/dist/models/createSystemProviderDtoAuthType.js +0 -14
  153. package/dist/models/describeObjectsResponseDto.d.ts +0 -14
  154. package/dist/models/describeObjectsResponseDto.js +0 -2
  155. package/dist/models/objectLifecycle.d.ts +0 -16
  156. package/dist/models/objectLifecycle.js +0 -15
  157. package/dist/models/publishCompositionDto.d.ts +0 -19
  158. package/dist/models/publishCompositionDto.js +0 -2
  159. package/dist/models/resolvedAgentResponseDtoModelClass.d.ts +0 -15
  160. package/dist/models/resolvedAgentResponseDtoModelClass.js +0 -17
  161. package/dist/models/resolvedCompositionResponseDto.d.ts +0 -23
  162. package/dist/models/resolvedCompositionResponseDto.js +0 -2
  163. package/dist/models/resolvedCompositionResponseDtoDataEnvelope.d.ts +0 -11
  164. package/dist/models/resolvedCompositionResponseDtoDataEnvelope.js +0 -2
  165. package/dist/models/rotateKeyDto.d.ts +0 -10
  166. package/dist/models/rotateKeyDto.js +0 -9
  167. package/dist/models/spaceKind.d.ts +0 -20
  168. package/dist/models/spaceKind.js +0 -19
  169. package/dist/models/toolProfileControllerDeleteProfileParams.d.ts +0 -13
  170. package/dist/models/toolProfileControllerDeleteProfileParams.js +0 -9
  171. package/dist/models/toolProfileControllerResolveProfilesParams.d.ts +0 -13
  172. package/dist/models/toolProfileControllerResolveProfilesParams.js +0 -9
  173. package/dist/models/toolProfileControllerUpsertProfileParams.d.ts +0 -13
  174. package/dist/models/toolProfileControllerUpsertProfileParams.js +0 -9
  175. package/dist/models/updateAgentDefinitionDto.d.ts +0 -20
  176. package/dist/models/updateAgentDefinitionDto.js +0 -2
  177. package/dist/models/updateAgentDefinitionDtoModelClass.d.ts +0 -15
  178. package/dist/models/updateAgentDefinitionDtoModelClass.js +0 -17
  179. package/dist/models/updateCompositionDto.d.ts +0 -18
  180. package/dist/models/updateCompositionDto.js +0 -2
  181. package/dist/models/updateSystemProviderDto.d.ts +0 -22
  182. package/dist/models/updateSystemProviderDto.js +0 -2
  183. package/dist/models/updateSystemProviderDtoApiType.d.ts +0 -13
  184. package/dist/models/updateSystemProviderDtoApiType.js +0 -15
  185. package/dist/models/updateSystemProviderDtoAuthType.d.ts +0 -12
  186. package/dist/models/updateSystemProviderDtoAuthType.js +0 -14
  187. package/dist/models/widgetKindDtoSource.d.ts +0 -12
  188. package/dist/models/widgetKindDtoSource.js +0 -14
  189. package/dist/models/xemaObjectKind.d.ts +0 -51
  190. package/dist/models/xemaObjectKind.js +0 -50
  191. package/dist/models/xemaObjectResponseDto.d.ts +0 -26
  192. package/dist/models/xemaObjectResponseDto.js +0 -2
  193. package/dist/models/xemaObjectResponseDtoPayload.d.ts +0 -13
  194. package/dist/models/xemaObjectResponseDtoPayload.js +0 -9
  195. package/dist/models/xemaSpaceRefDto.d.ts +0 -16
  196. package/dist/models/xemaSpaceRefDto.js +0 -2
  197. package/dist/models/xemaSubjectRefDto.d.ts +0 -11
  198. package/dist/models/xemaSubjectRefDto.js +0 -9
  199. /package/dist/models/{agentDefinitionControllerListDefinitionsParams.js → agentBundleRenderDto.js} +0 -0
  200. /package/dist/models/{agentDefinitionControllerResolveAgentBundleFileParams.js → agentCapabilityAnalysisDto.js} +0 -0
  201. /package/dist/models/{agentDefinitionResponseDto.js → agentCapabilityAnalysisDtoDataEnvelope.js} +0 -0
  202. /package/dist/models/{agentDefinitionControllerBrowseTalentPoolParams.js → agentControllerCapabilityAnalysisParams.js} +0 -0
  203. /package/dist/models/{agentDefinitionResponseDtoDataEnvelope.js → catalogProviderDtoDataArrayEnvelope.js} +0 -0
  204. /package/dist/models/{agentDefinitionControllerListInteractiveCatalogParams.js → modelPricingTierDto.js} +0 -0
  205. /package/dist/models/{agentDefinitionResponseDtoPaginatedEnvelope.js → probeProviderDto.js} +0 -0
  206. /package/dist/models/{agentDefinitionControllerResolveAgentBlocksParams.js → probedModelDto.js} +0 -0
  207. /package/dist/models/{agentKernelControllerResolveAgentBundleFileParams.js → providerProbeResponseDto.js} +0 -0
  208. /package/dist/models/{catalogProviderDtoDataEnvelope.js → providerProbeResponseDtoDataEnvelope.js} +0 -0
  209. /package/dist/models/{agentDefinitionResponseDtoDefinitionHash.js → unresolvedToolDto.js} +0 -0
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.CompositionCapabilityLayerDtoWritePolicy = void 0;
11
- exports.CompositionCapabilityLayerDtoWritePolicy = {
12
- 'read-only': 'read-only',
13
- 'own-pages-only': 'own-pages-only',
14
- 'full-write': 'full-write',
15
- };
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionControllerListParams = {
9
- projectId: string;
10
- scope: string;
11
- lifecycle: string;
12
- };
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionControllerResolveDraftCapableParams = {
9
- projectId: string;
10
- };
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,16 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CredentialKind } from './credentialKind.js';
9
- export interface CompositionCredentialDto {
10
- name: string;
11
- kind: CredentialKind;
12
- /** Opaque source ref the credential broker resolves the secret from. */
13
- sourceRef: string;
14
- /** When true the run fails fast if the credential is unresolvable. */
15
- required: boolean;
16
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export interface CompositionEnvVarDto {
9
- name: string;
10
- /** Authored value. May contain `${input.x}` interpolation — the resolution service resolves it before projecting onto WorkspaceSpec. */
11
- value: string;
12
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,20 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionModelOverrideDtoKind } from './compositionModelOverrideDtoKind.js';
9
- import type { CompositionModelOverrideDtoModelClass } from './compositionModelOverrideDtoModelClass.js';
10
- export interface CompositionModelOverrideDto {
11
- kind: CompositionModelOverrideDtoKind;
12
- modelId?: string;
13
- providerSlug?: string;
14
- modelClass?: CompositionModelOverrideDtoModelClass;
15
- /**
16
- * @minimum 0
17
- * @maximum 2
18
- */
19
- temperature?: number;
20
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionModelOverrideDtoKind = typeof CompositionModelOverrideDtoKind[keyof typeof CompositionModelOverrideDtoKind];
9
- export declare const CompositionModelOverrideDtoKind: {
10
- readonly concrete: "concrete";
11
- readonly strategy: "strategy";
12
- };
@@ -1,15 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionModelOverrideDtoModelClass = typeof CompositionModelOverrideDtoModelClass[keyof typeof CompositionModelOverrideDtoModelClass];
9
- export declare const CompositionModelOverrideDtoModelClass: {
10
- readonly coding: "coding";
11
- readonly review: "review";
12
- readonly creative: "creative";
13
- readonly planning: "planning";
14
- readonly utility: "utility";
15
- };
@@ -1,20 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionAgentRunConfigDto } from './compositionAgentRunConfigDto.js';
9
- import type { CompositionMountLayoutDtoInputs } from './compositionMountLayoutDtoInputs.js';
10
- import type { CompositionMountLayoutDtoMounts } from './compositionMountLayoutDtoMounts.js';
11
- import type { CompositionMountLayoutDtoSeedFilesItem } from './compositionMountLayoutDtoSeedFilesItem.js';
12
- export interface CompositionMountLayoutDto {
13
- /** Raw spec.mounts block — manifest DSL ManifestMountDeclaration map keyed by AWP slot key. */
14
- mounts: CompositionMountLayoutDtoMounts;
15
- agentRunConfig: CompositionAgentRunConfigDto;
16
- /** Raw spec.seedFiles array — manifest DSL ManifestSeedFile entries. */
17
- seedFiles: CompositionMountLayoutDtoSeedFilesItem[];
18
- /** Raw spec.inputs block — manifest DSL ManifestInputDeclaration map. */
19
- inputs: CompositionMountLayoutDtoInputs;
20
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- /**
9
- * Raw spec.inputs block — manifest DSL ManifestInputDeclaration map.
10
- */
11
- export type CompositionMountLayoutDtoInputs = {
12
- [key: string]: unknown;
13
- };
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- /**
9
- * Raw spec.mounts block — manifest DSL ManifestMountDeclaration map keyed by AWP slot key.
10
- */
11
- export type CompositionMountLayoutDtoMounts = {
12
- [key: string]: unknown;
13
- };
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionMountLayoutDtoSeedFilesItem = {
9
- [key: string]: unknown;
10
- };
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,31 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionAgentRefDto } from './compositionAgentRefDto.js';
9
- import type { CompositionBiomeAvailabilityDto } from './compositionBiomeAvailabilityDto.js';
10
- import type { CompositionModelOverrideDto } from './compositionModelOverrideDto.js';
11
- import type { CompositionNodeDtoPermission } from './compositionNodeDtoPermission.js';
12
- import type { CompositionSkillRefDto } from './compositionSkillRefDto.js';
13
- import type { CompositionToolRefDto } from './compositionToolRefDto.js';
14
- export interface CompositionNodeDto {
15
- kernel: CompositionAgentRefDto;
16
- /** Alias when the same agent appears more than once. */
17
- alias?: string;
18
- /**
19
- * Per-node instructions appended after the referenced agent definition's systemPrompt. Extends (does not replace) the agent prompt for this node only — sibling and child nodes are unaffected.
20
- * @maxLength 10000
21
- */
22
- instructions?: string;
23
- /** Per-node permission override map (action or per-target map per key), deep-merged over the referenced agent definition permission. e.g. { edit: "deny", webfetch: "deny", task: { "*": "deny", "kb-researcher": "allow" } } */
24
- permission?: CompositionNodeDtoPermission;
25
- skills: CompositionSkillRefDto[];
26
- tools: CompositionToolRefDto[];
27
- modelOverride?: CompositionModelOverrideDto;
28
- biomeAvailability?: CompositionBiomeAvailabilityDto;
29
- /** Sub-agents — recursive composition nodes. */
30
- children: CompositionNodeDto[];
31
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- /**
9
- * Per-node permission override map (action or per-target map per key), deep-merged over the referenced agent definition permission. e.g. { edit: "deny", webfetch: "deny", task: { "*": "deny", "kb-researcher": "allow" } }
10
- */
11
- export type CompositionNodeDtoPermission = {
12
- [key: string]: unknown;
13
- };
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,25 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionOutputSurfaceDtoMode } from './compositionOutputSurfaceDtoMode.js';
9
- import type { OutputSurfaceKind } from './outputSurfaceKind.js';
10
- export interface CompositionOutputSurfaceDto {
11
- kind: OutputSurfaceKind;
12
- /**
13
- * @minimum 1
14
- * @maximum 65535
15
- */
16
- port?: number;
17
- healthPath?: string;
18
- /** Auto-open the output surface pane on first ready signal. */
19
- autoOpen?: boolean;
20
- mode?: CompositionOutputSurfaceDtoMode;
21
- /** Workspace-relative directory served by the baked static-artifact-server. Required when `kind === 'static'`, rejected for other kinds. */
22
- root?: string;
23
- /** Default document name served for directory requests when `kind === 'static'`. Defaults to `index.html`. */
24
- defaultDocument?: string;
25
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionOutputSurfaceDtoMode = typeof CompositionOutputSurfaceDtoMode[keyof typeof CompositionOutputSurfaceDtoMode];
9
- export declare const CompositionOutputSurfaceDtoMode: {
10
- readonly single: "single";
11
- readonly multi: "multi";
12
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { ToolsetKey } from './toolsetKey.js';
9
- export interface CompositionPermissionsToolsDto {
10
- allow: ToolsetKey[];
11
- deny: ToolsetKey[];
12
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionPersistenceDtoOverrides } from './compositionPersistenceDtoOverrides.js';
9
- export interface CompositionPersistenceDto {
10
- /** Workspace-relative paths. No leading "/", no "..". */
11
- paths: string[];
12
- /** Per-slot persistence-policy overrides keyed by AWP slot key. Values are the SlotPersistencePolicy union; only git-push slots are overridable. */
13
- overrides?: CompositionPersistenceDtoOverrides;
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- /**
9
- * Per-slot persistence-policy overrides keyed by AWP slot key. Values are the SlotPersistencePolicy union; only git-push slots are overridable.
10
- */
11
- export type CompositionPersistenceDtoOverrides = {
12
- [key: string]: unknown;
13
- };
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,42 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionCapabilityLayerDto } from './compositionCapabilityLayerDto.js';
9
- import type { CompositionNodeDto } from './compositionNodeDto.js';
10
- import type { CompositionResponseDtoLifecycle } from './compositionResponseDtoLifecycle.js';
11
- import type { CompositionWorkspaceDto } from './compositionWorkspaceDto.js';
12
- import type { ScopeSource } from './scopeSource.js';
13
- export interface CompositionResponseDto {
14
- id: string;
15
- orgId: string;
16
- /** @nullable */
17
- projectId?: string | null;
18
- /** @nullable */
19
- biomeId?: string | null;
20
- /**
21
- * Owning user id when scope = 'user', otherwise null.
22
- * @nullable
23
- */
24
- ownerUserId?: string | null;
25
- slug: string;
26
- version: string;
27
- displayName: string;
28
- /** @nullable */
29
- description?: string | null;
30
- scope: ScopeSource;
31
- lifecycle: CompositionResponseDtoLifecycle;
32
- /** The recursive root (primary agent) node. */
33
- root: CompositionNodeDto;
34
- capability?: CompositionCapabilityLayerDto | null;
35
- /** Authored workspace-layout config — persist-paths, env vars, output surface surface. Null when the composition declares no workspace block. */
36
- workspace?: CompositionWorkspaceDto | null;
37
- /** @nullable */
38
- forkedFrom?: string | null;
39
- createdBy: string;
40
- createdAt: string;
41
- updatedAt: string;
42
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionResponseDto } from './compositionResponseDto.js';
9
- export interface CompositionResponseDtoDataEnvelope {
10
- data: CompositionResponseDto;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionResponseDtoLifecycle = typeof CompositionResponseDtoLifecycle[keyof typeof CompositionResponseDtoLifecycle];
9
- export declare const CompositionResponseDtoLifecycle: {
10
- readonly draft: "draft";
11
- readonly published: "published";
12
- readonly archived: "archived";
13
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.CompositionResponseDtoLifecycle = void 0;
11
- exports.CompositionResponseDtoLifecycle = {
12
- draft: 'draft',
13
- published: 'published',
14
- archived: 'archived',
15
- };
@@ -1,13 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionResponseDto } from './compositionResponseDto.js';
9
- import type { PaginationMeta } from './paginationMeta.js';
10
- export interface CompositionResponseDtoPaginatedEnvelope {
11
- data: CompositionResponseDto[];
12
- pagination?: PaginationMeta;
13
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export interface CompositionSkillRefDto {
9
- slug: string;
10
- /** Pinned version; omitted = latest approved. */
11
- version?: string;
12
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.16.0 🍺
4
- * Do not edit manually.
5
- * LLM Registry API
6
- * Central registry for LLM providers, models, and per-project model configuration
7
- * OpenAPI spec version: 0.1.0
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,16 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionToolRefDtoKind } from './compositionToolRefDtoKind.js';
9
- export interface CompositionToolRefDto {
10
- kind: CompositionToolRefDtoKind;
11
- /** Tool provider kind (see ToolProviderKind). */
12
- providerKind: string;
13
- resourceId: string;
14
- /** Canonical MCP tool name. Required when kind = tool. */
15
- toolName?: string;
16
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- export type CompositionToolRefDtoKind = typeof CompositionToolRefDtoKind[keyof typeof CompositionToolRefDtoKind];
9
- export declare const CompositionToolRefDtoKind: {
10
- readonly provider: "provider";
11
- readonly tool: "tool";
12
- };
@@ -1,18 +0,0 @@
1
- /**
2
- * Generated by orval v8.16.0 🍺
3
- * Do not edit manually.
4
- * LLM Registry API
5
- * Central registry for LLM providers, models, and per-project model configuration
6
- * OpenAPI spec version: 0.1.0
7
- */
8
- import type { CompositionWorkingFileDtoFormat } from './compositionWorkingFileDtoFormat.js';
9
- import type { CompositionWorkingFileDtoSourceRef } from './compositionWorkingFileDtoSourceRef.js';
10
- import type { CompositionWorkingFileDtoSyncDirection } from './compositionWorkingFileDtoSyncDirection.js';
11
- export interface CompositionWorkingFileDto {
12
- slug: string;
13
- path: string;
14
- format: CompositionWorkingFileDtoFormat;
15
- syncDirection: CompositionWorkingFileDtoSyncDirection;
16
- sourceKind: string;
17
- sourceRef: CompositionWorkingFileDtoSourceRef;
18
- }