IronManusStateGraph
Isolate state per project for managing sessions, phases, and tasks using a knowledge graph. Create entities, transitions, and track task status for workflow orchestration.
Instructions
Project-scoped FSM state management using knowledge graphs. Manage sessions, phases, tasks, and transitions with isolated state per project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Detected role (for initialize_session action) | |
| names | No | Entity names to retrieve (for open_nodes action) | |
| query | No | Search query (for search_nodes action) | |
| action | Yes | The action to perform on the session state graph | |
| status | No | Task status (for update_task_status action) | |
| content | No | Task content (for record_task_creation action) | |
| task_id | No | Task identifier (for task operations) | |
| entities | No | Entities to create (for create_entities action) | |
| priority | No | Task priority (for record_task_creation action) | |
| to_phase | No | Target phase (for record_phase_transition action) | |
| objective | No | Session objective (for initialize_session action) | |
| from_phase | No | Source phase (for record_phase_transition action) | |
| session_id | Yes | The session ID for project-scoped state isolation | |
| transitions | No | State transitions to create (for create_transitions action) | |
| observations | No | Observations to add (for add_observations action) |