Service
experimentalplatformhost and lifecycle-manage long-running services on the mesh
pip install chp-adapter-serviceAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
deployv1.0.0Deploy a declared service and start it (durable, restart-policied).
chp.adapters.service.deployhealthv1.0.0Probe a service endpoint (tcp host:port or http url) for reachability.
chp.adapters.service.healthstatusv1.0.0Whether a declared service is running, and its container detail.
chp.adapters.service.statusstopv1.0.0Stop a running service by name.
chp.adapters.service.stop