@xemahq/llm-registry-api-client 0.1.2 → 0.3.0
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 +175 -201
- package/README.md +62 -0
- package/dist/custom-fetch.d.ts +1 -1
- package/dist/custom-fetch.js +1 -1
- package/dist/endpoints/agent-agents/agent-agents.d.ts +66 -0
- package/dist/endpoints/agent-agents/agent-agents.js +217 -0
- package/dist/endpoints/agent-compositions/agent-compositions.d.ts +19 -19
- package/dist/endpoints/agent-compositions/agent-compositions.js +33 -33
- package/dist/endpoints/agent-definitions/agent-definitions.d.ts +44 -44
- package/dist/endpoints/agent-definitions/agent-definitions.js +155 -155
- package/dist/endpoints/agent-model-overrides/agent-model-overrides.d.ts +6 -6
- package/dist/endpoints/agent-model-overrides/agent-model-overrides.js +15 -15
- package/dist/endpoints/agent-run-context/agent-run-context.d.ts +2 -2
- package/dist/endpoints/agent-run-context/agent-run-context.js +4 -4
- package/dist/endpoints/capability-registry/capability-registry.d.ts +6 -6
- package/dist/endpoints/capability-registry/capability-registry.js +15 -15
- package/dist/endpoints/catalog/catalog.d.ts +5 -5
- package/dist/endpoints/catalog/catalog.js +12 -12
- package/dist/endpoints/chat-widget-catalogue/chat-widget-catalogue.d.ts +13 -0
- package/dist/endpoints/chat-widget-catalogue/chat-widget-catalogue.js +18 -0
- package/dist/endpoints/code-standards/code-standards.d.ts +7 -7
- package/dist/endpoints/code-standards/code-standards.js +18 -18
- package/dist/endpoints/embedding-commitment/embedding-commitment.d.ts +12 -12
- package/dist/endpoints/embedding-commitment/embedding-commitment.js +33 -33
- package/dist/endpoints/instruction-sections/instruction-sections.d.ts +4 -4
- package/dist/endpoints/instruction-sections/instruction-sections.js +9 -9
- package/dist/endpoints/llm-readiness/llm-readiness.d.ts +3 -3
- package/dist/endpoints/llm-readiness/llm-readiness.js +6 -6
- package/dist/endpoints/llm-registry/llm-registry.d.ts +16 -16
- package/dist/endpoints/llm-registry/llm-registry.js +46 -46
- package/dist/endpoints/model-resolution-matrix/model-resolution-matrix.d.ts +6 -6
- package/dist/endpoints/model-resolution-matrix/model-resolution-matrix.js +15 -15
- package/dist/endpoints/model-strategies/model-strategies.d.ts +12 -12
- package/dist/endpoints/model-strategies/model-strategies.js +33 -33
- package/dist/endpoints/project-kits/project-kits.d.ts +3 -3
- package/dist/endpoints/project-kits/project-kits.js +6 -6
- package/dist/endpoints/role-capabilities/role-capabilities.d.ts +3 -3
- package/dist/endpoints/role-capabilities/role-capabilities.js +6 -6
- package/dist/endpoints/tool-profiles/tool-profiles.d.ts +6 -6
- package/dist/endpoints/tool-profiles/tool-profiles.js +15 -15
- package/dist/index.d.ts +2 -4
- package/dist/index.js +3 -5
- package/dist/models/agentBiomeAvailabilityDto.d.ts +13 -0
- package/dist/models/agentBiomeAvailabilityDto.js +9 -0
- package/dist/models/agentCapabilityLayerDto.d.ts +15 -0
- package/dist/models/agentCapabilityLayerDto.js +2 -0
- package/dist/models/agentCapabilityLayerDtoMayEditRepos.d.ts +12 -0
- package/dist/models/agentCapabilityLayerDtoMayEditRepos.js +14 -0
- package/dist/models/agentCapabilityLayerDtoWritePolicy.d.ts +13 -0
- package/dist/models/agentCapabilityLayerDtoWritePolicy.js +15 -0
- package/dist/models/agentConfigBlockDto.d.ts +6 -6
- package/dist/models/agentConfigBlockDtoColor.d.ts +1 -1
- package/dist/models/agentConfigBlockDtoColor.js +1 -1
- package/dist/models/agentConfigBlockDtoPermission.d.ts +1 -1
- package/dist/models/agentConfigBlockDtoPermission.js +1 -1
- package/dist/models/agentConfigBlockDtoSteps.d.ts +1 -1
- package/dist/models/agentConfigBlockDtoSteps.js +1 -1
- package/dist/models/agentConfigBlockDtoTemperature.d.ts +1 -1
- package/dist/models/agentConfigBlockDtoTemperature.js +1 -1
- package/dist/models/agentConfigBlockDtoTools.d.ts +1 -1
- package/dist/models/agentConfigBlockDtoTools.js +1 -1
- package/dist/models/agentConfigBlocksResponseDto.d.ts +2 -2
- package/dist/models/agentConfigBlocksResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/agentControllerListParams.d.ts +12 -0
- package/dist/models/agentControllerListParams.js +9 -0
- package/dist/models/agentControllerResolveDraftCapableParams.d.ts +10 -0
- package/dist/models/agentControllerResolveDraftCapableParams.js +9 -0
- package/dist/models/agentControllerResolveParams.d.ts +10 -0
- package/dist/models/agentControllerResolveParams.js +9 -0
- package/dist/models/agentCredentialDto.d.ts +16 -0
- package/dist/models/agentCredentialDto.js +2 -0
- package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.d.ts +1 -1
- package/dist/models/agentDefinitionControllerBrowseTalentPoolParams.js +1 -1
- package/dist/models/agentDefinitionControllerListDefinitionsParams.d.ts +2 -2
- package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.d.ts +1 -1
- package/dist/models/agentDefinitionControllerListInteractiveCatalogParams.js +1 -1
- package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.d.ts +1 -1
- package/dist/models/agentDefinitionControllerResolveAgentBlocksParams.js +1 -1
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.d.ts +1 -1
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileAgentMode.js +1 -1
- package/dist/models/agentDefinitionControllerResolveAgentBundleFileParams.d.ts +2 -2
- package/dist/models/agentDefinitionResponseDto.d.ts +9 -5
- package/dist/models/agentDefinitionResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/agentDefinitionResponseDtoDefinitionHash.d.ts +1 -1
- package/dist/models/agentDefinitionResponseDtoDefinitionHash.js +1 -1
- package/dist/models/agentDefinitionResponseDtoModelClass.d.ts +1 -1
- package/dist/models/agentDefinitionResponseDtoModelClass.js +1 -1
- package/dist/models/agentDefinitionResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/agentEnvVarDto.d.ts +12 -0
- package/dist/models/agentEnvVarDto.js +9 -0
- package/dist/models/agentKernelControllerBrowseTalentPoolParams.d.ts +25 -0
- package/dist/models/agentKernelControllerBrowseTalentPoolParams.js +9 -0
- package/dist/models/agentKernelControllerListDefinitionsParams.d.ts +15 -0
- package/dist/models/agentKernelControllerListDefinitionsParams.js +2 -0
- package/dist/models/agentKernelControllerListInteractiveCatalogParams.d.ts +21 -0
- package/dist/models/agentKernelControllerListInteractiveCatalogParams.js +9 -0
- package/dist/models/agentKernelControllerResolveAgentBlocksParams.d.ts +13 -0
- package/dist/models/agentKernelControllerResolveAgentBlocksParams.js +9 -0
- package/dist/models/agentKernelControllerResolveAgentBundleFileAgentMode.d.ts +12 -0
- package/dist/models/agentKernelControllerResolveAgentBundleFileAgentMode.js +14 -0
- package/dist/models/agentKernelControllerResolveAgentBundleFileParams.d.ts +14 -0
- package/dist/models/agentKernelControllerResolveAgentBundleFileParams.js +2 -0
- package/dist/models/agentKernelResponseDto.d.ts +58 -0
- package/dist/models/agentKernelResponseDto.js +2 -0
- package/dist/models/agentKernelResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/agentKernelResponseDtoDataEnvelope.js +2 -0
- package/dist/models/agentKernelResponseDtoDefinitionHash.d.ts +10 -0
- package/dist/models/agentKernelResponseDtoDefinitionHash.js +9 -0
- package/dist/models/agentKernelResponseDtoModelClass.d.ts +15 -0
- package/dist/models/agentKernelResponseDtoModelClass.js +17 -0
- package/dist/models/agentKernelResponseDtoPaginatedEnvelope.d.ts +13 -0
- package/dist/models/agentKernelResponseDtoPaginatedEnvelope.js +2 -0
- package/dist/models/agentModelOverrideControllerListParams.d.ts +1 -1
- package/dist/models/agentModelOverrideControllerListParams.js +1 -1
- package/dist/models/agentModelOverrideControllerResolveBatchParams.d.ts +1 -1
- package/dist/models/agentModelOverrideControllerResolveBatchParams.js +1 -1
- package/dist/models/agentModelOverrideControllerResolveModelParams.d.ts +1 -1
- package/dist/models/agentModelOverrideControllerResolveModelParams.js +1 -1
- package/dist/models/agentModelOverrideDto.d.ts +20 -0
- package/dist/models/agentModelOverrideDto.js +2 -0
- package/dist/models/agentModelOverrideDtoKind.d.ts +12 -0
- package/dist/models/agentModelOverrideDtoKind.js +14 -0
- package/dist/models/agentModelOverrideDtoModelClass.d.ts +15 -0
- package/dist/models/agentModelOverrideDtoModelClass.js +17 -0
- package/dist/models/agentModelOverrideResponseDto.d.ts +3 -3
- package/dist/models/agentModelOverrideResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/agentModelOverrideResponseDtoModel.d.ts +1 -1
- package/dist/models/agentModelOverrideResponseDtoModel.js +1 -1
- package/dist/models/agentModelOverrideResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/agentModelOverrideResponseDtoScope.d.ts +1 -1
- package/dist/models/agentModelOverrideResponseDtoScope.js +1 -1
- package/dist/models/agentMountLayoutDto.d.ts +20 -0
- package/dist/models/agentMountLayoutDto.js +2 -0
- package/dist/models/agentMountLayoutDtoInputs.d.ts +13 -0
- package/dist/models/agentMountLayoutDtoInputs.js +9 -0
- package/dist/models/agentMountLayoutDtoMounts.d.ts +13 -0
- package/dist/models/agentMountLayoutDtoMounts.js +9 -0
- package/dist/models/agentMountLayoutDtoSeedFilesItem.d.ts +10 -0
- package/dist/models/agentMountLayoutDtoSeedFilesItem.js +9 -0
- package/dist/models/agentNodeDto.d.ts +31 -0
- package/dist/models/agentNodeDto.js +2 -0
- package/dist/models/agentNodeDtoPermission.d.ts +13 -0
- package/dist/models/agentNodeDtoPermission.js +9 -0
- package/dist/models/agentOutputSurfaceDto.d.ts +25 -0
- package/dist/models/agentOutputSurfaceDto.js +2 -0
- package/dist/models/agentOutputSurfaceDtoMode.d.ts +12 -0
- package/dist/models/agentOutputSurfaceDtoMode.js +14 -0
- package/dist/models/agentPermissionsDto.d.ts +11 -0
- package/dist/models/agentPermissionsDto.js +2 -0
- package/dist/models/agentPermissionsToolsDto.d.ts +12 -0
- package/dist/models/agentPermissionsToolsDto.js +2 -0
- package/dist/models/agentPersistenceDto.d.ts +14 -0
- package/dist/models/agentPersistenceDto.js +2 -0
- package/dist/models/agentPersistenceDtoOverrides.d.ts +13 -0
- package/dist/models/agentPersistenceDtoOverrides.js +9 -0
- package/dist/models/agentProfileDto.d.ts +4 -4
- package/dist/models/agentProfileDtoAvatarSeed.d.ts +1 -1
- package/dist/models/agentProfileDtoAvatarSeed.js +1 -1
- package/dist/models/agentProfileDtoDataEnvelope.d.ts +2 -2
- package/dist/models/agentProfileDtoDescription.d.ts +1 -1
- package/dist/models/agentProfileDtoDescription.js +1 -1
- package/dist/models/agentProfileDtoModelClass.d.ts +1 -1
- package/dist/models/agentProfileDtoModelClass.js +1 -1
- package/dist/models/agentProfileDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/agentRefDto.d.ts +12 -0
- package/dist/models/agentRefDto.js +9 -0
- package/dist/models/agentResponseDto.d.ts +42 -0
- package/dist/models/agentResponseDto.js +2 -0
- package/dist/models/agentResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/agentResponseDtoDataEnvelope.js +2 -0
- package/dist/models/agentResponseDtoLifecycle.d.ts +13 -0
- package/dist/models/agentResponseDtoLifecycle.js +15 -0
- package/dist/models/agentResponseDtoPaginatedEnvelope.d.ts +13 -0
- package/dist/models/agentResponseDtoPaginatedEnvelope.js +2 -0
- package/dist/models/agentRunConfigDto.d.ts +15 -0
- package/dist/models/agentRunConfigDto.js +9 -0
- package/dist/models/agentRunRole.d.ts +1 -1
- package/dist/models/agentRunRole.js +1 -1
- package/dist/models/agentSkillRefDto.d.ts +12 -0
- package/dist/models/agentSkillRefDto.js +9 -0
- package/dist/models/agentToolRefDto.d.ts +16 -0
- package/dist/models/agentToolRefDto.js +2 -0
- package/dist/models/agentToolRefDtoKind.d.ts +12 -0
- package/dist/models/agentToolRefDtoKind.js +14 -0
- package/dist/models/agentWorkingFileDto.d.ts +18 -0
- package/dist/models/agentWorkingFileDto.js +2 -0
- package/dist/models/agentWorkingFileDtoFormat.d.ts +15 -0
- package/dist/models/agentWorkingFileDtoFormat.js +17 -0
- package/dist/models/agentWorkingFileDtoSourceRef.d.ts +10 -0
- package/dist/models/agentWorkingFileDtoSourceRef.js +9 -0
- package/dist/models/agentWorkingFileDtoSyncDirection.d.ts +13 -0
- package/dist/models/agentWorkingFileDtoSyncDirection.js +15 -0
- package/dist/models/agentWorkspaceDto.d.ts +26 -0
- package/dist/models/agentWorkspaceDto.js +2 -0
- package/dist/models/bindModelStrategyDto.d.ts +1 -1
- package/dist/models/bindModelStrategyDto.js +1 -1
- package/dist/models/bundleFileResponseDto.d.ts +4 -4
- package/dist/models/bundleFileResponseDtoBiomeId.d.ts +1 -1
- package/dist/models/bundleFileResponseDtoBiomeId.js +1 -1
- package/dist/models/bundleFileResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/bundleFileResponseDtoForkedFrom.d.ts +1 -1
- package/dist/models/bundleFileResponseDtoForkedFrom.js +1 -1
- package/dist/models/capabilityResponseDto.d.ts +2 -2
- package/dist/models/capabilityResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/capabilityResponseDtoDescription.d.ts +1 -1
- package/dist/models/capabilityResponseDtoDescription.js +1 -1
- package/dist/models/capabilityResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/catalogControllerGetModelStatusParams.d.ts +1 -1
- package/dist/models/catalogControllerGetModelStatusParams.js +1 -1
- package/dist/models/catalogControllerListModelsParams.d.ts +1 -1
- package/dist/models/catalogControllerListModelsParams.js +1 -1
- package/dist/models/catalogControllerValidateModelsParams.d.ts +1 -1
- package/dist/models/catalogControllerValidateModelsParams.js +1 -1
- package/dist/models/catalogModelDto.d.ts +1 -1
- package/dist/models/catalogModelDto.js +1 -1
- package/dist/models/catalogModelDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/catalogProviderDto.d.ts +4 -4
- package/dist/models/catalogProviderDtoApiType.d.ts +1 -1
- package/dist/models/catalogProviderDtoApiType.js +1 -1
- package/dist/models/catalogProviderDtoAuthType.d.ts +1 -1
- package/dist/models/catalogProviderDtoAuthType.js +1 -1
- package/dist/models/catalogProviderDtoDataEnvelope.d.ts +2 -2
- package/dist/models/catalogProviderDtoTier.d.ts +1 -1
- package/dist/models/catalogProviderDtoTier.js +1 -1
- package/dist/models/codeStandardControllerListParams.d.ts +1 -1
- package/dist/models/codeStandardControllerListParams.js +1 -1
- package/dist/models/codeStandardResponseDto.d.ts +1 -1
- package/dist/models/codeStandardResponseDto.js +1 -1
- package/dist/models/codeStandardResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/codeStandardResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/compositionAgentRefDto.d.ts +1 -1
- package/dist/models/compositionAgentRefDto.js +1 -1
- package/dist/models/compositionAgentRunConfigDto.d.ts +3 -3
- package/dist/models/compositionAgentRunConfigDto.js +1 -1
- package/dist/models/compositionBiomeAvailabilityDto.d.ts +13 -0
- package/dist/models/compositionBiomeAvailabilityDto.js +9 -0
- package/dist/models/compositionCapabilityLayerDto.d.ts +3 -3
- package/dist/models/compositionCapabilityLayerDtoMayEditRepos.d.ts +1 -1
- package/dist/models/compositionCapabilityLayerDtoMayEditRepos.js +1 -1
- package/dist/models/compositionCapabilityLayerDtoWritePolicy.d.ts +1 -1
- package/dist/models/compositionCapabilityLayerDtoWritePolicy.js +1 -1
- package/dist/models/compositionControllerListParams.d.ts +1 -1
- package/dist/models/compositionControllerListParams.js +1 -1
- package/dist/models/compositionControllerResolveDraftCapableParams.d.ts +1 -1
- package/dist/models/compositionControllerResolveDraftCapableParams.js +1 -1
- package/dist/models/compositionControllerResolveParams.d.ts +1 -1
- package/dist/models/compositionControllerResolveParams.js +1 -1
- package/dist/models/compositionCredentialDto.d.ts +16 -0
- package/dist/models/compositionCredentialDto.js +2 -0
- package/dist/models/compositionEnvVarDto.d.ts +1 -1
- package/dist/models/compositionEnvVarDto.js +1 -1
- package/dist/models/compositionModelOverrideDto.d.ts +3 -3
- package/dist/models/compositionModelOverrideDtoKind.d.ts +1 -1
- package/dist/models/compositionModelOverrideDtoKind.js +1 -1
- package/dist/models/compositionModelOverrideDtoModelClass.d.ts +1 -1
- package/dist/models/compositionModelOverrideDtoModelClass.js +1 -1
- package/dist/models/compositionMountLayoutDto.d.ts +5 -5
- package/dist/models/compositionMountLayoutDtoInputs.d.ts +1 -1
- package/dist/models/compositionMountLayoutDtoInputs.js +1 -1
- package/dist/models/compositionMountLayoutDtoMounts.d.ts +1 -1
- package/dist/models/compositionMountLayoutDtoMounts.js +1 -1
- package/dist/models/compositionMountLayoutDtoSeedFilesItem.d.ts +1 -1
- package/dist/models/compositionMountLayoutDtoSeedFilesItem.js +1 -1
- package/dist/models/compositionNodeDto.d.ts +16 -6
- package/dist/models/compositionNodeDtoPermission.d.ts +13 -0
- package/dist/models/compositionNodeDtoPermission.js +9 -0
- package/dist/models/compositionOutputSurfaceDto.d.ts +3 -3
- package/dist/models/compositionOutputSurfaceDtoMode.d.ts +1 -1
- package/dist/models/compositionOutputSurfaceDtoMode.js +1 -1
- package/dist/models/compositionPermissionsDto.d.ts +11 -0
- package/dist/models/compositionPermissionsDto.js +2 -0
- package/dist/models/compositionPermissionsToolsDto.d.ts +12 -0
- package/dist/models/compositionPermissionsToolsDto.js +2 -0
- package/dist/models/compositionPersistenceDto.d.ts +2 -2
- package/dist/models/compositionPersistenceDtoOverrides.d.ts +1 -1
- package/dist/models/compositionPersistenceDtoOverrides.js +1 -1
- package/dist/models/compositionResponseDto.d.ts +6 -6
- package/dist/models/compositionResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/compositionResponseDtoLifecycle.d.ts +1 -1
- package/dist/models/compositionResponseDtoLifecycle.js +1 -1
- package/dist/models/compositionResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/compositionSkillRefDto.d.ts +1 -1
- package/dist/models/compositionSkillRefDto.js +1 -1
- package/dist/models/compositionToolRefDto.d.ts +2 -2
- package/dist/models/compositionToolRefDtoKind.d.ts +1 -1
- package/dist/models/compositionToolRefDtoKind.js +1 -1
- package/dist/models/compositionWorkingFileDto.d.ts +4 -4
- package/dist/models/compositionWorkingFileDtoFormat.d.ts +1 -1
- package/dist/models/compositionWorkingFileDtoFormat.js +1 -1
- package/dist/models/compositionWorkingFileDtoSourceRef.d.ts +1 -1
- package/dist/models/compositionWorkingFileDtoSourceRef.js +1 -1
- package/dist/models/compositionWorkingFileDtoSyncDirection.d.ts +1 -1
- package/dist/models/compositionWorkingFileDtoSyncDirection.js +1 -1
- package/dist/models/compositionWorkspaceDto.d.ts +12 -6
- package/dist/models/createAgentDefinitionDto.d.ts +3 -3
- package/dist/models/createAgentDefinitionDtoModelClass.d.ts +1 -1
- package/dist/models/createAgentDefinitionDtoModelClass.js +1 -1
- package/dist/models/createAgentDto.d.ts +27 -0
- package/dist/models/createAgentDto.js +2 -0
- package/dist/models/createAgentKernelDto.d.ts +35 -0
- package/dist/models/createAgentKernelDto.js +2 -0
- package/dist/models/createAgentKernelDtoModelClass.d.ts +18 -0
- package/dist/models/createAgentKernelDtoModelClass.js +17 -0
- package/dist/models/createCapabilityDto.d.ts +1 -1
- package/dist/models/createCapabilityDto.js +1 -1
- package/dist/models/createCodeStandardDto.d.ts +2 -2
- package/dist/models/createCodeStandardDtoCategory.d.ts +1 -1
- package/dist/models/createCodeStandardDtoCategory.js +1 -1
- package/dist/models/createCompositionDto.d.ts +5 -5
- package/dist/models/createModelDto.d.ts +4 -1
- package/dist/models/createModelDto.js +0 -7
- package/dist/models/createModelResolutionRuleDto.d.ts +4 -4
- package/dist/models/createModelResolutionRuleDtoTargetKind.d.ts +1 -1
- package/dist/models/createModelResolutionRuleDtoTargetKind.js +1 -1
- package/dist/models/createModelResolutionRuleDtoTargetModelClass.d.ts +1 -1
- package/dist/models/createModelResolutionRuleDtoTargetModelClass.js +1 -1
- package/dist/models/createModelStrategyDto.d.ts +6 -6
- package/dist/models/createModelStrategyDtoProviderFocus.d.ts +1 -1
- package/dist/models/createModelStrategyDtoProviderFocus.js +1 -1
- package/dist/models/createModelStrategyDtoTier.d.ts +1 -1
- package/dist/models/createModelStrategyDtoTier.js +1 -1
- package/dist/models/createModelStrategyEntryDto.d.ts +2 -2
- package/dist/models/createModelStrategyEntryDtoModelClass.d.ts +1 -1
- package/dist/models/createModelStrategyEntryDtoModelClass.js +1 -1
- package/dist/models/createProjectAgentOverrideDto.d.ts +1 -1
- package/dist/models/createProjectAgentOverrideDto.js +1 -1
- package/dist/models/createProviderDto.d.ts +3 -3
- package/dist/models/createProviderDtoApiType.d.ts +1 -1
- package/dist/models/createProviderDtoApiType.js +1 -1
- package/dist/models/createProviderDtoAuthType.d.ts +1 -1
- package/dist/models/createProviderDtoAuthType.js +1 -1
- package/dist/models/credentialKind.d.ts +16 -0
- package/dist/models/credentialKind.js +18 -0
- package/dist/models/embeddingCommitmentDto.d.ts +4 -4
- package/dist/models/embeddingCommitmentDtoDataEnvelope.d.ts +2 -2
- package/dist/models/embeddingCommitmentDtoState.d.ts +1 -1
- package/dist/models/embeddingCommitmentDtoState.js +1 -1
- package/dist/models/embeddingMigrationDto.d.ts +3 -3
- package/dist/models/embeddingMigrationDtoDataEnvelope.d.ts +2 -2
- package/dist/models/embeddingMigrationDtoState.d.ts +1 -1
- package/dist/models/embeddingMigrationDtoState.js +1 -1
- package/dist/models/embeddingModelOptionDto.d.ts +2 -2
- package/dist/models/embeddingModelOptionDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/embeddingProviderSummaryDto.d.ts +1 -1
- package/dist/models/embeddingProviderSummaryDto.js +1 -1
- package/dist/models/errorDetailsDto.d.ts +2 -2
- package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
- package/dist/models/errorDetailsDtoDetails.js +1 -1
- package/dist/models/errorPayloadDto.d.ts +2 -2
- package/dist/models/errorResponseDto.d.ts +2 -2
- package/dist/models/index.d.ts +66 -69
- package/dist/models/index.js +66 -69
- package/dist/models/inputArtifactEntryDto.d.ts +1 -1
- package/dist/models/inputArtifactEntryDto.js +1 -1
- package/dist/models/instructionSectionResponseDto.d.ts +3 -3
- package/dist/models/instructionSectionResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/instructionSectionResponseDtoOrgId.d.ts +1 -1
- package/dist/models/instructionSectionResponseDtoOrgId.js +1 -1
- package/dist/models/instructionSectionResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/llmReadinessDetailsDto.d.ts +1 -1
- package/dist/models/llmReadinessDetailsDto.js +1 -1
- package/dist/models/llmReadinessResponseDto.d.ts +4 -4
- package/dist/models/llmReadinessResponseDtoAction.d.ts +1 -1
- package/dist/models/llmReadinessResponseDtoAction.js +1 -1
- package/dist/models/llmReadinessResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/llmReadinessResponseDtoStatus.d.ts +1 -1
- package/dist/models/llmReadinessResponseDtoStatus.js +1 -1
- package/dist/models/llmRegistryControllerResolveForInvocationModelClass.d.ts +1 -1
- package/dist/models/llmRegistryControllerResolveForInvocationModelClass.js +1 -1
- package/dist/models/llmRegistryControllerResolveForInvocationParams.d.ts +3 -3
- package/dist/models/llmRegistryControllerResolveForInvocationPurpose.d.ts +1 -1
- package/dist/models/llmRegistryControllerResolveForInvocationPurpose.js +1 -1
- package/dist/models/migrationConsumerDoneDto.d.ts +2 -2
- package/dist/models/migrationConsumerDoneDtoConsumer.d.ts +1 -1
- package/dist/models/migrationConsumerDoneDtoConsumer.js +1 -1
- package/dist/models/migrationConsumerFailedDto.d.ts +2 -2
- package/dist/models/migrationConsumerFailedDtoConsumer.d.ts +1 -1
- package/dist/models/migrationConsumerFailedDtoConsumer.js +1 -1
- package/dist/models/migrationConsumerProgressDto.d.ts +3 -3
- package/dist/models/migrationConsumerProgressDtoConsumer.d.ts +1 -1
- package/dist/models/migrationConsumerProgressDtoConsumer.js +1 -1
- package/dist/models/migrationConsumerProgressDtoState.d.ts +1 -1
- package/dist/models/migrationConsumerProgressDtoState.js +1 -1
- package/dist/models/migrationHeartbeatDto.d.ts +2 -2
- package/dist/models/migrationHeartbeatDtoConsumer.d.ts +1 -1
- package/dist/models/migrationHeartbeatDtoConsumer.js +1 -1
- package/dist/models/migrationProvisionDto.d.ts +2 -2
- package/dist/models/migrationProvisionDtoConsumer.d.ts +1 -1
- package/dist/models/migrationProvisionDtoConsumer.js +1 -1
- package/dist/models/migrationTargetDto.d.ts +1 -1
- package/dist/models/migrationTargetDto.js +1 -1
- package/dist/models/modelModality.d.ts +18 -0
- package/dist/models/modelModality.js +17 -0
- package/dist/models/modelResolutionRuleResponseDto.d.ts +4 -4
- package/dist/models/modelResolutionRuleResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/modelResolutionRuleResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/modelResolutionRuleResponseDtoTargetKind.d.ts +1 -1
- package/dist/models/modelResolutionRuleResponseDtoTargetKind.js +1 -1
- package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.d.ts +1 -1
- package/dist/models/modelResolutionRuleResponseDtoTargetModelClass.js +1 -1
- package/dist/models/modelResolutionSelectorDto.d.ts +4 -4
- package/dist/models/modelResolutionSelectorDtoExtra.d.ts +1 -1
- package/dist/models/modelResolutionSelectorDtoExtra.js +1 -1
- package/dist/models/modelResolutionSelectorResponseDto.d.ts +3 -3
- package/dist/models/modelResolutionSelectorResponseDtoExtra.d.ts +1 -1
- package/dist/models/modelResolutionSelectorResponseDtoExtra.js +1 -1
- package/dist/models/modelResponseDto.d.ts +5 -2
- package/dist/models/modelResponseDtoContextWindow.d.ts +1 -1
- package/dist/models/modelResponseDtoContextWindow.js +1 -1
- package/dist/models/modelResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/modelResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/modelStatusDto.d.ts +1 -1
- package/dist/models/modelStatusDto.js +1 -1
- package/dist/models/modelStatusDtoDataEnvelope.d.ts +2 -2
- package/dist/models/modelStrategyEntryResponseDto.d.ts +7 -3
- package/dist/models/modelStrategyEntryResponseDtoModelClass.d.ts +1 -1
- package/dist/models/modelStrategyEntryResponseDtoModelClass.js +1 -1
- package/dist/models/modelStrategyResponseDto.d.ts +2 -2
- package/dist/models/modelStrategyResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/modelStrategyResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/mountEntryDto.d.ts +2 -2
- package/dist/models/mountEntryDtoMode.d.ts +1 -1
- package/dist/models/mountEntryDtoMode.js +1 -1
- package/dist/models/mutabilityTier.d.ts +1 -1
- package/dist/models/mutabilityTier.js +1 -1
- package/dist/models/orgInteractiveSubagentDto.d.ts +6 -3
- package/dist/models/orgInteractiveSubagentDto.js +1 -1
- package/dist/models/orgInteractiveSubagentsResponseDto.d.ts +3 -3
- package/dist/models/orgInteractiveSubagentsResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/outputSurfaceKind.d.ts +1 -1
- package/dist/models/outputSurfaceKind.js +1 -1
- package/dist/models/paginationMeta.d.ts +1 -1
- package/dist/models/paginationMeta.js +1 -1
- package/dist/models/projectAgentOverrideResponseDto.d.ts +3 -3
- package/dist/models/projectAgentOverrideResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/projectAgentOverrideResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/projectAgentOverrideResponseDtoSystemPromptAppend.d.ts +1 -1
- package/dist/models/projectAgentOverrideResponseDtoSystemPromptAppend.js +1 -1
- package/dist/models/projectAgentOverrideResponseDtoTemperature.d.ts +1 -1
- package/dist/models/projectAgentOverrideResponseDtoTemperature.js +1 -1
- package/dist/models/projectKitAuthDto.d.ts +1 -1
- package/dist/models/projectKitAuthDto.js +1 -1
- package/dist/models/projectKitDefinitionDto.d.ts +5 -5
- package/dist/models/projectKitDefinitionDtoDataEnvelope.d.ts +2 -2
- package/dist/models/projectKitDefinitionDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/projectKitKind.d.ts +1 -1
- package/dist/models/projectKitKind.js +1 -1
- package/dist/models/projectKitPurpose.d.ts +1 -1
- package/dist/models/projectKitPurpose.js +1 -1
- package/dist/models/projectKitSourceDto.d.ts +3 -3
- package/dist/models/projectKitSourceKind.d.ts +1 -1
- package/dist/models/projectKitSourceKind.js +1 -1
- package/dist/models/projectKitsControllerListParams.d.ts +1 -1
- package/dist/models/projectKitsControllerListParams.js +1 -1
- package/dist/models/projectModelStrategyBindingResponseDto.d.ts +2 -2
- package/dist/models/projectModelStrategyBindingResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/providerResponseDto.d.ts +4 -4
- package/dist/models/providerResponseDtoApiType.d.ts +1 -1
- package/dist/models/providerResponseDtoApiType.js +1 -1
- package/dist/models/providerResponseDtoAuthType.d.ts +1 -1
- package/dist/models/providerResponseDtoAuthType.js +1 -1
- package/dist/models/providerResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/providerResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/providerTestResponseDto.d.ts +1 -1
- package/dist/models/providerTestResponseDto.js +1 -1
- package/dist/models/providerTestResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/publishAgentDto.d.ts +19 -0
- package/dist/models/publishAgentDto.js +2 -0
- package/dist/models/publishCompositionDto.d.ts +4 -4
- package/dist/models/publishSemverBump.d.ts +1 -1
- package/dist/models/publishSemverBump.js +1 -1
- package/dist/models/registryVisibilityTier.d.ts +1 -1
- package/dist/models/registryVisibilityTier.js +1 -1
- package/dist/models/renderAgentRunContextRequestDto.d.ts +6 -6
- package/dist/models/renderAgentRunContextRequestDtoWorkflowInputs.d.ts +1 -1
- package/dist/models/renderAgentRunContextRequestDtoWorkflowInputs.js +1 -1
- package/dist/models/renderAgentRunContextResponseDto.d.ts +3 -3
- package/dist/models/renderAgentRunContextResponseDtoContextJson.d.ts +1 -1
- package/dist/models/renderAgentRunContextResponseDtoContextJson.js +1 -1
- package/dist/models/renderAgentRunContextResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/renderedMountPlanDto.d.ts +2 -2
- package/dist/models/rescopeDto.d.ts +2 -2
- package/dist/models/resolveFullResponseDto.d.ts +11 -8
- package/dist/models/resolveFullResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolveFullResponseDtoModelClass.d.ts +1 -1
- package/dist/models/resolveFullResponseDtoModelClass.js +1 -1
- package/dist/models/resolvedAgentKernelResponseDto.d.ts +22 -0
- package/dist/models/resolvedAgentKernelResponseDto.js +2 -0
- package/dist/models/resolvedAgentKernelResponseDtoDataEnvelope.d.ts +11 -0
- package/dist/models/resolvedAgentKernelResponseDtoDataEnvelope.js +2 -0
- package/dist/models/resolvedAgentKernelResponseDtoModelClass.d.ts +15 -0
- package/dist/models/resolvedAgentKernelResponseDtoModelClass.js +17 -0
- package/dist/models/resolvedAgentModelResponseDto.d.ts +2 -2
- package/dist/models/resolvedAgentModelResponseDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/resolvedAgentModelResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedAgentModelResponseDtoSource.d.ts +1 -1
- package/dist/models/resolvedAgentModelResponseDtoSource.js +1 -1
- package/dist/models/resolvedAgentResponseDto.d.ts +13 -8
- package/dist/models/resolvedAgentResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedAgentResponseDtoModelClass.d.ts +1 -1
- package/dist/models/resolvedAgentResponseDtoModelClass.js +1 -1
- package/dist/models/resolvedAgentToolProfileDto.d.ts +1 -1
- package/dist/models/resolvedAgentToolProfileDto.js +1 -1
- package/dist/models/resolvedCompositionResponseDto.d.ts +5 -5
- package/dist/models/resolvedCompositionResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedConfigSnapshotResponseDto.d.ts +4 -4
- package/dist/models/resolvedConfigSnapshotResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedConfigSnapshotResponseDtoPayload.d.ts +1 -1
- package/dist/models/resolvedConfigSnapshotResponseDtoPayload.js +1 -1
- package/dist/models/resolvedConfigSnapshotResponseDtoPayloadObjectKey.d.ts +1 -1
- package/dist/models/resolvedConfigSnapshotResponseDtoPayloadObjectKey.js +1 -1
- package/dist/models/resolvedEmbeddingCommitmentDto.d.ts +3 -3
- package/dist/models/resolvedEmbeddingCommitmentDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedEmbeddingCommitmentDtoState.d.ts +1 -1
- package/dist/models/resolvedEmbeddingCommitmentDtoState.js +1 -1
- package/dist/models/resolvedModelDecisionDto.d.ts +2 -2
- package/dist/models/resolvedModelRefDto.d.ts +3 -3
- package/dist/models/resolvedModelRefDtoKind.d.ts +1 -1
- package/dist/models/resolvedModelRefDtoKind.js +1 -1
- package/dist/models/resolvedModelRefDtoModelClass.d.ts +1 -1
- package/dist/models/resolvedModelRefDtoModelClass.js +1 -1
- package/dist/models/resolvedModelSelectionDto.d.ts +7 -3
- package/dist/models/resolvedModelSelectionDtoSource.d.ts +1 -1
- package/dist/models/resolvedModelSelectionDtoSource.js +1 -1
- package/dist/models/resolvedModelStubDto.d.ts +7 -4
- package/dist/models/resolvedModelStubDtoSource.d.ts +1 -1
- package/dist/models/resolvedModelStubDtoSource.js +1 -1
- package/dist/models/resolvedPhaseConfigDto.d.ts +8 -4
- package/dist/models/resolvedPhaseConfigDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedProjectConfigResponseDto.d.ts +2 -2
- package/dist/models/resolvedProjectConfigResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/resolvedSkillEntryDto.d.ts +2 -2
- package/dist/models/resolvedSkillEntryDtoSource.d.ts +1 -1
- package/dist/models/resolvedSkillEntryDtoSource.js +1 -1
- package/dist/models/resolvedToolProfileDto.d.ts +3 -3
- package/dist/models/resolvedToolProfileDtoCatalogId.d.ts +1 -1
- package/dist/models/resolvedToolProfileDtoCatalogId.js +1 -1
- package/dist/models/resolvedToolProfileDtoDataArrayEnvelope.d.ts +2 -2
- package/dist/models/roleCapabilityProfileDto.d.ts +4 -4
- package/dist/models/roleCapabilityProfileDtoDataEnvelope.d.ts +2 -2
- package/dist/models/roleCapabilityProfileDtoMayEditRepos.d.ts +1 -1
- package/dist/models/roleCapabilityProfileDtoMayEditRepos.js +1 -1
- package/dist/models/roleCapabilityProfileDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/roleCapabilityProfileDtoSurface.d.ts +1 -1
- package/dist/models/roleCapabilityProfileDtoSurface.js +1 -1
- package/dist/models/roleCapabilityProfileDtoWritePolicy.d.ts +1 -1
- package/dist/models/roleCapabilityProfileDtoWritePolicy.js +1 -1
- package/dist/models/scopeSource.d.ts +1 -1
- package/dist/models/scopeSource.js +1 -1
- package/dist/models/startEmbeddingMigrationDto.d.ts +1 -1
- package/dist/models/startEmbeddingMigrationDto.js +1 -1
- package/dist/models/syncModelsResponseDto.d.ts +1 -1
- package/dist/models/syncModelsResponseDto.js +1 -1
- package/dist/models/syncModelsResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/toolProfileControllerDeleteProfileParams.d.ts +2 -2
- package/dist/models/toolProfileControllerDeleteProfileParams.js +1 -1
- package/dist/models/toolProfileControllerResolveProfilesParams.d.ts +2 -2
- package/dist/models/toolProfileControllerResolveProfilesParams.js +1 -1
- package/dist/models/toolProfileControllerUpsertProfileParams.d.ts +2 -2
- package/dist/models/toolProfileControllerUpsertProfileParams.js +1 -1
- package/dist/models/toolProfileResponseDto.d.ts +3 -3
- package/dist/models/toolProfileResponseDtoDataEnvelope.d.ts +2 -2
- package/dist/models/toolProfileResponseDtoPaginatedEnvelope.d.ts +3 -3
- package/dist/models/toolsetKey.d.ts +16 -0
- package/dist/models/toolsetKey.js +18 -0
- package/dist/models/updateAgentDefinitionDto.d.ts +2 -2
- package/dist/models/updateAgentDefinitionDtoModelClass.d.ts +1 -1
- package/dist/models/updateAgentDefinitionDtoModelClass.js +1 -1
- package/dist/models/updateAgentDto.d.ts +18 -0
- package/dist/models/updateAgentDto.js +2 -0
- package/dist/models/updateAgentKernelDto.d.ts +20 -0
- package/dist/models/updateAgentKernelDto.js +2 -0
- package/dist/models/updateAgentKernelDtoModelClass.d.ts +15 -0
- package/dist/models/updateAgentKernelDtoModelClass.js +17 -0
- package/dist/models/updateCapabilityDto.d.ts +1 -1
- package/dist/models/updateCapabilityDto.js +1 -1
- package/dist/models/updateCodeStandardDto.d.ts +1 -1
- package/dist/models/updateCodeStandardDto.js +1 -1
- package/dist/models/updateCompositionDto.d.ts +4 -4
- package/dist/models/updateModelDto.d.ts +4 -1
- package/dist/models/updateModelDto.js +0 -7
- package/dist/models/updateModelResolutionRuleDto.d.ts +4 -4
- package/dist/models/updateModelResolutionRuleDtoTargetKind.d.ts +1 -1
- package/dist/models/updateModelResolutionRuleDtoTargetKind.js +1 -1
- package/dist/models/updateModelResolutionRuleDtoTargetModelClass.d.ts +1 -1
- package/dist/models/updateModelResolutionRuleDtoTargetModelClass.js +1 -1
- package/dist/models/updateModelStrategyDto.d.ts +1 -1
- package/dist/models/updateModelStrategyDto.js +1 -1
- package/dist/models/updateProjectAgentOverrideDto.d.ts +1 -1
- package/dist/models/updateProjectAgentOverrideDto.js +1 -1
- package/dist/models/updateProviderDto.d.ts +3 -3
- package/dist/models/updateProviderDtoApiType.d.ts +1 -1
- package/dist/models/updateProviderDtoApiType.js +1 -1
- package/dist/models/updateProviderDtoAuthType.d.ts +1 -1
- package/dist/models/updateProviderDtoAuthType.js +1 -1
- package/dist/models/upsertAgentModelOverrideDto.d.ts +2 -2
- package/dist/models/upsertAgentModelOverrideDtoScope.d.ts +1 -1
- package/dist/models/upsertAgentModelOverrideDtoScope.js +1 -1
- package/dist/models/upsertEmbeddingCommitmentDto.d.ts +1 -1
- package/dist/models/upsertEmbeddingCommitmentDto.js +1 -1
- package/dist/models/upsertInstructionSectionDto.d.ts +2 -2
- package/dist/models/upsertModelStrategyEntriesDto.d.ts +2 -2
- package/dist/models/upsertToolProfileDto.d.ts +1 -1
- package/dist/models/upsertToolProfileDto.js +1 -1
- package/dist/models/widgetKindDto.d.ts +25 -0
- package/dist/models/widgetKindDto.js +2 -0
- package/dist/models/widgetKindDtoPayloadSchema.d.ts +13 -0
- package/dist/models/widgetKindDtoPayloadSchema.js +9 -0
- package/dist/models/widgetKindDtoSource.d.ts +12 -0
- package/dist/models/widgetKindDtoSource.js +14 -0
- package/dist/models/widgetKindListDto.d.ts +11 -0
- package/dist/models/widgetKindListDto.js +2 -0
- package/dist/models/widgetKindSource.d.ts +15 -0
- package/dist/models/widgetKindSource.js +14 -0
- package/dist/models/workingFileEntryDto.d.ts +2 -2
- package/dist/models/workingFileEntryDtoSourceRef.d.ts +1 -1
- package/dist/models/workingFileEntryDtoSourceRef.js +1 -1
- package/package.json +10 -1
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.projectKitsControllerGetBySlug = exports.getProjectKitsControllerGetBySlugUrl = exports.projectKitsControllerList = exports.getProjectKitsControllerListUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary List Project Kits. Optionally filtered to kits compatible with a tech-stack target.
|
|
7
|
-
*/
|
|
8
5
|
const getProjectKitsControllerListUrl = (params) => {
|
|
9
6
|
const normalizedParams = new URLSearchParams();
|
|
10
7
|
Object.entries(params || {}).forEach(([key, value]) => {
|
|
@@ -28,6 +25,9 @@ const getProjectKitsControllerListUrl = (params) => {
|
|
|
28
25
|
return stringifiedParams.length > 0 ? `/project-kits?${stringifiedParams}` : `/project-kits`;
|
|
29
26
|
};
|
|
30
27
|
exports.getProjectKitsControllerListUrl = getProjectKitsControllerListUrl;
|
|
28
|
+
/**
|
|
29
|
+
* @summary List Project Kits. Optionally filtered to kits compatible with a tech-stack target.
|
|
30
|
+
*/
|
|
31
31
|
const projectKitsControllerList = async (params, options) => {
|
|
32
32
|
return (0, custom_fetch_1.customFetch)((0, exports.getProjectKitsControllerListUrl)(params), {
|
|
33
33
|
...options,
|
|
@@ -35,13 +35,13 @@ const projectKitsControllerList = async (params, options) => {
|
|
|
35
35
|
});
|
|
36
36
|
};
|
|
37
37
|
exports.projectKitsControllerList = projectKitsControllerList;
|
|
38
|
-
/**
|
|
39
|
-
* @summary Resolve a single Project Kit by slug. Unknown slugs raise 404.
|
|
40
|
-
*/
|
|
41
38
|
const getProjectKitsControllerGetBySlugUrl = (slug) => {
|
|
42
39
|
return `/project-kits/${slug}`;
|
|
43
40
|
};
|
|
44
41
|
exports.getProjectKitsControllerGetBySlugUrl = getProjectKitsControllerGetBySlugUrl;
|
|
42
|
+
/**
|
|
43
|
+
* @summary Resolve a single Project Kit by slug. Unknown slugs raise 404.
|
|
44
|
+
*/
|
|
45
45
|
const projectKitsControllerGetBySlug = async (slug, options) => {
|
|
46
46
|
return (0, custom_fetch_1.customFetch)((0, exports.getProjectKitsControllerGetBySlugUrl)(slug), {
|
|
47
47
|
...options,
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* LLM Registry API
|
|
5
5
|
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
8
|
import type { RoleCapabilityProfileDtoDataEnvelope, RoleCapabilityProfileDtoPaginatedEnvelope } from '../../models';
|
|
9
|
+
export declare const getRoleCapabilitiesControllerListUrl: () => string;
|
|
9
10
|
/**
|
|
10
11
|
* @summary List every role-capability profile resolved from kernel + platform biomes. Sorted by role slug. Used by debug tools and the registry-consistency test.
|
|
11
12
|
*/
|
|
12
|
-
export declare const getRoleCapabilitiesControllerListUrl: () => string;
|
|
13
13
|
export declare const roleCapabilitiesControllerList: (options?: RequestInit) => Promise<RoleCapabilityProfileDtoPaginatedEnvelope>;
|
|
14
|
+
export declare const getRoleCapabilitiesControllerGetByRoleUrl: (role: string) => string;
|
|
14
15
|
/**
|
|
15
16
|
* @summary Resolve a single role-capability profile by role slug. opencode-pool-api calls this at allocation time and serializes the JSON into XEMA_PLUGIN_ROLE_PROFILE_JSON for the worker plugin. Unknown roles raise 404.
|
|
16
17
|
*/
|
|
17
|
-
export declare const getRoleCapabilitiesControllerGetByRoleUrl: (role: string) => string;
|
|
18
18
|
export declare const roleCapabilitiesControllerGetByRole: (role: string, options?: RequestInit) => Promise<RoleCapabilityProfileDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.roleCapabilitiesControllerGetByRole = exports.getRoleCapabilitiesControllerGetByRoleUrl = exports.roleCapabilitiesControllerList = exports.getRoleCapabilitiesControllerListUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary List every role-capability profile resolved from kernel + platform biomes. Sorted by role slug. Used by debug tools and the registry-consistency test.
|
|
7
|
-
*/
|
|
8
5
|
const getRoleCapabilitiesControllerListUrl = () => {
|
|
9
6
|
return `/role-capabilities`;
|
|
10
7
|
};
|
|
11
8
|
exports.getRoleCapabilitiesControllerListUrl = getRoleCapabilitiesControllerListUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary List every role-capability profile resolved from kernel + platform biomes. Sorted by role slug. Used by debug tools and the registry-consistency test.
|
|
11
|
+
*/
|
|
12
12
|
const roleCapabilitiesControllerList = async (options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getRoleCapabilitiesControllerListUrl)(), {
|
|
14
14
|
...options,
|
|
@@ -16,13 +16,13 @@ const roleCapabilitiesControllerList = async (options) => {
|
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
18
|
exports.roleCapabilitiesControllerList = roleCapabilitiesControllerList;
|
|
19
|
-
/**
|
|
20
|
-
* @summary Resolve a single role-capability profile by role slug. opencode-pool-api calls this at allocation time and serializes the JSON into XEMA_PLUGIN_ROLE_PROFILE_JSON for the worker plugin. Unknown roles raise 404.
|
|
21
|
-
*/
|
|
22
19
|
const getRoleCapabilitiesControllerGetByRoleUrl = (role) => {
|
|
23
20
|
return `/role-capabilities/${role}`;
|
|
24
21
|
};
|
|
25
22
|
exports.getRoleCapabilitiesControllerGetByRoleUrl = getRoleCapabilitiesControllerGetByRoleUrl;
|
|
23
|
+
/**
|
|
24
|
+
* @summary Resolve a single role-capability profile by role slug. opencode-pool-api calls this at allocation time and serializes the JSON into XEMA_PLUGIN_ROLE_PROFILE_JSON for the worker plugin. Unknown roles raise 404.
|
|
25
|
+
*/
|
|
26
26
|
const roleCapabilitiesControllerGetByRole = async (role, options) => {
|
|
27
27
|
return (0, custom_fetch_1.customFetch)((0, exports.getRoleCapabilitiesControllerGetByRoleUrl)(role), {
|
|
28
28
|
...options,
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* LLM Registry API
|
|
5
5
|
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
8
|
import type { RescopeDto, ResolvedToolProfileDtoDataArrayEnvelope, ToolProfileControllerDeleteProfileParams, ToolProfileControllerResolveProfilesParams, ToolProfileControllerUpsertProfileParams, ToolProfileResponseDtoDataEnvelope, ToolProfileResponseDtoPaginatedEnvelope, UpsertToolProfileDto } from '../../models';
|
|
9
|
+
export declare const getToolProfileControllerListProfilesUrl: (slug: string) => string;
|
|
9
10
|
/**
|
|
10
11
|
* @summary List tool profiles for an agent (all scopes merged). Biome-attributed rows are filtered through `@xemahq/biome-governance-client` against the caller org's enablement view.
|
|
11
12
|
*/
|
|
12
|
-
export declare const getToolProfileControllerListProfilesUrl: (slug: string) => string;
|
|
13
13
|
export declare const toolProfileControllerListProfiles: (slug: string, options?: RequestInit) => Promise<ToolProfileResponseDtoPaginatedEnvelope>;
|
|
14
|
+
export declare const getToolProfileControllerResolveProfilesUrl: (slug: string, params?: ToolProfileControllerResolveProfilesParams) => string;
|
|
14
15
|
/**
|
|
15
16
|
* @summary Resolve effective tool profiles for an agent
|
|
16
17
|
*/
|
|
17
|
-
export declare const getToolProfileControllerResolveProfilesUrl: (slug: string, params?: ToolProfileControllerResolveProfilesParams) => string;
|
|
18
18
|
export declare const toolProfileControllerResolveProfiles: (slug: string, params?: ToolProfileControllerResolveProfilesParams, options?: RequestInit) => Promise<ResolvedToolProfileDtoDataArrayEnvelope>;
|
|
19
|
+
export declare const getToolProfileControllerUpsertProfileUrl: (slug: string, mcpServiceKey: string, params?: ToolProfileControllerUpsertProfileParams) => string;
|
|
19
20
|
/**
|
|
20
21
|
* @summary Upsert a tool profile for an agent + MCP service key
|
|
21
22
|
*/
|
|
22
|
-
export declare const getToolProfileControllerUpsertProfileUrl: (slug: string, mcpServiceKey: string, params?: ToolProfileControllerUpsertProfileParams) => string;
|
|
23
23
|
export declare const toolProfileControllerUpsertProfile: (slug: string, mcpServiceKey: string, upsertToolProfileDto: UpsertToolProfileDto, params?: ToolProfileControllerUpsertProfileParams, options?: RequestInit) => Promise<ToolProfileResponseDtoDataEnvelope>;
|
|
24
|
+
export declare const getToolProfileControllerDeleteProfileUrl: (slug: string, mcpServiceKey: string, params?: ToolProfileControllerDeleteProfileParams) => string;
|
|
24
25
|
/**
|
|
25
26
|
* @summary Delete an org-scoped tool profile
|
|
26
27
|
*/
|
|
27
|
-
export declare const getToolProfileControllerDeleteProfileUrl: (slug: string, mcpServiceKey: string, params?: ToolProfileControllerDeleteProfileParams) => string;
|
|
28
28
|
export declare const toolProfileControllerDeleteProfile: (slug: string, mcpServiceKey: string, params?: ToolProfileControllerDeleteProfileParams, options?: RequestInit) => Promise<unknown>;
|
|
29
|
+
export declare const getToolProfileControllerRescopeProfileUrl: (id: string) => string;
|
|
29
30
|
/**
|
|
30
31
|
* @summary Re-scope a tool profile — promote its owner UP the scope ladder (the "add to project" / "publish to org" action). Legal promotions: user → project|org, project → org. Illegal promotions and non-owner attempts fail fast with 400/403.
|
|
31
32
|
*/
|
|
32
|
-
export declare const getToolProfileControllerRescopeProfileUrl: (id: string) => string;
|
|
33
33
|
export declare const toolProfileControllerRescopeProfile: (id: string, rescopeDto: RescopeDto, options?: RequestInit) => Promise<ToolProfileResponseDtoDataEnvelope>;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.toolProfileControllerRescopeProfile = exports.getToolProfileControllerRescopeProfileUrl = exports.toolProfileControllerDeleteProfile = exports.getToolProfileControllerDeleteProfileUrl = exports.toolProfileControllerUpsertProfile = exports.getToolProfileControllerUpsertProfileUrl = exports.toolProfileControllerResolveProfiles = exports.getToolProfileControllerResolveProfilesUrl = exports.toolProfileControllerListProfiles = exports.getToolProfileControllerListProfilesUrl = void 0;
|
|
4
4
|
const custom_fetch_1 = require("../../custom-fetch");
|
|
5
|
-
/**
|
|
6
|
-
* @summary List tool profiles for an agent (all scopes merged). Biome-attributed rows are filtered through `@xemahq/biome-governance-client` against the caller org's enablement view.
|
|
7
|
-
*/
|
|
8
5
|
const getToolProfileControllerListProfilesUrl = (slug) => {
|
|
9
6
|
return `/agents/${slug}/tool-profiles`;
|
|
10
7
|
};
|
|
11
8
|
exports.getToolProfileControllerListProfilesUrl = getToolProfileControllerListProfilesUrl;
|
|
9
|
+
/**
|
|
10
|
+
* @summary List tool profiles for an agent (all scopes merged). Biome-attributed rows are filtered through `@xemahq/biome-governance-client` against the caller org's enablement view.
|
|
11
|
+
*/
|
|
12
12
|
const toolProfileControllerListProfiles = async (slug, options) => {
|
|
13
13
|
return (0, custom_fetch_1.customFetch)((0, exports.getToolProfileControllerListProfilesUrl)(slug), {
|
|
14
14
|
...options,
|
|
@@ -16,9 +16,6 @@ const toolProfileControllerListProfiles = async (slug, options) => {
|
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
18
|
exports.toolProfileControllerListProfiles = toolProfileControllerListProfiles;
|
|
19
|
-
/**
|
|
20
|
-
* @summary Resolve effective tool profiles for an agent
|
|
21
|
-
*/
|
|
22
19
|
const getToolProfileControllerResolveProfilesUrl = (slug, params) => {
|
|
23
20
|
const normalizedParams = new URLSearchParams();
|
|
24
21
|
Object.entries(params || {}).forEach(([key, value]) => {
|
|
@@ -42,6 +39,9 @@ const getToolProfileControllerResolveProfilesUrl = (slug, params) => {
|
|
|
42
39
|
return stringifiedParams.length > 0 ? `/agents/${slug}/tool-profiles/resolved?${stringifiedParams}` : `/agents/${slug}/tool-profiles/resolved`;
|
|
43
40
|
};
|
|
44
41
|
exports.getToolProfileControllerResolveProfilesUrl = getToolProfileControllerResolveProfilesUrl;
|
|
42
|
+
/**
|
|
43
|
+
* @summary Resolve effective tool profiles for an agent
|
|
44
|
+
*/
|
|
45
45
|
const toolProfileControllerResolveProfiles = async (slug, params, options) => {
|
|
46
46
|
return (0, custom_fetch_1.customFetch)((0, exports.getToolProfileControllerResolveProfilesUrl)(slug, params), {
|
|
47
47
|
...options,
|
|
@@ -49,9 +49,6 @@ const toolProfileControllerResolveProfiles = async (slug, params, options) => {
|
|
|
49
49
|
});
|
|
50
50
|
};
|
|
51
51
|
exports.toolProfileControllerResolveProfiles = toolProfileControllerResolveProfiles;
|
|
52
|
-
/**
|
|
53
|
-
* @summary Upsert a tool profile for an agent + MCP service key
|
|
54
|
-
*/
|
|
55
52
|
const getToolProfileControllerUpsertProfileUrl = (slug, mcpServiceKey, params) => {
|
|
56
53
|
const normalizedParams = new URLSearchParams();
|
|
57
54
|
Object.entries(params || {}).forEach(([key, value]) => {
|
|
@@ -75,6 +72,9 @@ const getToolProfileControllerUpsertProfileUrl = (slug, mcpServiceKey, params) =
|
|
|
75
72
|
return stringifiedParams.length > 0 ? `/agents/${slug}/tool-profiles/${mcpServiceKey}?${stringifiedParams}` : `/agents/${slug}/tool-profiles/${mcpServiceKey}`;
|
|
76
73
|
};
|
|
77
74
|
exports.getToolProfileControllerUpsertProfileUrl = getToolProfileControllerUpsertProfileUrl;
|
|
75
|
+
/**
|
|
76
|
+
* @summary Upsert a tool profile for an agent + MCP service key
|
|
77
|
+
*/
|
|
78
78
|
const toolProfileControllerUpsertProfile = async (slug, mcpServiceKey, upsertToolProfileDto, params, options) => {
|
|
79
79
|
return (0, custom_fetch_1.customFetch)((0, exports.getToolProfileControllerUpsertProfileUrl)(slug, mcpServiceKey, params), {
|
|
80
80
|
...options,
|
|
@@ -84,9 +84,6 @@ const toolProfileControllerUpsertProfile = async (slug, mcpServiceKey, upsertToo
|
|
|
84
84
|
});
|
|
85
85
|
};
|
|
86
86
|
exports.toolProfileControllerUpsertProfile = toolProfileControllerUpsertProfile;
|
|
87
|
-
/**
|
|
88
|
-
* @summary Delete an org-scoped tool profile
|
|
89
|
-
*/
|
|
90
87
|
const getToolProfileControllerDeleteProfileUrl = (slug, mcpServiceKey, params) => {
|
|
91
88
|
const normalizedParams = new URLSearchParams();
|
|
92
89
|
Object.entries(params || {}).forEach(([key, value]) => {
|
|
@@ -110,6 +107,9 @@ const getToolProfileControllerDeleteProfileUrl = (slug, mcpServiceKey, params) =
|
|
|
110
107
|
return stringifiedParams.length > 0 ? `/agents/${slug}/tool-profiles/${mcpServiceKey}?${stringifiedParams}` : `/agents/${slug}/tool-profiles/${mcpServiceKey}`;
|
|
111
108
|
};
|
|
112
109
|
exports.getToolProfileControllerDeleteProfileUrl = getToolProfileControllerDeleteProfileUrl;
|
|
110
|
+
/**
|
|
111
|
+
* @summary Delete an org-scoped tool profile
|
|
112
|
+
*/
|
|
113
113
|
const toolProfileControllerDeleteProfile = async (slug, mcpServiceKey, params, options) => {
|
|
114
114
|
return (0, custom_fetch_1.customFetch)((0, exports.getToolProfileControllerDeleteProfileUrl)(slug, mcpServiceKey, params), {
|
|
115
115
|
...options,
|
|
@@ -117,13 +117,13 @@ const toolProfileControllerDeleteProfile = async (slug, mcpServiceKey, params, o
|
|
|
117
117
|
});
|
|
118
118
|
};
|
|
119
119
|
exports.toolProfileControllerDeleteProfile = toolProfileControllerDeleteProfile;
|
|
120
|
-
/**
|
|
121
|
-
* @summary Re-scope a tool profile — promote its owner UP the scope ladder (the "add to project" / "publish to org" action). Legal promotions: user → project|org, project → org. Illegal promotions and non-owner attempts fail fast with 400/403.
|
|
122
|
-
*/
|
|
123
120
|
const getToolProfileControllerRescopeProfileUrl = (id) => {
|
|
124
121
|
return `/tool-profiles/${id}/rescope`;
|
|
125
122
|
};
|
|
126
123
|
exports.getToolProfileControllerRescopeProfileUrl = getToolProfileControllerRescopeProfileUrl;
|
|
124
|
+
/**
|
|
125
|
+
* @summary Re-scope a tool profile — promote its owner UP the scope ladder (the "add to project" / "publish to org" action). Legal promotions: user → project|org, project → org. Illegal promotions and non-owner attempts fail fast with 400/403.
|
|
126
|
+
*/
|
|
127
127
|
const toolProfileControllerRescopeProfile = async (id, rescopeDto, options) => {
|
|
128
128
|
return (0, custom_fetch_1.customFetch)((0, exports.getToolProfileControllerRescopeProfileUrl)(id), {
|
|
129
129
|
...options,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
export { configureClient, getClientConfig, ClientError, customFetch, type ClientConfig } from './custom-fetch';
|
|
2
2
|
export * from './models';
|
|
3
|
-
export * from './endpoints/
|
|
4
|
-
export * from './endpoints/agent-compositions/agent-compositions';
|
|
3
|
+
export * from './endpoints/agent-agents/agent-agents';
|
|
5
4
|
export * from './endpoints/agent-definitions/agent-definitions';
|
|
6
5
|
export * from './endpoints/agent-model-overrides/agent-model-overrides';
|
|
7
6
|
export * from './endpoints/agent-run-context/agent-run-context';
|
|
8
7
|
export * from './endpoints/capability-registry/capability-registry';
|
|
9
8
|
export * from './endpoints/catalog/catalog';
|
|
9
|
+
export * from './endpoints/chat-widget-catalogue/chat-widget-catalogue';
|
|
10
10
|
export * from './endpoints/code-standards/code-standards';
|
|
11
|
-
export * from './endpoints/describe-objects/describe-objects';
|
|
12
11
|
export * from './endpoints/embedding-commitment/embedding-commitment';
|
|
13
|
-
export * from './endpoints/health/health';
|
|
14
12
|
export * from './endpoints/instruction-sections/instruction-sections';
|
|
15
13
|
export * from './endpoints/llm-readiness/llm-readiness';
|
|
16
14
|
export * from './endpoints/llm-registry/llm-registry';
|
package/dist/index.js
CHANGED
|
@@ -15,24 +15,22 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.customFetch = exports.ClientError = exports.getClientConfig = exports.configureClient = void 0;
|
|
18
|
-
// Auto-generated by
|
|
18
|
+
// Auto-generated by @xemahq/api-client-generator — do not edit manually.
|
|
19
19
|
var custom_fetch_1 = require("./custom-fetch");
|
|
20
20
|
Object.defineProperty(exports, "configureClient", { enumerable: true, get: function () { return custom_fetch_1.configureClient; } });
|
|
21
21
|
Object.defineProperty(exports, "getClientConfig", { enumerable: true, get: function () { return custom_fetch_1.getClientConfig; } });
|
|
22
22
|
Object.defineProperty(exports, "ClientError", { enumerable: true, get: function () { return custom_fetch_1.ClientError; } });
|
|
23
23
|
Object.defineProperty(exports, "customFetch", { enumerable: true, get: function () { return custom_fetch_1.customFetch; } });
|
|
24
24
|
__exportStar(require("./models"), exports);
|
|
25
|
-
__exportStar(require("./endpoints/
|
|
26
|
-
__exportStar(require("./endpoints/agent-compositions/agent-compositions"), exports);
|
|
25
|
+
__exportStar(require("./endpoints/agent-agents/agent-agents"), exports);
|
|
27
26
|
__exportStar(require("./endpoints/agent-definitions/agent-definitions"), exports);
|
|
28
27
|
__exportStar(require("./endpoints/agent-model-overrides/agent-model-overrides"), exports);
|
|
29
28
|
__exportStar(require("./endpoints/agent-run-context/agent-run-context"), exports);
|
|
30
29
|
__exportStar(require("./endpoints/capability-registry/capability-registry"), exports);
|
|
31
30
|
__exportStar(require("./endpoints/catalog/catalog"), exports);
|
|
31
|
+
__exportStar(require("./endpoints/chat-widget-catalogue/chat-widget-catalogue"), exports);
|
|
32
32
|
__exportStar(require("./endpoints/code-standards/code-standards"), exports);
|
|
33
|
-
__exportStar(require("./endpoints/describe-objects/describe-objects"), exports);
|
|
34
33
|
__exportStar(require("./endpoints/embedding-commitment/embedding-commitment"), exports);
|
|
35
|
-
__exportStar(require("./endpoints/health/health"), exports);
|
|
36
34
|
__exportStar(require("./endpoints/instruction-sections/instruction-sections"), exports);
|
|
37
35
|
__exportStar(require("./endpoints/llm-readiness/llm-readiness"), exports);
|
|
38
36
|
__exportStar(require("./endpoints/llm-registry/llm-registry"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
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 AgentBiomeAvailabilityDto {
|
|
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
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -0,0 +1,15 @@
|
|
|
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 { AgentCapabilityLayerDtoMayEditRepos } from './agentCapabilityLayerDtoMayEditRepos.js';
|
|
9
|
+
import type { AgentCapabilityLayerDtoWritePolicy } from './agentCapabilityLayerDtoWritePolicy.js';
|
|
10
|
+
export interface AgentCapabilityLayerDto {
|
|
11
|
+
writePolicy: AgentCapabilityLayerDtoWritePolicy;
|
|
12
|
+
mayEditRepos: AgentCapabilityLayerDtoMayEditRepos;
|
|
13
|
+
mayWriteKnowledgeBase: boolean;
|
|
14
|
+
allowedXemaTools: string[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 AgentCapabilityLayerDtoMayEditRepos = typeof AgentCapabilityLayerDtoMayEditRepos[keyof typeof AgentCapabilityLayerDtoMayEditRepos];
|
|
9
|
+
export declare const AgentCapabilityLayerDtoMayEditRepos: {
|
|
10
|
+
readonly never: "never";
|
|
11
|
+
readonly 'when-granted': "when-granted";
|
|
12
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
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.AgentCapabilityLayerDtoMayEditRepos = void 0;
|
|
11
|
+
exports.AgentCapabilityLayerDtoMayEditRepos = {
|
|
12
|
+
never: 'never',
|
|
13
|
+
'when-granted': 'when-granted',
|
|
14
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
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 AgentCapabilityLayerDtoWritePolicy = typeof AgentCapabilityLayerDtoWritePolicy[keyof typeof AgentCapabilityLayerDtoWritePolicy];
|
|
9
|
+
export declare const AgentCapabilityLayerDtoWritePolicy: {
|
|
10
|
+
readonly 'read-only': "read-only";
|
|
11
|
+
readonly 'own-pages-only': "own-pages-only";
|
|
12
|
+
readonly 'full-write': "full-write";
|
|
13
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
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.AgentCapabilityLayerDtoWritePolicy = void 0;
|
|
11
|
+
exports.AgentCapabilityLayerDtoWritePolicy = {
|
|
12
|
+
'read-only': 'read-only',
|
|
13
|
+
'own-pages-only': 'own-pages-only',
|
|
14
|
+
'full-write': 'full-write',
|
|
15
|
+
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* LLM Registry API
|
|
5
5
|
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { AgentConfigBlockDtoColor } from './agentConfigBlockDtoColor';
|
|
9
|
-
import type { AgentConfigBlockDtoPermission } from './agentConfigBlockDtoPermission';
|
|
10
|
-
import type { AgentConfigBlockDtoSteps } from './agentConfigBlockDtoSteps';
|
|
11
|
-
import type { AgentConfigBlockDtoTemperature } from './agentConfigBlockDtoTemperature';
|
|
12
|
-
import type { AgentConfigBlockDtoTools } from './agentConfigBlockDtoTools';
|
|
8
|
+
import type { AgentConfigBlockDtoColor } from './agentConfigBlockDtoColor.js';
|
|
9
|
+
import type { AgentConfigBlockDtoPermission } from './agentConfigBlockDtoPermission.js';
|
|
10
|
+
import type { AgentConfigBlockDtoSteps } from './agentConfigBlockDtoSteps.js';
|
|
11
|
+
import type { AgentConfigBlockDtoTemperature } from './agentConfigBlockDtoTemperature.js';
|
|
12
|
+
import type { AgentConfigBlockDtoTools } from './agentConfigBlockDtoTools.js';
|
|
13
13
|
export interface AgentConfigBlockDto {
|
|
14
14
|
/** Agent slug — matches the .md filename */
|
|
15
15
|
slug: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* LLM Registry API
|
|
5
5
|
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { AgentConfigBlockDto } from './agentConfigBlockDto';
|
|
8
|
+
import type { AgentConfigBlockDto } from './agentConfigBlockDto.js';
|
|
9
9
|
export interface AgentConfigBlocksResponseDto {
|
|
10
10
|
/** Resolved runtime agent blocks, one per requested slug. Order matches the requested slug order. */
|
|
11
11
|
blocks: AgentConfigBlockDto[];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v8.
|
|
2
|
+
* Generated by orval v8.16.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* LLM Registry API
|
|
5
5
|
* Central registry for LLM providers, models, and per-project model configuration
|
|
6
6
|
* OpenAPI spec version: 0.1.0
|
|
7
7
|
*/
|
|
8
|
-
import type { AgentConfigBlocksResponseDto } from './agentConfigBlocksResponseDto';
|
|
8
|
+
import type { AgentConfigBlocksResponseDto } from './agentConfigBlocksResponseDto.js';
|
|
9
9
|
export interface AgentConfigBlocksResponseDtoDataEnvelope {
|
|
10
10
|
data: AgentConfigBlocksResponseDto;
|
|
11
11
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
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 AgentControllerListParams = {
|
|
9
|
+
projectId: string;
|
|
10
|
+
scope: string;
|
|
11
|
+
lifecycle: string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -0,0 +1,10 @@
|
|
|
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 AgentControllerResolveDraftCapableParams = {
|
|
9
|
+
projectId: string;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -0,0 +1,10 @@
|
|
|
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 AgentControllerResolveParams = {
|
|
9
|
+
projectId: string;
|
|
10
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
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 });
|
|
@@ -0,0 +1,16 @@
|
|
|
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 AgentCredentialDto {
|
|
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
|
+
}
|