<- Adapters

Capability Registry

certifiedplatform

Governed capability discovery registry over the host catalog

pip install chp-adapter-registry

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

describe_hostv1.0.0

Return the host descriptor with its full capability catalog.

chp.adapters.registry.describe_host
get_capabilityv1.0.0

Fetch a capability descriptor by its exact ID.

chp.adapters.registry.get_capability
list_capabilitiesv1.0.0

List capabilities registered on the host with optional filters.

chp.adapters.registry.list_capabilities
See the full capability catalog →