state_machine_sm_create
Create a state machine by defining its name, initial state, and valid states. Use this tool to model workflows and manage state transitions in AI applications.
Instructions
[state_machine] Create a named state machine with an initial state. states: list of all valid state names. Then add allowed transitions with sm_add_transition.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| initial | Yes | ||
| states | No |