@xemahq/llm-registry-api-client 0.4.0 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/LICENSE +0 -1
  2. package/dist/endpoints/agent-agents/agent-agents.d.ts +12 -7
  3. package/dist/endpoints/agent-agents/agent-agents.js +34 -1
  4. package/dist/endpoints/agent-kernels/agent-kernels.d.ts +5 -5
  5. package/dist/endpoints/agent-kernels/agent-kernels.js +9 -26
  6. package/dist/endpoints/catalog/catalog.d.ts +2 -2
  7. package/dist/endpoints/chat-widget-catalogue/chat-widget-catalogue.d.ts +2 -2
  8. package/dist/endpoints/llm-registry/llm-registry.d.ts +16 -1
  9. package/dist/endpoints/llm-registry/llm-registry.js +45 -1
  10. package/dist/endpoints/tool-profiles/tool-profiles.d.ts +7 -7
  11. package/dist/endpoints/tool-profiles/tool-profiles.js +12 -69
  12. package/dist/models/agentBundleRenderDto.d.ts +19 -0
  13. package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.d.ts → agentBundleRenderDtoAgentMode.d.ts} +5 -2
  14. package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.js → agentBundleRenderDtoAgentMode.js} +2 -2
  15. package/dist/models/agentCapabilityAnalysisDto.d.ts +21 -0
  16. package/dist/models/{agentDefinitionResponseDtoDataEnvelope.d.ts → agentCapabilityAnalysisDtoDataEnvelope.d.ts} +3 -3
  17. package/dist/models/agentControllerCapabilityAnalysisParams.d.ts +13 -0
  18. package/dist/models/agentControllerListParams.d.ts +12 -3
  19. package/dist/models/agentControllerResolveDraftCapableParams.d.ts +4 -1
  20. package/dist/models/agentControllerResolveParams.d.ts +4 -1
  21. package/dist/models/agentNodeDto.d.ts +4 -4
  22. package/dist/models/agentNodeDtoPromptMode.d.ts +15 -0
  23. package/dist/models/{compositionToolRefDtoKind.js → agentNodeDtoPromptMode.js} +4 -4
  24. package/dist/models/agentReachTier.d.ts +17 -0
  25. package/dist/models/agentReachTier.js +16 -0
  26. package/dist/models/agentResponseDto.d.ts +17 -0
  27. package/dist/models/agentSessionLifecycle.d.ts +15 -0
  28. package/dist/models/{compositionOutputSurfaceDtoMode.js → agentSessionLifecycle.js} +4 -4
  29. package/dist/models/{catalogProviderDtoDataEnvelope.d.ts → catalogProviderDtoDataArrayEnvelope.d.ts} +2 -2
  30. package/dist/models/createAgentDto.d.ts +17 -0
  31. package/dist/models/durableWorkspaceRefDto.d.ts +11 -0
  32. package/dist/models/index.d.ts +29 -6
  33. package/dist/models/index.js +29 -6
  34. package/dist/models/llmRegistryControllerResolveForInvocationParams.d.ts +5 -0
  35. package/dist/models/{compositionModelOverrideDtoModelClass.d.ts → llmRegistryControllerResolveForInvocationPreferredModelClass.d.ts} +2 -2
  36. package/dist/models/{createAgentDefinitionDtoModelClass.js → llmRegistryControllerResolveForInvocationPreferredModelClass.js} +2 -2
  37. package/dist/models/modelMode.d.ts +15 -0
  38. package/dist/models/modelMode.js +14 -0
  39. package/dist/models/modelPricingTierDto.d.ts +19 -0
  40. package/dist/models/modelResolutionRuleResponseDto.d.ts +47 -0
  41. package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.d.ts +19 -0
  42. package/dist/models/{resolvedAgentResponseDtoModelClass.js → modelResolutionRuleResponseDtoDefaultTargetOverridePrevModelClass.js} +2 -2
  43. package/dist/models/modelResolutionRuleResponseDtoDefaultTargetOverridePrevTargetKind.d.ts +16 -0
  44. package/dist/models/{compositionModelOverrideDtoKind.js → modelResolutionRuleResponseDtoDefaultTargetOverridePrevTargetKind.js} +2 -2
  45. package/dist/models/modelResolutionSelectorDto.d.ts +6 -0
  46. package/dist/models/modelResolutionSelectorDtoModelCapability.d.ts +19 -0
  47. package/dist/models/modelResolutionSelectorDtoModelCapability.js +18 -0
  48. package/dist/models/{createAgentDefinitionDtoModelClass.d.ts → modelResolutionSelectorDtoModelClass.d.ts} +3 -3
  49. package/dist/models/{agentDefinitionResponseDtoModelClass.js → modelResolutionSelectorDtoModelClass.js} +2 -2
  50. package/dist/models/modelResolutionSelectorResponseDto.d.ts +6 -0
  51. package/dist/models/modelResolutionSelectorResponseDtoModelCapability.d.ts +19 -0
  52. package/dist/models/modelResolutionSelectorResponseDtoModelCapability.js +18 -0
  53. package/dist/models/{agentDefinitionResponseDtoModelClass.d.ts → modelResolutionSelectorResponseDtoModelClass.d.ts} +5 -2
  54. package/dist/models/{compositionModelOverrideDtoModelClass.js → modelResolutionSelectorResponseDtoModelClass.js} +2 -2
  55. package/dist/models/modelResponseDto.d.ts +77 -0
  56. package/dist/models/{compositionPermissionsDto.d.ts → probeProviderDto.d.ts} +5 -3
  57. package/dist/models/{createSystemProviderDtoApiType.d.ts → probeProviderDtoApiType.d.ts} +3 -3
  58. package/dist/models/{createSystemProviderDtoApiType.js → probeProviderDtoApiType.js} +3 -3
  59. package/dist/models/probedModelDto.d.ts +15 -0
  60. package/dist/models/promptMergeMode.d.ts +15 -0
  61. package/dist/models/promptMergeMode.js +14 -0
  62. package/dist/models/providerProbeResponseDto.d.ts +12 -0
  63. package/dist/models/{compositionPermissionsToolsDto.d.ts → providerProbeResponseDtoDataEnvelope.d.ts} +3 -4
  64. package/dist/models/resolvedAgentResponseDto.d.ts +19 -0
  65. package/dist/models/resolvedConfigSnapshotResponseDto.d.ts +0 -5
  66. package/dist/models/standingSessionRefDto.d.ts +11 -0
  67. package/dist/models/toolProfileResponseDto.d.ts +0 -2
  68. package/dist/models/{agentDefinitionResponseDtoDefinitionHash.d.ts → unresolvedToolDto.d.ts} +5 -3
  69. package/dist/models/updateAgentDto.d.ts +17 -0
  70. package/dist/models/{compositionAgentRefDto.d.ts → widgetKindListDtoDataEnvelope.d.ts} +3 -4
  71. package/dist/models/workspaceSharingPolicy.d.ts +16 -0
  72. package/dist/models/workspaceSharingPolicy.js +15 -0
  73. package/package.json +14 -4
  74. package/dist/endpoints/admin-platform-providers/admin-platform-providers.d.ts +0 -38
  75. package/dist/endpoints/admin-platform-providers/admin-platform-providers.js +0 -94
  76. package/dist/endpoints/agent-compositions/agent-compositions.d.ts +0 -66
  77. package/dist/endpoints/agent-compositions/agent-compositions.js +0 -217
  78. package/dist/endpoints/agent-definitions/agent-definitions.d.ts +0 -113
  79. package/dist/endpoints/agent-definitions/agent-definitions.js +0 -403
  80. package/dist/endpoints/describe-objects/describe-objects.d.ts +0 -14
  81. package/dist/endpoints/describe-objects/describe-objects.js +0 -19
  82. package/dist/endpoints/health/health.d.ts +0 -15
  83. package/dist/endpoints/health/health.js +0 -53
  84. package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.d.ts +0 -25
  85. package/dist/models/agentDefinitionControllerListDefinitionsParams.d.ts +0 -15
  86. package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.d.ts +0 -21
  87. package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.d.ts +0 -13
  88. package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.d.ts +0 -12
  89. package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.js +0 -14
  90. package/dist/models/agentDefinitionControllerResolveAgentBundleFileParams.d.ts +0 -14
  91. package/dist/models/agentDefinitionResponseDto.d.ts +0 -58
  92. package/dist/models/agentDefinitionResponseDtoPaginatedEnvelope.d.ts +0 -13
  93. package/dist/models/agentKernelControllerResolveAgentBundleFileParams.d.ts +0 -14
  94. package/dist/models/compositionAgentRunConfigDto.d.ts +0 -15
  95. package/dist/models/compositionBiomeAvailabilityDto.d.ts +0 -13
  96. package/dist/models/compositionBiomeAvailabilityDto.js +0 -9
  97. package/dist/models/compositionCapabilityLayerDto.d.ts +0 -15
  98. package/dist/models/compositionCapabilityLayerDtoMayEditRepos.d.ts +0 -12
  99. package/dist/models/compositionCapabilityLayerDtoMayEditRepos.js +0 -14
  100. package/dist/models/compositionCapabilityLayerDtoWritePolicy.d.ts +0 -13
  101. package/dist/models/compositionCapabilityLayerDtoWritePolicy.js +0 -15
  102. package/dist/models/compositionControllerListParams.d.ts +0 -12
  103. package/dist/models/compositionControllerListParams.js +0 -9
  104. package/dist/models/compositionControllerResolveDraftCapableParams.d.ts +0 -10
  105. package/dist/models/compositionControllerResolveDraftCapableParams.js +0 -9
  106. package/dist/models/compositionControllerResolveParams.d.ts +0 -10
  107. package/dist/models/compositionControllerResolveParams.js +0 -9
  108. package/dist/models/compositionCredentialDto.d.ts +0 -16
  109. package/dist/models/compositionCredentialDto.js +0 -2
  110. package/dist/models/compositionEnvVarDto.d.ts +0 -12
  111. package/dist/models/compositionEnvVarDto.js +0 -9
  112. package/dist/models/compositionModelOverrideDto.d.ts +0 -20
  113. package/dist/models/compositionModelOverrideDto.js +0 -2
  114. package/dist/models/compositionModelOverrideDtoKind.d.ts +0 -12
  115. package/dist/models/compositionMountLayoutDto.d.ts +0 -20
  116. package/dist/models/compositionMountLayoutDto.js +0 -2
  117. package/dist/models/compositionMountLayoutDtoInputs.d.ts +0 -13
  118. package/dist/models/compositionMountLayoutDtoInputs.js +0 -9
  119. package/dist/models/compositionMountLayoutDtoMounts.d.ts +0 -13
  120. package/dist/models/compositionMountLayoutDtoMounts.js +0 -9
  121. package/dist/models/compositionMountLayoutDtoSeedFilesItem.d.ts +0 -10
  122. package/dist/models/compositionMountLayoutDtoSeedFilesItem.js +0 -9
  123. package/dist/models/compositionNodeDto.d.ts +0 -31
  124. package/dist/models/compositionNodeDto.js +0 -2
  125. package/dist/models/compositionNodeDtoPermission.d.ts +0 -13
  126. package/dist/models/compositionNodeDtoPermission.js +0 -9
  127. package/dist/models/compositionOutputSurfaceDto.d.ts +0 -25
  128. package/dist/models/compositionOutputSurfaceDto.js +0 -2
  129. package/dist/models/compositionOutputSurfaceDtoMode.d.ts +0 -12
  130. package/dist/models/compositionPermissionsDto.js +0 -2
  131. package/dist/models/compositionPermissionsToolsDto.js +0 -2
  132. package/dist/models/compositionPersistenceDto.d.ts +0 -14
  133. package/dist/models/compositionPersistenceDto.js +0 -2
  134. package/dist/models/compositionPersistenceDtoOverrides.d.ts +0 -13
  135. package/dist/models/compositionPersistenceDtoOverrides.js +0 -9
  136. package/dist/models/compositionResponseDto.d.ts +0 -42
  137. package/dist/models/compositionResponseDto.js +0 -2
  138. package/dist/models/compositionResponseDtoDataEnvelope.d.ts +0 -11
  139. package/dist/models/compositionResponseDtoDataEnvelope.js +0 -2
  140. package/dist/models/compositionResponseDtoLifecycle.d.ts +0 -13
  141. package/dist/models/compositionResponseDtoLifecycle.js +0 -15
  142. package/dist/models/compositionResponseDtoPaginatedEnvelope.d.ts +0 -13
  143. package/dist/models/compositionResponseDtoPaginatedEnvelope.js +0 -2
  144. package/dist/models/compositionSkillRefDto.d.ts +0 -12
  145. package/dist/models/compositionSkillRefDto.js +0 -9
  146. package/dist/models/compositionToolRefDto.d.ts +0 -16
  147. package/dist/models/compositionToolRefDto.js +0 -2
  148. package/dist/models/compositionToolRefDtoKind.d.ts +0 -12
  149. package/dist/models/compositionWorkingFileDto.d.ts +0 -18
  150. package/dist/models/compositionWorkingFileDto.js +0 -2
  151. package/dist/models/compositionWorkingFileDtoFormat.d.ts +0 -15
  152. package/dist/models/compositionWorkingFileDtoFormat.js +0 -17
  153. package/dist/models/compositionWorkingFileDtoSourceRef.d.ts +0 -10
  154. package/dist/models/compositionWorkingFileDtoSourceRef.js +0 -9
  155. package/dist/models/compositionWorkingFileDtoSyncDirection.d.ts +0 -13
  156. package/dist/models/compositionWorkingFileDtoSyncDirection.js +0 -15
  157. package/dist/models/compositionWorkspaceDto.d.ts +0 -26
  158. package/dist/models/compositionWorkspaceDto.js +0 -2
  159. package/dist/models/createAgentDefinitionDto.d.ts +0 -35
  160. package/dist/models/createAgentDefinitionDto.js +0 -2
  161. package/dist/models/createCompositionDto.d.ts +0 -27
  162. package/dist/models/createCompositionDto.js +0 -2
  163. package/dist/models/createSystemProviderDto.d.ts +0 -27
  164. package/dist/models/createSystemProviderDto.js +0 -2
  165. package/dist/models/createSystemProviderDtoAuthType.d.ts +0 -12
  166. package/dist/models/createSystemProviderDtoAuthType.js +0 -14
  167. package/dist/models/describeObjectsResponseDto.d.ts +0 -14
  168. package/dist/models/describeObjectsResponseDto.js +0 -2
  169. package/dist/models/objectLifecycle.d.ts +0 -16
  170. package/dist/models/objectLifecycle.js +0 -15
  171. package/dist/models/publishCompositionDto.d.ts +0 -19
  172. package/dist/models/publishCompositionDto.js +0 -2
  173. package/dist/models/resolvedAgentResponseDtoModelClass.d.ts +0 -15
  174. package/dist/models/resolvedCompositionResponseDto.d.ts +0 -23
  175. package/dist/models/resolvedCompositionResponseDto.js +0 -2
  176. package/dist/models/resolvedCompositionResponseDtoDataEnvelope.d.ts +0 -11
  177. package/dist/models/resolvedCompositionResponseDtoDataEnvelope.js +0 -2
  178. package/dist/models/rotateKeyDto.d.ts +0 -10
  179. package/dist/models/rotateKeyDto.js +0 -9
  180. package/dist/models/spaceKind.d.ts +0 -20
  181. package/dist/models/spaceKind.js +0 -19
  182. package/dist/models/toolProfileControllerDeleteProfileParams.d.ts +0 -13
  183. package/dist/models/toolProfileControllerDeleteProfileParams.js +0 -9
  184. package/dist/models/toolProfileControllerResolveProfilesParams.d.ts +0 -13
  185. package/dist/models/toolProfileControllerResolveProfilesParams.js +0 -9
  186. package/dist/models/toolProfileControllerUpsertProfileParams.d.ts +0 -13
  187. package/dist/models/toolProfileControllerUpsertProfileParams.js +0 -9
  188. package/dist/models/updateAgentDefinitionDto.d.ts +0 -20
  189. package/dist/models/updateAgentDefinitionDto.js +0 -2
  190. package/dist/models/updateAgentDefinitionDtoModelClass.d.ts +0 -15
  191. package/dist/models/updateAgentDefinitionDtoModelClass.js +0 -17
  192. package/dist/models/updateCompositionDto.d.ts +0 -18
  193. package/dist/models/updateCompositionDto.js +0 -2
  194. package/dist/models/updateSystemProviderDto.d.ts +0 -22
  195. package/dist/models/updateSystemProviderDto.js +0 -2
  196. package/dist/models/updateSystemProviderDtoApiType.d.ts +0 -13
  197. package/dist/models/updateSystemProviderDtoApiType.js +0 -15
  198. package/dist/models/updateSystemProviderDtoAuthType.d.ts +0 -12
  199. package/dist/models/updateSystemProviderDtoAuthType.js +0 -14
  200. package/dist/models/widgetKindDtoSource.d.ts +0 -12
  201. package/dist/models/widgetKindDtoSource.js +0 -14
  202. package/dist/models/xemaObjectKind.d.ts +0 -51
  203. package/dist/models/xemaObjectKind.js +0 -50
  204. package/dist/models/xemaObjectResponseDto.d.ts +0 -26
  205. package/dist/models/xemaObjectResponseDto.js +0 -2
  206. package/dist/models/xemaObjectResponseDtoPayload.d.ts +0 -13
  207. package/dist/models/xemaObjectResponseDtoPayload.js +0 -9
  208. package/dist/models/xemaSpaceRefDto.d.ts +0 -16
  209. package/dist/models/xemaSpaceRefDto.js +0 -2
  210. package/dist/models/xemaSubjectRefDto.d.ts +0 -11
  211. package/dist/models/xemaSubjectRefDto.js +0 -9
  212. /package/dist/models/{agentDefinitionControllerListDefinitionsParams.js → agentBundleRenderDto.js} +0 -0
  213. /package/dist/models/{agentDefinitionControllerResolveAgentBundleFileParams.js → agentCapabilityAnalysisDto.js} +0 -0
  214. /package/dist/models/{agentDefinitionResponseDto.js → agentCapabilityAnalysisDtoDataEnvelope.js} +0 -0
  215. /package/dist/models/{agentDefinitionControllerBrowseTalentPoolParams.js → agentControllerCapabilityAnalysisParams.js} +0 -0
  216. /package/dist/models/{agentDefinitionResponseDtoDataEnvelope.js → catalogProviderDtoDataArrayEnvelope.js} +0 -0
  217. /package/dist/models/{agentDefinitionControllerListInteractiveCatalogParams.js → durableWorkspaceRefDto.js} +0 -0
  218. /package/dist/models/{agentDefinitionControllerResolveAgentBlocksParams.js → modelPricingTierDto.js} +0 -0
  219. /package/dist/models/{agentDefinitionResponseDtoPaginatedEnvelope.js → probeProviderDto.js} +0 -0
  220. /package/dist/models/{agentDefinitionResponseDtoDefinitionHash.js → probedModelDto.js} +0 -0
  221. /package/dist/models/{agentKernelControllerResolveAgentBundleFileParams.js → providerProbeResponseDto.js} +0 -0
  222. /package/dist/models/{catalogProviderDtoDataEnvelope.js → providerProbeResponseDtoDataEnvelope.js} +0 -0
  223. /package/dist/models/{compositionAgentRefDto.js → standingSessionRefDto.js} +0 -0
  224. /package/dist/models/{compositionAgentRunConfigDto.js → unresolvedToolDto.js} +0 -0
  225. /package/dist/models/{compositionCapabilityLayerDto.js → widgetKindListDtoDataEnvelope.js} +0 -0
@@ -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
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 CompositionWorkingFileDtoFormat = typeof CompositionWorkingFileDtoFormat[keyof typeof CompositionWorkingFileDtoFormat];
9
- export declare const CompositionWorkingFileDtoFormat: {
10
- readonly markdown: "markdown";
11
- readonly html: "html";
12
- readonly json: "json";
13
- readonly yaml: "yaml";
14
- readonly text: "text";
15
- };
@@ -1,17 +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.CompositionWorkingFileDtoFormat = void 0;
11
- exports.CompositionWorkingFileDtoFormat = {
12
- markdown: 'markdown',
13
- html: 'html',
14
- json: 'json',
15
- yaml: 'yaml',
16
- text: 'text',
17
- };
@@ -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 CompositionWorkingFileDtoSourceRef = {
9
- [key: string]: 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,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 CompositionWorkingFileDtoSyncDirection = typeof CompositionWorkingFileDtoSyncDirection[keyof typeof CompositionWorkingFileDtoSyncDirection];
9
- export declare const CompositionWorkingFileDtoSyncDirection: {
10
- readonly 'down-only': "down-only";
11
- readonly 'up-only': "up-only";
12
- readonly bidirectional: "bidirectional";
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.CompositionWorkingFileDtoSyncDirection = void 0;
11
- exports.CompositionWorkingFileDtoSyncDirection = {
12
- 'down-only': 'down-only',
13
- 'up-only': 'up-only',
14
- bidirectional: 'bidirectional',
15
- };
@@ -1,26 +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 { CompositionCredentialDto } from './compositionCredentialDto.js';
9
- import type { CompositionEnvVarDto } from './compositionEnvVarDto.js';
10
- import type { CompositionMountLayoutDto } from './compositionMountLayoutDto.js';
11
- import type { CompositionOutputSurfaceDto } from './compositionOutputSurfaceDto.js';
12
- import type { CompositionPermissionsDto } from './compositionPermissionsDto.js';
13
- import type { CompositionPersistenceDto } from './compositionPersistenceDto.js';
14
- import type { CompositionWorkingFileDto } from './compositionWorkingFileDto.js';
15
- export interface CompositionWorkspaceDto {
16
- persistence?: CompositionPersistenceDto;
17
- env?: CompositionEnvVarDto[];
18
- outputSurface?: CompositionOutputSurfaceDto;
19
- /** Declared credential requirements projected from the source manifest compiled `spec.credentials[]`. Read by the runtime EnvironmentResolver (snapshot + resume drift detection). Present only when the source manifest authored at least one credential. */
20
- credentials?: CompositionCredentialDto[];
21
- /** Coarse toolset allow/deny gate projected from the source manifest compiled `spec.permissions`. Read by the runtime EnvironmentResolver (snapshot + resume drift detection). Present only when the source manifest authored a non-empty allow or deny list. */
22
- permissions?: CompositionPermissionsDto;
23
- mountLayout?: CompositionMountLayoutDto;
24
- /** Working files the platform materialises for sessions on this composition. Raw form — `path` / `sourceRef` values may carry `${input.x}` tokens that the bundle-apply path resolves against the session's `customConfig.manifestInputs`. */
25
- workingFiles?: CompositionWorkingFileDto[];
26
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,35 +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 { CreateAgentDefinitionDtoModelClass } from './createAgentDefinitionDtoModelClass.js';
9
- import type { ScopeSource } from './scopeSource.js';
10
- export interface CreateAgentDefinitionDto {
11
- /** Unique slug for the agent definition. */
12
- slug: string;
13
- /** Display name for the agent. */
14
- displayName: string;
15
- /** Free-text description rendered on the agent profile. */
16
- description?: string;
17
- /** Base system prompt. */
18
- systemPrompt: string;
19
- /** LLM-routing tier. Strategy entries map class → modelSlug. Distinct from AgentRunRole (permissions). */
20
- modelClass: CreateAgentDefinitionDtoModelClass;
21
- /** LLM temperature override. */
22
- temperature?: number;
23
- /** MCP service keys this agent can access. */
24
- mcpServices?: string[];
25
- /** Origin reference set when this row was forked from a biome/system agent. Format: `<source>:<biomeId|"">:<slug>`. Survives uninstall — UI surfaces "fork without origin" if the origin is gone. */
26
- forkedFrom?: string;
27
- /** DiceBear avatar seed (defaults to slug). */
28
- avatarSeed?: string;
29
- /** DiceBear avatar style family. */
30
- avatarStyle?: string;
31
- /** Open-world skill tags. */
32
- skills?: string[];
33
- /** Owner tier the agent is created under. Customer-authorable tiers only — `org` (the org owns it; default) or `user` (private to the creator, promotable later via re-scope). `biome` and `system` rows are seeded by the platform, never created through this endpoint; `project` rows are created via re-scope from `user`/`org`. */
34
- scope?: ScopeSource;
35
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +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 { CompositionWorkspaceDto } from './compositionWorkspaceDto.js';
11
- import type { ScopeSource } from './scopeSource.js';
12
- export interface CreateCompositionDto {
13
- /** Stable slug; lowercase, hyphenated. */
14
- slug: string;
15
- /** Semantic version of this composition. */
16
- version: string;
17
- displayName: string;
18
- description?: string;
19
- /** Owner tier. Customer-authorable tiers only — `org` (default) or `user`. `project` is reached via re-scope; `biome`/`system` are platform-seeded. */
20
- scope: ScopeSource;
21
- /** The recursive root (primary agent) node. */
22
- root: CompositionNodeDto;
23
- /** Capability envelope applied at runtime. When omitted, a read-only default is applied at publish time. */
24
- capability?: CompositionCapabilityLayerDto;
25
- /** Authored workspace-layout config — persist-paths + per-slot overrides, env vars, output surface. Optional + additive: a composition with no workspace block runs on the AWP base slots alone. Projected onto the run's WorkspaceSpec by the resolution service. */
26
- workspace?: CompositionWorkspaceDto;
27
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,27 +0,0 @@
1
- /**
2
- * Generated by orval v8.6.2 🍺
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 { CreateSystemProviderDtoApiType } from './createSystemProviderDtoApiType';
9
- import type { CreateSystemProviderDtoAuthType } from './createSystemProviderDtoAuthType';
10
- export interface CreateSystemProviderDto {
11
- name: string;
12
- /** URL-safe identifier */
13
- slug: string;
14
- apiType: CreateSystemProviderDtoApiType;
15
- baseUrl: string;
16
- authType?: CreateSystemProviderDtoAuthType;
17
- apiKey: string;
18
- /** Catalog provider slug — used to seed known models on creation */
19
- catalogSlug?: string;
20
- /** Whether this provider is active immediately */
21
- isActive?: boolean;
22
- /**
23
- * Maximum concurrent requests allowed to this provider. Null = unlimited.
24
- * @minimum 1
25
- */
26
- maxConcurrentRequests?: number;
27
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,12 +0,0 @@
1
- /**
2
- * Generated by orval v8.6.2 🍺
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 CreateSystemProviderDtoAuthType = typeof CreateSystemProviderDtoAuthType[keyof typeof CreateSystemProviderDtoAuthType];
9
- export declare const CreateSystemProviderDtoAuthType: {
10
- readonly bearer: "bearer";
11
- readonly 'api-key-header': "api-key-header";
12
- };
@@ -1,14 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.6.2 🍺
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.CreateSystemProviderDtoAuthType = void 0;
11
- exports.CreateSystemProviderDtoAuthType = {
12
- bearer: 'bearer',
13
- 'api-key-header': 'api-key-header',
14
- };
@@ -1,14 +0,0 @@
1
- /**
2
- * Generated by orval v8.6.2 🍺
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 { XemaObjectResponseDto } from './xemaObjectResponseDto';
9
- export interface DescribeObjectsResponseDto {
10
- /** Owning-service identifier. The registry replaces the cache slice keyed by this value atomically. */
11
- source: string;
12
- /** Full set of XemaObjects this service currently owns. */
13
- objects: XemaObjectResponseDto[];
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,16 +0,0 @@
1
- /**
2
- * Generated by orval v8.6.2 🍺
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
- * Always `published` — the projection only carries resolvable rows.
10
- */
11
- export type ObjectLifecycle = typeof ObjectLifecycle[keyof typeof ObjectLifecycle];
12
- export declare const ObjectLifecycle: {
13
- readonly draft: "draft";
14
- readonly published: "published";
15
- readonly archived: "archived";
16
- };
@@ -1,15 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.6.2 🍺
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.ObjectLifecycle = void 0;
11
- exports.ObjectLifecycle = {
12
- draft: 'draft',
13
- published: 'published',
14
- archived: 'archived',
15
- };
@@ -1,19 +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 { PublishSemverBump } from './publishSemverBump.js';
9
- export interface PublishCompositionDto {
10
- /** Id of the draft Agent row to publish — the "revision" of this slug being frozen. The service refuses anything that does not currently resolve to a `draft`-lifecycle row for this slug. */
11
- fromDraftRevisionId: string;
12
- /** Semver bump to apply against the latest published version for this slug. The service refuses any other shape. */
13
- semverBump: PublishSemverBump;
14
- /**
15
- * Optional human-readable release notes. Carried in the emitted `xema.composition.published.v1` CloudEvent so subscribers (e.g. activity-feed, the Studio inspector) can surface "what changed" to users. Not persisted on the Agent row itself.
16
- * @maxLength 4096
17
- */
18
- releaseNotes?: string;
19
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 ResolvedAgentResponseDtoModelClass = typeof ResolvedAgentResponseDtoModelClass[keyof typeof ResolvedAgentResponseDtoModelClass];
9
- export declare const ResolvedAgentResponseDtoModelClass: {
10
- readonly coding: "coding";
11
- readonly review: "review";
12
- readonly creative: "creative";
13
- readonly planning: "planning";
14
- readonly utility: "utility";
15
- };
@@ -1,23 +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 { CompositionWorkspaceDto } from './compositionWorkspaceDto.js';
11
- import type { ScopeSource } from './scopeSource.js';
12
- export interface ResolvedCompositionResponseDto {
13
- slug: string;
14
- version: string;
15
- displayName: string;
16
- scope: ScopeSource;
17
- /** Resolved root node — agent fully version-pinned, recursive children resolved. */
18
- root: CompositionNodeDto;
19
- /** Capability envelope applied to the whole composition at runtime. Always present. */
20
- capability: CompositionCapabilityLayerDto;
21
- /** Resolved workspace-layout config — present when the source composition declared a workspace block. The `${input.x}` interpolation in env values is already resolved here. The workspace pipeline projects this onto the run's WorkspaceSpec. */
22
- workspace?: CompositionWorkspaceDto;
23
- }
@@ -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 { ResolvedCompositionResponseDto } from './resolvedCompositionResponseDto.js';
9
- export interface ResolvedCompositionResponseDtoDataEnvelope {
10
- data: ResolvedCompositionResponseDto;
11
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,10 +0,0 @@
1
- /**
2
- * Generated by orval v8.6.2 🍺
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 RotateKeyDto {
9
- apiKey: string;
10
- }
@@ -1,9 +0,0 @@
1
- "use strict";
2
- /**
3
- * Generated by orval v8.6.2 🍺
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.6.2 🍺
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
- * Ownership tier (system | biome | org | project | user)
10
- */
11
- export type SpaceKind = typeof SpaceKind[keyof typeof SpaceKind];
12
- export declare const SpaceKind: {
13
- readonly system: "system";
14
- readonly org: "org";
15
- readonly project: "project";
16
- readonly app: "app";
17
- readonly session: "session";
18
- readonly biome: "biome";
19
- readonly user: "user";
20
- };