Module use_wizard_state

Module use_wizard_state 

Source
Expand description

Wizard state management hook for multi-step execution flow

This hook manages the wizard-style navigation through skill execution:

  1. Select Skill
  2. Select Tool
  3. Configure Parameters
  4. Execute

Features:

  • Step validation before progression
  • localStorage persistence (auto-save/restore)
  • Confirmation before data loss
  • Step accessibility control

Structs§

WizardState
Wizard state structure
WizardStateHandle
Wizard state handle with methods for state manipulation

Enums§

WizardStep
Wizard step enumeration

Functions§

use_wizard_state
Hook to use wizard state