<- Adapters

Service

experimentalplatform

host and lifecycle-manage long-running services on the mesh

pip install chp-adapter-service

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

Capabilities

What this adapter exposes.

deployv1.0.0

Deploy a declared service and start it (durable, restart-policied).

chp.adapters.service.deploy
healthv1.0.0

Probe a service endpoint (tcp host:port or http url) for reachability.

chp.adapters.service.health
statusv1.0.0

Whether a declared service is running, and its container detail.

chp.adapters.service.status
stopv1.0.0

Stop a running service by name.

chp.adapters.service.stop
See the full capability catalog →