Composition
certifiedagentsCompose capabilities into named reusable workflows
pip install chp-adapter-compositionAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
definev1.0.0Register a named workflow (sequence of capability invocations).
chp.adapters.composition.definegetv1.0.0Get a workflow definition by name.
chp.adapters.composition.getlistv1.0.0List all registered workflows.
chp.adapters.composition.listrunv1.0.0Execute a registered workflow by name.
chp.adapters.composition.run