<- Adapters

Composition

certifiedagents

Compose capabilities into named reusable workflows

pip install chp-adapter-composition

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

Capabilities

What this adapter exposes.

definev1.0.0

Register a named workflow (sequence of capability invocations).

chp.adapters.composition.define
getv1.0.0

Get a workflow definition by name.

chp.adapters.composition.get
listv1.0.0

List all registered workflows.

chp.adapters.composition.list
runv1.0.0

Execute a registered workflow by name.

chp.adapters.composition.run
See the full capability catalog →