@xemahq/llm-registry-api-client 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +0 -1
- package/dist/endpoints/agent-agents/agent-agents.d.ts +6 -1
- package/dist/endpoints/agent-agents/agent-agents.js +34 -1
- package/dist/endpoints/agent-kernels/agent-kernels.d.ts +5 -5
- package/dist/endpoints/agent-kernels/agent-kernels.js +9 -26
- package/dist/endpoints/catalog/catalog.d.ts +2 -2
- package/dist/endpoints/llm-registry/llm-registry.d.ts +16 -1
- package/dist/endpoints/llm-registry/llm-registry.js +45 -1
- package/dist/endpoints/tool-profiles/tool-profiles.d.ts +7 -7
- package/dist/endpoints/tool-profiles/tool-profiles.js +12 -69
- package/dist/models/agentBundleRenderDto.d.ts +19 -0
- package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.d.ts → agentBundleRenderDtoAgentMode.d.ts} +5 -2
- package/dist/models/{agentKernelControllerResolveAgentBundleFileAgentMode.js → agentBundleRenderDtoAgentMode.js} +2 -2
- package/dist/models/agentCapabilityAnalysisDto.d.ts +21 -0
- package/dist/models/{agentDefinitionResponseDtoDataEnvelope.d.ts → agentCapabilityAnalysisDtoDataEnvelope.d.ts} +3 -3
- package/dist/models/{compositionControllerResolveParams.d.ts → agentControllerCapabilityAnalysisParams.d.ts} +1 -1
- package/dist/models/agentNodeDto.d.ts +4 -4
- package/dist/models/agentNodeDtoPromptMode.d.ts +15 -0
- package/dist/models/{compositionToolRefDtoKind.js → agentNodeDtoPromptMode.js} +4 -4
- package/dist/models/agentReachTier.d.ts +17 -0
- package/dist/models/{compositionModelOverrideDtoKind.js → agentReachTier.js} +6 -4
- package/dist/models/agentResponseDto.d.ts +11 -0
- package/dist/models/agentSessionLifecycle.d.ts +15 -0
- package/dist/models/{compositionOutputSurfaceDtoMode.js → agentSessionLifecycle.js} +4 -4
- package/dist/models/{catalogProviderDtoDataEnvelope.d.ts → catalogProviderDtoDataArrayEnvelope.d.ts} +2 -2
- package/dist/models/createAgentDto.d.ts +11 -0
- package/dist/models/index.d.ts +21 -6
- package/dist/models/index.js +21 -6
- package/dist/models/modelMode.d.ts +15 -0
- package/dist/models/modelMode.js +14 -0
- package/dist/models/modelPricingTierDto.d.ts +19 -0
- package/dist/models/modelResolutionSelectorDto.d.ts +3 -0
- package/dist/models/{createAgentDefinitionDtoModelClass.d.ts → modelResolutionSelectorDtoModelClass.d.ts} +3 -3
- package/dist/models/{agentDefinitionResponseDtoModelClass.js → modelResolutionSelectorDtoModelClass.js} +2 -2
- package/dist/models/modelResolutionSelectorResponseDto.d.ts +3 -0
- package/dist/models/{agentDefinitionResponseDtoModelClass.d.ts → modelResolutionSelectorResponseDtoModelClass.d.ts} +5 -2
- package/dist/models/{compositionModelOverrideDtoModelClass.js → modelResolutionSelectorResponseDtoModelClass.js} +2 -2
- package/dist/models/modelResponseDto.d.ts +77 -0
- package/dist/models/{compositionPermissionsDto.d.ts → probeProviderDto.d.ts} +5 -3
- package/dist/models/{createSystemProviderDtoApiType.d.ts → probeProviderDtoApiType.d.ts} +3 -3
- package/dist/models/{createSystemProviderDtoApiType.js → probeProviderDtoApiType.js} +3 -3
- package/dist/models/probedModelDto.d.ts +15 -0
- package/dist/models/promptMergeMode.d.ts +15 -0
- package/dist/models/promptMergeMode.js +14 -0
- package/dist/models/providerProbeResponseDto.d.ts +12 -0
- package/dist/models/{compositionAgentRefDto.d.ts → providerProbeResponseDtoDataEnvelope.d.ts} +3 -4
- package/dist/models/resolvedAgentResponseDto.d.ts +13 -0
- package/dist/models/resolvedConfigSnapshotResponseDto.d.ts +0 -5
- package/dist/models/toolProfileResponseDto.d.ts +0 -2
- package/dist/models/{agentDefinitionResponseDtoDefinitionHash.d.ts → unresolvedToolDto.d.ts} +5 -3
- package/dist/models/updateAgentDto.d.ts +11 -0
- package/dist/models/workspaceSharingPolicy.d.ts +15 -0
- package/dist/models/workspaceSharingPolicy.js +14 -0
- package/package.json +12 -2
- package/dist/endpoints/admin-platform-providers/admin-platform-providers.d.ts +0 -38
- package/dist/endpoints/admin-platform-providers/admin-platform-providers.js +0 -94
- package/dist/endpoints/agent-compositions/agent-compositions.d.ts +0 -66
- package/dist/endpoints/agent-compositions/agent-compositions.js +0 -217
- package/dist/endpoints/agent-definitions/agent-definitions.d.ts +0 -113
- package/dist/endpoints/agent-definitions/agent-definitions.js +0 -403
- package/dist/endpoints/describe-objects/describe-objects.d.ts +0 -14
- package/dist/endpoints/describe-objects/describe-objects.js +0 -19
- package/dist/endpoints/health/health.d.ts +0 -15
- package/dist/endpoints/health/health.js +0 -53
- package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.d.ts +0 -25
- package/dist/models/agentDefinitionControllerListDefinitionsParams.d.ts +0 -15
- package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.d.ts +0 -21
- package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.d.ts +0 -13
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.d.ts +0 -12
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.js +0 -14
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileParams.d.ts +0 -14
- package/dist/models/agentDefinitionResponseDto.d.ts +0 -58
- package/dist/models/agentDefinitionResponseDtoPaginatedEnvelope.d.ts +0 -13
- package/dist/models/agentKernelControllerResolveAgentBundleFileParams.d.ts +0 -14
- package/dist/models/compositionAgentRefDto.js +0 -9
- package/dist/models/compositionAgentRunConfigDto.d.ts +0 -15
- package/dist/models/compositionAgentRunConfigDto.js +0 -9
- package/dist/models/compositionBiomeAvailabilityDto.d.ts +0 -13
- package/dist/models/compositionBiomeAvailabilityDto.js +0 -9
- package/dist/models/compositionCapabilityLayerDto.d.ts +0 -15
- package/dist/models/compositionCapabilityLayerDto.js +0 -2
- package/dist/models/compositionCapabilityLayerDtoMayEditRepos.d.ts +0 -12
- package/dist/models/compositionCapabilityLayerDtoMayEditRepos.js +0 -14
- package/dist/models/compositionCapabilityLayerDtoWritePolicy.d.ts +0 -13
- package/dist/models/compositionCapabilityLayerDtoWritePolicy.js +0 -15
- package/dist/models/compositionControllerListParams.d.ts +0 -12
- package/dist/models/compositionControllerListParams.js +0 -9
- package/dist/models/compositionControllerResolveDraftCapableParams.d.ts +0 -10
- package/dist/models/compositionControllerResolveDraftCapableParams.js +0 -9
- package/dist/models/compositionControllerResolveParams.js +0 -9
- package/dist/models/compositionCredentialDto.d.ts +0 -16
- package/dist/models/compositionCredentialDto.js +0 -2
- package/dist/models/compositionEnvVarDto.d.ts +0 -12
- package/dist/models/compositionEnvVarDto.js +0 -9
- package/dist/models/compositionModelOverrideDto.d.ts +0 -20
- package/dist/models/compositionModelOverrideDto.js +0 -2
- package/dist/models/compositionModelOverrideDtoKind.d.ts +0 -12
- package/dist/models/compositionModelOverrideDtoModelClass.d.ts +0 -15
- package/dist/models/compositionMountLayoutDto.d.ts +0 -20
- package/dist/models/compositionMountLayoutDto.js +0 -2
- package/dist/models/compositionMountLayoutDtoInputs.d.ts +0 -13
- package/dist/models/compositionMountLayoutDtoInputs.js +0 -9
- package/dist/models/compositionMountLayoutDtoMounts.d.ts +0 -13
- package/dist/models/compositionMountLayoutDtoMounts.js +0 -9
- package/dist/models/compositionMountLayoutDtoSeedFilesItem.d.ts +0 -10
- package/dist/models/compositionMountLayoutDtoSeedFilesItem.js +0 -9
- package/dist/models/compositionNodeDto.d.ts +0 -31
- package/dist/models/compositionNodeDto.js +0 -2
- package/dist/models/compositionNodeDtoPermission.d.ts +0 -13
- package/dist/models/compositionNodeDtoPermission.js +0 -9
- package/dist/models/compositionOutputSurfaceDto.d.ts +0 -25
- package/dist/models/compositionOutputSurfaceDto.js +0 -2
- package/dist/models/compositionOutputSurfaceDtoMode.d.ts +0 -12
- package/dist/models/compositionPermissionsDto.js +0 -2
- package/dist/models/compositionPermissionsToolsDto.d.ts +0 -12
- package/dist/models/compositionPermissionsToolsDto.js +0 -2
- package/dist/models/compositionPersistenceDto.d.ts +0 -14
- package/dist/models/compositionPersistenceDto.js +0 -2
- package/dist/models/compositionPersistenceDtoOverrides.d.ts +0 -13
- package/dist/models/compositionPersistenceDtoOverrides.js +0 -9
- package/dist/models/compositionResponseDto.d.ts +0 -42
- package/dist/models/compositionResponseDto.js +0 -2
- package/dist/models/compositionResponseDtoDataEnvelope.d.ts +0 -11
- package/dist/models/compositionResponseDtoDataEnvelope.js +0 -2
- package/dist/models/compositionResponseDtoLifecycle.d.ts +0 -13
- package/dist/models/compositionResponseDtoLifecycle.js +0 -15
- package/dist/models/compositionResponseDtoPaginatedEnvelope.d.ts +0 -13
- package/dist/models/compositionResponseDtoPaginatedEnvelope.js +0 -2
- package/dist/models/compositionSkillRefDto.d.ts +0 -12
- package/dist/models/compositionSkillRefDto.js +0 -9
- package/dist/models/compositionToolRefDto.d.ts +0 -16
- package/dist/models/compositionToolRefDto.js +0 -2
- package/dist/models/compositionToolRefDtoKind.d.ts +0 -12
- package/dist/models/compositionWorkingFileDto.d.ts +0 -18
- package/dist/models/compositionWorkingFileDto.js +0 -2
- package/dist/models/compositionWorkingFileDtoFormat.d.ts +0 -15
- package/dist/models/compositionWorkingFileDtoFormat.js +0 -17
- package/dist/models/compositionWorkingFileDtoSourceRef.d.ts +0 -10
- package/dist/models/compositionWorkingFileDtoSourceRef.js +0 -9
- package/dist/models/compositionWorkingFileDtoSyncDirection.d.ts +0 -13
- package/dist/models/compositionWorkingFileDtoSyncDirection.js +0 -15
- package/dist/models/compositionWorkspaceDto.d.ts +0 -26
- package/dist/models/compositionWorkspaceDto.js +0 -2
- package/dist/models/createAgentDefinitionDto.d.ts +0 -35
- package/dist/models/createAgentDefinitionDto.js +0 -2
- package/dist/models/createAgentDefinitionDtoModelClass.js +0 -17
- package/dist/models/createCompositionDto.d.ts +0 -27
- package/dist/models/createCompositionDto.js +0 -2
- package/dist/models/createSystemProviderDto.d.ts +0 -27
- package/dist/models/createSystemProviderDto.js +0 -2
- package/dist/models/createSystemProviderDtoAuthType.d.ts +0 -12
- package/dist/models/createSystemProviderDtoAuthType.js +0 -14
- package/dist/models/describeObjectsResponseDto.d.ts +0 -14
- package/dist/models/describeObjectsResponseDto.js +0 -2
- package/dist/models/objectLifecycle.d.ts +0 -16
- package/dist/models/objectLifecycle.js +0 -15
- package/dist/models/publishCompositionDto.d.ts +0 -19
- package/dist/models/publishCompositionDto.js +0 -2
- package/dist/models/resolvedAgentResponseDtoModelClass.d.ts +0 -15
- package/dist/models/resolvedAgentResponseDtoModelClass.js +0 -17
- package/dist/models/resolvedCompositionResponseDto.d.ts +0 -23
- package/dist/models/resolvedCompositionResponseDto.js +0 -2
- package/dist/models/resolvedCompositionResponseDtoDataEnvelope.d.ts +0 -11
- package/dist/models/resolvedCompositionResponseDtoDataEnvelope.js +0 -2
- package/dist/models/rotateKeyDto.d.ts +0 -10
- package/dist/models/rotateKeyDto.js +0 -9
- package/dist/models/spaceKind.d.ts +0 -20
- package/dist/models/spaceKind.js +0 -19
- package/dist/models/toolProfileControllerDeleteProfileParams.d.ts +0 -13
- package/dist/models/toolProfileControllerDeleteProfileParams.js +0 -9
- package/dist/models/toolProfileControllerResolveProfilesParams.d.ts +0 -13
- package/dist/models/toolProfileControllerResolveProfilesParams.js +0 -9
- package/dist/models/toolProfileControllerUpsertProfileParams.d.ts +0 -13
- package/dist/models/toolProfileControllerUpsertProfileParams.js +0 -9
- package/dist/models/updateAgentDefinitionDto.d.ts +0 -20
- package/dist/models/updateAgentDefinitionDto.js +0 -2
- package/dist/models/updateAgentDefinitionDtoModelClass.d.ts +0 -15
- package/dist/models/updateAgentDefinitionDtoModelClass.js +0 -17
- package/dist/models/updateCompositionDto.d.ts +0 -18
- package/dist/models/updateCompositionDto.js +0 -2
- package/dist/models/updateSystemProviderDto.d.ts +0 -22
- package/dist/models/updateSystemProviderDto.js +0 -2
- package/dist/models/updateSystemProviderDtoApiType.d.ts +0 -13
- package/dist/models/updateSystemProviderDtoApiType.js +0 -15
- package/dist/models/updateSystemProviderDtoAuthType.d.ts +0 -12
- package/dist/models/updateSystemProviderDtoAuthType.js +0 -14
- package/dist/models/widgetKindDtoSource.d.ts +0 -12
- package/dist/models/widgetKindDtoSource.js +0 -14
- package/dist/models/xemaObjectKind.d.ts +0 -51
- package/dist/models/xemaObjectKind.js +0 -50
- package/dist/models/xemaObjectResponseDto.d.ts +0 -26
- package/dist/models/xemaObjectResponseDto.js +0 -2
- package/dist/models/xemaObjectResponseDtoPayload.d.ts +0 -13
- package/dist/models/xemaObjectResponseDtoPayload.js +0 -9
- package/dist/models/xemaSpaceRefDto.d.ts +0 -16
- package/dist/models/xemaSpaceRefDto.js +0 -2
- package/dist/models/xemaSubjectRefDto.d.ts +0 -11
- package/dist/models/xemaSubjectRefDto.js +0 -9
- /package/dist/models/{agentDefinitionControllerListDefinitionsParams.js → agentBundleRenderDto.js} +0 -0
- /package/dist/models/{agentDefinitionControllerResolveAgentBundleFileParams.js → agentCapabilityAnalysisDto.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDto.js → agentCapabilityAnalysisDtoDataEnvelope.js} +0 -0
- /package/dist/models/{agentDefinitionControllerBrowseTalentPoolParams.js → agentControllerCapabilityAnalysisParams.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDtoDataEnvelope.js → catalogProviderDtoDataArrayEnvelope.js} +0 -0
- /package/dist/models/{agentDefinitionControllerListInteractiveCatalogParams.js → modelPricingTierDto.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDtoPaginatedEnvelope.js → probeProviderDto.js} +0 -0
- /package/dist/models/{agentDefinitionControllerResolveAgentBlocksParams.js → probedModelDto.js} +0 -0
- /package/dist/models/{agentKernelControllerResolveAgentBundleFileParams.js → providerProbeResponseDto.js} +0 -0
- /package/dist/models/{catalogProviderDtoDataEnvelope.js → providerProbeResponseDtoDataEnvelope.js} +0 -0
- /package/dist/models/{agentDefinitionResponseDtoDefinitionHash.js → unresolvedToolDto.js} +0 -0
|
@@ -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,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,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.16.0 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
7
|
-
*/
|
|
8
|
-
import type { ToolsetKey } from './toolsetKey.js';
|
|
9
|
-
export interface CompositionPermissionsToolsDto {
|
|
10
|
-
allow: ToolsetKey[];
|
|
11
|
-
deny: ToolsetKey[];
|
|
12
|
-
}
|
|
@@ -1,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,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.16.0 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
7
|
-
*/
|
|
8
|
-
/**
|
|
9
|
-
* Per-slot persistence-policy overrides keyed by AWP slot key. Values are the SlotPersistencePolicy union; only git-push slots are overridable.
|
|
10
|
-
*/
|
|
11
|
-
export type CompositionPersistenceDtoOverrides = {
|
|
12
|
-
[key: string]: unknown;
|
|
13
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Generated by orval v8.16.0 🍺
|
|
4
|
-
* Do not edit manually.
|
|
5
|
-
* LLM Registry API
|
|
6
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
7
|
-
* OpenAPI spec version: 0.1.0
|
|
8
|
-
*/
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.16.0 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* LLM Registry API
|
|
5
|
-
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
|
-
* OpenAPI spec version: 0.1.0
|
|
7
|
-
*/
|
|
8
|
-
import type { CompositionCapabilityLayerDto } from './compositionCapabilityLayerDto.js';
|
|
9
|
-
import type { CompositionNodeDto } from './compositionNodeDto.js';
|
|
10
|
-
import type { CompositionResponseDtoLifecycle } from './compositionResponseDtoLifecycle.js';
|
|
11
|
-
import type { CompositionWorkspaceDto } from './compositionWorkspaceDto.js';
|
|
12
|
-
import type { ScopeSource } from './scopeSource.js';
|
|
13
|
-
export interface CompositionResponseDto {
|
|
14
|
-
id: string;
|
|
15
|
-
orgId: string;
|
|
16
|
-
/** @nullable */
|
|
17
|
-
projectId?: string | null;
|
|
18
|
-
/** @nullable */
|
|
19
|
-
biomeId?: string | null;
|
|
20
|
-
/**
|
|
21
|
-
* Owning user id when scope = 'user', otherwise null.
|
|
22
|
-
* @nullable
|
|
23
|
-
*/
|
|
24
|
-
ownerUserId?: string | null;
|
|
25
|
-
slug: string;
|
|
26
|
-
version: string;
|
|
27
|
-
displayName: string;
|
|
28
|
-
/** @nullable */
|
|
29
|
-
description?: string | null;
|
|
30
|
-
scope: ScopeSource;
|
|
31
|
-
lifecycle: CompositionResponseDtoLifecycle;
|
|
32
|
-
/** The recursive root (primary agent) node. */
|
|
33
|
-
root: CompositionNodeDto;
|
|
34
|
-
capability?: CompositionCapabilityLayerDto | null;
|
|
35
|
-
/** Authored workspace-layout config — persist-paths, env vars, output surface surface. Null when the composition declares no workspace block. */
|
|
36
|
-
workspace?: CompositionWorkspaceDto | null;
|
|
37
|
-
/** @nullable */
|
|
38
|
-
forkedFrom?: string | null;
|
|
39
|
-
createdBy: string;
|
|
40
|
-
createdAt: string;
|
|
41
|
-
updatedAt: string;
|
|
42
|
-
}
|
|
@@ -1,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,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,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,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,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,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,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.CreateAgentDefinitionDtoModelClass = void 0;
|
|
11
|
-
exports.CreateAgentDefinitionDtoModelClass = {
|
|
12
|
-
coding: 'coding',
|
|
13
|
-
review: 'review',
|
|
14
|
-
creative: 'creative',
|
|
15
|
-
planning: 'planning',
|
|
16
|
-
utility: 'utility',
|
|
17
|
-
};
|
|
@@ -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,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,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,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
|
-
};
|