<- Adapters

Host

certifiedinfra

Report and update the CHP host runtime on a node (governed self-update)

pip install chp-adapter-host

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

Capabilities

What this adapter exposes.

discoverv1.0.0

List this node

chp.adapters.host.discover
factsv1.0.0

Introspect THIS node

chp.adapters.host.facts
inference_capacityv1.0.0

What LLM inference this node can serve: unified/GPU memory ceiling, free memory,

chp.adapters.host.inference_capacity
install_adapterv1.0.0
chp.adapters.host.install_adapter
invokev1.0.0

Invoke a capability on ANOTHER CHP host over the normative HTTP binding (federated

chp.adapters.host.invoke
restartv1.0.0

Restart this node

chp.adapters.host.restart
statsv1.0.0

Report CPU load, memory, disk, GPU, and platform stats for this node.

chp.adapters.host.stats
topologyv1.0.0

Mesh connectivity view from this node: the radicle peer graph (who it

chp.adapters.host.topology
updatev1.0.0

Schedule a detached upgrade of this node

chp.adapters.host.update
versionv1.0.0

Report this node

chp.adapters.host.version
See the full capability catalog →