<- Adapters

State Machine

experimentalinfra

Governed finite state machines

pip install chp-adapter-state-machine

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

Capabilities

What this adapter exposes.

createv1.0.0

Create a new finite state machine instance.

chp.adapters.state_machine.create
get_statev1.0.0

Inspect the current state and status of a machine.

chp.adapters.state_machine.get_state
list_machinesv1.0.0

List all state machine instances, optionally filtered by status.

chp.adapters.state_machine.list_machines
transitionv1.0.0

Fire an event on a state machine (event = target state name).

chp.adapters.state_machine.transition
See the full capability catalog →