@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,19 +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.SpaceKind = void 0;
11
- exports.SpaceKind = {
12
- system: 'system',
13
- org: 'org',
14
- project: 'project',
15
- app: 'app',
16
- session: 'session',
17
- biome: 'biome',
18
- user: 'user',
19
- };
@@ -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 ToolProfileControllerDeleteProfileParams = {
9
- /**
10
- * Optional phase key for phase-scoped profile
11
- */
12
- stageKey?: string;
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
- export type ToolProfileControllerResolveProfilesParams = {
9
- /**
10
- * Optional phase key to resolve phase-specific overrides
11
- */
12
- stageKey?: string;
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
- export type ToolProfileControllerUpsertProfileParams = {
9
- /**
10
- * Optional phase key for phase-scoped profile
11
- */
12
- stageKey?: string;
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,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 { UpdateAgentDefinitionDtoModelClass } from './updateAgentDefinitionDtoModelClass.js';
9
- export interface UpdateAgentDefinitionDto {
10
- displayName?: string;
11
- description?: string;
12
- systemPrompt?: string;
13
- modelClass?: UpdateAgentDefinitionDtoModelClass;
14
- temperature?: number;
15
- mcpServices?: string[];
16
- isActive?: boolean;
17
- avatarSeed?: string;
18
- avatarStyle?: string;
19
- skills?: string[];
20
- }
@@ -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 UpdateAgentDefinitionDtoModelClass = typeof UpdateAgentDefinitionDtoModelClass[keyof typeof UpdateAgentDefinitionDtoModelClass];
9
- export declare const UpdateAgentDefinitionDtoModelClass: {
10
- readonly coding: "coding";
11
- readonly review: "review";
12
- readonly creative: "creative";
13
- readonly planning: "planning";
14
- readonly utility: "utility";
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.UpdateAgentDefinitionDtoModelClass = void 0;
11
- exports.UpdateAgentDefinitionDtoModelClass = {
12
- coding: 'coding',
13
- review: 'review',
14
- creative: 'creative',
15
- planning: 'planning',
16
- utility: 'utility',
17
- };
@@ -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 { CompositionCapabilityLayerDto } from './compositionCapabilityLayerDto.js';
9
- import type { CompositionNodeDto } from './compositionNodeDto.js';
10
- import type { CompositionWorkspaceDto } from './compositionWorkspaceDto.js';
11
- export interface UpdateCompositionDto {
12
- displayName?: string;
13
- description?: string;
14
- root?: CompositionNodeDto;
15
- capability?: CompositionCapabilityLayerDto;
16
- /** Authored workspace-layout config — persist-paths + per-slot overrides, env vars, output surface. */
17
- workspace?: CompositionWorkspaceDto;
18
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,22 +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 { UpdateSystemProviderDtoApiType } from './updateSystemProviderDtoApiType';
9
- import type { UpdateSystemProviderDtoAuthType } from './updateSystemProviderDtoAuthType';
10
- export interface UpdateSystemProviderDto {
11
- name?: string;
12
- slug?: string;
13
- apiType?: UpdateSystemProviderDtoApiType;
14
- baseUrl?: string;
15
- authType?: UpdateSystemProviderDtoAuthType;
16
- isActive?: boolean;
17
- /**
18
- * Maximum concurrent requests. Set to null to remove the limit.
19
- * @nullable
20
- */
21
- maxConcurrentRequests?: number | null;
22
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +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 UpdateSystemProviderDtoApiType = typeof UpdateSystemProviderDtoApiType[keyof typeof UpdateSystemProviderDtoApiType];
9
- export declare const UpdateSystemProviderDtoApiType: {
10
- readonly 'openai-compatible': "openai-compatible";
11
- readonly anthropic: "anthropic";
12
- readonly google: "google";
13
- };
@@ -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.UpdateSystemProviderDtoApiType = void 0;
11
- exports.UpdateSystemProviderDtoApiType = {
12
- 'openai-compatible': 'openai-compatible',
13
- anthropic: 'anthropic',
14
- google: 'google',
15
- };
@@ -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 UpdateSystemProviderDtoAuthType = typeof UpdateSystemProviderDtoAuthType[keyof typeof UpdateSystemProviderDtoAuthType];
9
- export declare const UpdateSystemProviderDtoAuthType: {
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.UpdateSystemProviderDtoAuthType = void 0;
11
- exports.UpdateSystemProviderDtoAuthType = {
12
- bearer: 'bearer',
13
- 'api-key-header': 'api-key-header',
14
- };
@@ -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 WidgetKindDtoSource = typeof WidgetKindDtoSource[keyof typeof WidgetKindDtoSource];
9
- export declare const WidgetKindDtoSource: {
10
- readonly 'first-party': "first-party";
11
- readonly biome: "biome";
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.WidgetKindDtoSource = void 0;
11
- exports.WidgetKindDtoSource = {
12
- 'first-party': 'first-party',
13
- biome: 'biome',
14
- };
@@ -1,51 +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
- * One of: agent | agent-composition | model | model-resolution-rule from this producer.
10
- */
11
- export type XemaObjectKind = typeof XemaObjectKind[keyof typeof XemaObjectKind];
12
- export declare const XemaObjectKind: {
13
- readonly biome: "biome";
14
- readonly app: "app";
15
- readonly 'app-client': "app-client";
16
- readonly 'audience-policy': "audience-policy";
17
- readonly 'external-subject': "external-subject";
18
- readonly 'delegated-session': "delegated-session";
19
- readonly agent: "agent";
20
- readonly 'agent-composition': "agent-composition";
21
- readonly skill: "skill";
22
- readonly tool: "tool";
23
- readonly model: "model";
24
- readonly 'model-resolution-rule': "model-resolution-rule";
25
- readonly workflow: "workflow";
26
- readonly 'workflow-run': "workflow-run";
27
- readonly 'gate-action': "gate-action";
28
- readonly connector: "connector";
29
- readonly 'connector-binding': "connector-binding";
30
- readonly 'mount-source': "mount-source";
31
- readonly 'artifact-type': "artifact-type";
32
- readonly artifact: "artifact";
33
- readonly 'knowledge-space': "knowledge-space";
34
- readonly 'knowledge-page': "knowledge-page";
35
- readonly 'document-template': "document-template";
36
- readonly 'document-theme': "document-theme";
37
- readonly 'chart-runtime': "chart-runtime";
38
- readonly 'presentation-runtime': "presentation-runtime";
39
- readonly 'widget-kind': "widget-kind";
40
- readonly capability: "capability";
41
- readonly 'execution-environment': "execution-environment";
42
- readonly 'capability-grant': "capability-grant";
43
- readonly 'approval-rule': "approval-rule";
44
- readonly memory: "memory";
45
- readonly 'memory-relation': "memory-relation";
46
- readonly session: "session";
47
- readonly 'event-stream': "event-stream";
48
- readonly 'event-subscription': "event-subscription";
49
- readonly 'contribution-entry': "contribution-entry";
50
- readonly concept: "concept";
51
- };
@@ -1,50 +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.XemaObjectKind = void 0;
11
- exports.XemaObjectKind = {
12
- biome: 'biome',
13
- app: 'app',
14
- 'app-client': 'app-client',
15
- 'audience-policy': 'audience-policy',
16
- 'external-subject': 'external-subject',
17
- 'delegated-session': 'delegated-session',
18
- agent: 'agent',
19
- 'agent-composition': 'agent-composition',
20
- skill: 'skill',
21
- tool: 'tool',
22
- model: 'model',
23
- 'model-resolution-rule': 'model-resolution-rule',
24
- workflow: 'workflow',
25
- 'workflow-run': 'workflow-run',
26
- 'gate-action': 'gate-action',
27
- connector: 'connector',
28
- 'connector-binding': 'connector-binding',
29
- 'mount-source': 'mount-source',
30
- 'artifact-type': 'artifact-type',
31
- artifact: 'artifact',
32
- 'knowledge-space': 'knowledge-space',
33
- 'knowledge-page': 'knowledge-page',
34
- 'document-template': 'document-template',
35
- 'document-theme': 'document-theme',
36
- 'chart-runtime': 'chart-runtime',
37
- 'presentation-runtime': 'presentation-runtime',
38
- 'widget-kind': 'widget-kind',
39
- capability: 'capability',
40
- 'execution-environment': 'execution-environment',
41
- 'capability-grant': 'capability-grant',
42
- 'approval-rule': 'approval-rule',
43
- memory: 'memory',
44
- 'memory-relation': 'memory-relation',
45
- session: 'session',
46
- 'event-stream': 'event-stream',
47
- 'event-subscription': 'event-subscription',
48
- 'contribution-entry': 'contribution-entry',
49
- concept: 'concept',
50
- };
@@ -1,26 +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 { ObjectLifecycle } from './objectLifecycle';
9
- import type { XemaObjectKind } from './xemaObjectKind';
10
- import type { XemaObjectResponseDtoPayload } from './xemaObjectResponseDtoPayload';
11
- import type { XemaSpaceRefDto } from './xemaSpaceRefDto';
12
- import type { XemaSubjectRefDto } from './xemaSubjectRefDto';
13
- export interface XemaObjectResponseDto {
14
- /** Canonical XemaObjectRef. */
15
- ref: string;
16
- /** One of: agent | agent-composition | model | model-resolution-rule from this producer. */
17
- kind: XemaObjectKind;
18
- scope: XemaSpaceRefDto;
19
- owner: XemaSubjectRefDto;
20
- /** Object version (semver or "1"). */
21
- version: string;
22
- /** Always `published` — the projection only carries resolvable rows. */
23
- lifecycle: ObjectLifecycle;
24
- /** Kind-specific payload. Narrows to AgentPayloadDto | CompositionPayloadDto | ModelPayloadDto | ModelResolutionRulePayloadDto based on `kind`. */
25
- payload: XemaObjectResponseDtoPayload;
26
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,13 +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
- * Kind-specific payload. Narrows to AgentPayloadDto | CompositionPayloadDto | ModelPayloadDto | ModelResolutionRulePayloadDto based on `kind`.
10
- */
11
- export type XemaObjectResponseDtoPayload = {
12
- [key: string]: unknown;
13
- };
@@ -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,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
- import type { SpaceKind } from './spaceKind';
9
- export interface XemaSpaceRefDto {
10
- /** Ownership tier (system | biome | org | project | user) */
11
- tier: SpaceKind;
12
- orgId?: string;
13
- projectId?: string;
14
- biomeId?: string;
15
- userId?: string;
16
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,11 +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 XemaSubjectRefDto {
9
- kind: string;
10
- ref: string;
11
- }
@@ -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 });