IAV-[496] ITRI Agent Configuration Wizard
🚀 IAV-[496]: Wizard Module Implementation
Type Definitions & State Management
- Add marketplace agent and wizard types/interfaces
- Implement wizard state management hook (use-wizard-state.ts)
- Add mock data for agents and wizard options
- Add agent theme color context
Styling & Design System
- Create custom galaxy dark veil animated theme
- Implement glassmorphism effects across UI components
- Add shine effects and GSAP animations
- Add agent-specific theme colors
Marketplace Components
- Implement AgentCard and AgentDetailCard
- Create MarketplaceGrid and MarketplaceView
- Add marketplace routing and state management
- Integrate GalaxyBackground and DarkVeil
Wizard Components
- Implement 9 wizard steps (Welcome → Resume)
- Add progress bar and navigation buttons
- Add CustomSelect with glassmorphism
- Implement step transitions with GSAP
Code Quality
- Replace && conditional rendering with ConditionalComponent
- Follow one component per file structure
- Maintain TypeScript compliance
- Use external style imports