/** * Agent capability catalog for @agentxm/client-core. * * @experimental All exports from this module are unstable and may change without notice. * @packageDocumentation */ export { AgentIdFromYamlSchema, AgentCapabilitiesSchema, AgentInterfaceSchema, AgentLifecycleSchema, AgentLifecycleStateSchema, AgentSchema, ActiveAxmSupportSchema, AvailabilitySchema, AxmSupportSchema, CANONICAL_HOOK_EVENTS, CANONICAL_HOOK_EVENT_IDS, CANONICAL_HOOK_TOOL_IDS, CapabilityTargetingEntrySchema, CapabilityTargetingSchema, CanonicalHookEventIdSchema, CanonicalHookEventSchema, CanonicalHookToolIdSchema, ConfigFileFormatSchema, ConfigFileLocationSchema, ConventionSchema, DetectionMarkerSchema, DetectionSchema, DetectionSignalSchema, DocLinkSchema, InactiveAxmSupportSchema, LastVerifiedDateSchema, LEAF_EXTENSION_TYPES, HookBlockOutcomeSchema, HookCommandNameSerializationSchema, HookDecisionCapabilitySchema, HookEventMappingSchema, HookEventTierSchema, HookMatcherKindSchema, HookMatcherSerializationSchema, HookMatcherSchema, HookMechanismFamilySchema, HookModifyOperationSchema, HookTimeoutSerializationSchema, HookToolMappingSchema, HostedInstallArtifactSchema, HostedInstallDeliverySchema, HostedInstallTargetSchema, McpEnvExpansionSchema, McpExtensionCapabilitySchema, McpActivationFieldRepresentationSchema, McpActivationFieldSchema, McpTypeFieldRepresentationSchema, McpTypeFieldSchema, McpTransportSchema, NativeCapabilityBaseSchema, PermissionCliFlagSchema, PermissionGrammarSchema, PermissionGrammarStyleSchema, PermissionGrantSchema, PermissionMechanismSchema, PermissionPrerequisiteSchema, PermissionsExtensionCapabilitySchema, PluginDescriptorSchema, PluginDetectionConfigKeySchema, PluginDetectionPathSchema, PluginDetectionSchema, PluginDistributionMechanismSchema, PluginDistributionSchema, ProvenanceSchema, RuleInstructionsImportSyntaxSchema, RuleInstructionsKindSchema, RulesExtensionCapabilitySchema, ScopeSchema, ScopeDetectionSchema, SkillReadPathSchema, SkillReadPathStatusSchema, SkillsExtensionCapabilitySchema, StandardSchema, StandardsComplianceSchema, SubagentsExtensionCapabilitySchema, SubagentsLayoutSchema, SUPPORTED_AXM_SUPPORT, UrlSchema, VendorStatusSchema, type Agent, type AgentCapabilities, type AgentExtensionCapability, type ActiveAxmSupport, type AgentIdFromYaml, type AgentInterface, type AgentLifecycle, type AgentLifecycleState, type Availability, type AxmCapabilityState, type AxmSupport, type CanonicalHookEvent, type CanonicalHookEventId, type CanonicalHookToolId, type ConfigFileFormat, type ConfigFileLocation, type Convention, type Detection, type DetectionMarker, type DetectionSignal, type DocLink, type HookBlockOutcome, type HookCommandNameSerialization, type HookDecisionCapability, type HookEventMapping, type HookEventTier, type HookMatcher, type HookMatcherKind, type HookMatcherSerialization, type HookMechanismFamily, type HookModifyOperation, type HookTimeoutSerialization, type HookToolMapping, type HostedInstallArtifact, type HostedInstallDelivery, type HostedInstallTarget, type HooksSerializer, type HooksWriter, type InactiveAxmSupport, type LastVerifiedDate, type LeafExtensionType, type McpEnvExpansion, type McpExtensionCapability, type McpActivationField, type McpActivationFieldRepresentation, type McpConfig, type McpConfigTarget, type McpTargetAttribution, type McpRemoteDialect, type McpServersKey, type McpStdioDialect, type McpTypeField, type McpTypeFieldRepresentation, type McpTransport, type PermissionCliFlag, type PermissionGrammar, type PermissionGrammarStyle, type PermissionGrant, type PermissionMechanism, type PermissionPrerequisite, type PerAgentType, type PermissionsExtensionCapability, type NativeCapability, type NativeCapabilityBase, type PluginDescriptor, type PluginDetection, type PluginDetectionConfigKey, type PluginDetectionPath, type PluginDistribution, type PluginDistributionMechanism, type Provenance, type RuleInstructionsImportSyntax, type RuleInstructionsKind, type RulesExtensionCapability, type Scope, type ScopeDetection, type SkillReadPath, type SkillReadPathStatus, type SkillsExtensionCapability, type Standard, type StandardsCompliance, type SubagentsExtensionCapability, type SubagentsLayout, type Url, type VendorStatus, } from "./schema.js"; export { STANDARDS } from "../extension-types/standards.js"; export { CAPABILITY_VERIFICATION_BUDGET_DAYS, capabilityVerificationAgeReport, type AgentCapabilitySlot, type CapabilityVerificationAge, } from "./verification.js"; export { agentCapabilityStatus, agentSupportsType, axmIntegrationStatus, canonicalCoverage, deriveAgentDescriptor, deriveSkillConvention, deriveHookPortability, getSupportedAgentsForExtension, getSupportedAgentsForExtensionType, getSupportedAgentsForExtensionTypes, getSupportedExtensionTypesForAgent, isCapabilitySupported, isLeafExtensionType, listCapabilities, installable, toNativeAgent, type AgentCapabilityStatus, type AxmIntegrationStatus, type CapabilityListing, type ExtensionCompatibilityInput, type HookDecisionKind, type HookDecisionRequirement, type HookInstallabilityVerdict, type HookInstallBinding, type HookPortabilityRequirement, type HookPortabilityVerdict, type NativeAgent, type NativeAgentCapabilities, } from "./derive.js"; export { AGENTS, AGENTS_BY_ID, AGENT_IDS, AgentIdSchema, CONFIGURABLE_AGENTS_BY_ID, CONFIGURABLE_AGENT_IDS, HOSTED_AGENTS_BY_ID, HOSTED_AGENT_IDS, type AgentId, type ConfigurableAgentId, type HostedAgentId, } from "./catalog.js"; export { agentById } from "./lookup.js"; //# sourceMappingURL=index.d.ts.map