Expand description
Wizard state management hook for multi-step execution flow
This hook manages the wizard-style navigation through skill execution:
- Select Skill
- Select Tool
- Configure Parameters
- Execute
Features:
- Step validation before progression
- localStorage persistence (auto-save/restore)
- Confirmation before data loss
- Step accessibility control
Structs§
- Wizard
State - Wizard state structure
- Wizard
State Handle - Wizard state handle with methods for state manipulation
Enums§
- Wizard
Step - Wizard step enumeration
Functions§
- use_
wizard_ state - Hook to use wizard state