@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,58 +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 { AgentDefinitionResponseDtoDefinitionHash } from './agentDefinitionResponseDtoDefinitionHash.js';
9
- import type { AgentDefinitionResponseDtoModelClass } from './agentDefinitionResponseDtoModelClass.js';
10
- import type { ScopeSource } from './scopeSource.js';
11
- export interface AgentDefinitionResponseDto {
12
- id: string;
13
- orgId: string;
14
- source: ScopeSource;
15
- /**
16
- * Biome id when source='biome', otherwise null.
17
- * @nullable
18
- */
19
- biomeId?: string | null;
20
- /** @nullable */
21
- projectId?: string | null;
22
- /**
23
- * Owning user id when source='user', otherwise null.
24
- * @nullable
25
- */
26
- ownerUserId?: string | null;
27
- /**
28
- * Origin reference (`<source>:<biomeId|""">:<slug>`) when this row was forked from a biome/system row. Survives uninstall — UI surfaces "fork without origin" if the origin is gone.
29
- * @nullable
30
- */
31
- forkedFrom?: string | null;
32
- slug: string;
33
- displayName: string;
34
- /** @nullable */
35
- description?: string | null;
36
- systemPrompt: string;
37
- modelClass: AgentDefinitionResponseDtoModelClass;
38
- /**
39
- * `null` defers to the engine/model default.
40
- * @nullable
41
- */
42
- temperature?: number | null;
43
- mcpServices: string[];
44
- isActive: boolean;
45
- createdBy: string;
46
- createdAt: string;
47
- updatedAt: string;
48
- /** @nullable */
49
- avatarSeed?: string | null;
50
- avatarStyle: string;
51
- skills: string[];
52
- executionMode: string;
53
- supportsAgentSessions: boolean;
54
- /** Hidden from user-facing pickers. Stays invocable via `task` delegation and workflow `agentRef:`. */
55
- hidden: boolean;
56
- identityVersion: number;
57
- definitionHash?: AgentDefinitionResponseDtoDefinitionHash;
58
- }
@@ -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 { AgentDefinitionResponseDto } from './agentDefinitionResponseDto.js';
9
- import type { PaginationMeta } from './paginationMeta.js';
10
- export interface AgentDefinitionResponseDtoPaginatedEnvelope {
11
- data: AgentDefinitionResponseDto[];
12
- pagination?: PaginationMeta;
13
- }
@@ -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 { AgentKernelControllerResolveAgentBundleFileAgentMode } from './agentKernelControllerResolveAgentBundleFileAgentMode.js';
9
- export type AgentKernelControllerResolveAgentBundleFileParams = {
10
- /**
11
- * Frontmatter `mode` value — primary for the root agent, subagent for delegated entries.
12
- */
13
- agentMode: AgentKernelControllerResolveAgentBundleFileAgentMode;
14
- };
@@ -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 interface CompositionAgentRunConfigDto {
9
- /** Stage key. */
10
- stage: string;
11
- /** Canonical AgentRunRole — drives renderer + system-overlay framing. */
12
- role: string;
13
- /** Deliverable-spec ref. May carry a `${input.x}` token — resolved downstream by the workspace pipeline against the run bind inputs. */
14
- deliverableSpecRef?: string;
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
- export interface CompositionBiomeAvailabilityDto {
9
- /** Allow-list of biome ids. When non-empty, ONLY contributions whose owning biome is listed survive (non-biome contributions always pass). Absent/empty ⇒ all biomes allowed unless excluded. */
10
- include?: string[];
11
- /** Deny-list of biome ids. A contribution whose owning biome is listed is always dropped, even if it also appears in include. Absent/empty ⇒ nothing force-excluded. */
12
- exclude?: 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,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
- import type { CompositionCapabilityLayerDtoMayEditRepos } from './compositionCapabilityLayerDtoMayEditRepos.js';
9
- import type { CompositionCapabilityLayerDtoWritePolicy } from './compositionCapabilityLayerDtoWritePolicy.js';
10
- export interface CompositionCapabilityLayerDto {
11
- writePolicy: CompositionCapabilityLayerDtoWritePolicy;
12
- mayEditRepos: CompositionCapabilityLayerDtoMayEditRepos;
13
- mayWriteKnowledgeBase: boolean;
14
- allowedXemaTools: string[];
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 CompositionCapabilityLayerDtoMayEditRepos = typeof CompositionCapabilityLayerDtoMayEditRepos[keyof typeof CompositionCapabilityLayerDtoMayEditRepos];
9
- export declare const CompositionCapabilityLayerDtoMayEditRepos: {
10
- readonly never: "never";
11
- readonly 'when-granted': "when-granted";
12
- };
@@ -1,14 +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.CompositionCapabilityLayerDtoMayEditRepos = void 0;
11
- exports.CompositionCapabilityLayerDtoMayEditRepos = {
12
- never: 'never',
13
- 'when-granted': 'when-granted',
14
- };
@@ -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 CompositionCapabilityLayerDtoWritePolicy = typeof CompositionCapabilityLayerDtoWritePolicy[keyof typeof CompositionCapabilityLayerDtoWritePolicy];
9
- export declare const CompositionCapabilityLayerDtoWritePolicy: {
10
- readonly 'read-only': "read-only";
11
- readonly 'own-pages-only': "own-pages-only";
12
- readonly 'full-write': "full-write";
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.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,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 CompositionControllerResolveParams = {
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,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,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,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 });