4 Commits

Author SHA1 Message Date
2908fe1ee7 Refactor: Create shared Pydantic models for API communication
- Created shared/models.py with all common Pydantic models
- Updated voicebot/main.py to use shared models and remove dd.get() calls
- Updated server/main.py to use shared models
- Fixed lobby_state message handling with proper validation
- Updated Dockerfiles to include shared/ directory
- Added comprehensive documentation and migration guide

Benefits:
- Type safety across both components
- Consistent data validation
- Eliminated unsafe dictionary access patterns
- Centralized model definitions for easier maintenance
2025-09-01 13:36:24 -07:00
d4fdd917d1 Fixed pydantic models 2025-09-01 13:24:09 -07:00
282c0ffa9c Worked once 2025-09-01 13:18:17 -07:00
c2c7bcf650 Initial AI agent scaffolding 2025-08-30 12:23:59 -07:00