8 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
282c0ffa9c Worked once 2025-09-01 13:18:17 -07:00
43937dea43 A/V almost working 2025-08-29 16:15:47 -07:00
19c5e03ab2 Prior to refactor MediaControl 2025-08-27 17:47:01 -07:00
6588672a3c Race condition on startup of AV still... 2025-08-26 19:07:07 -07:00
b26366eb05 Fixing bugs 2025-08-26 17:11:42 -07:00
45fd4c7006 Audio Video almost working; need to merge "users" and "peers" 2025-08-24 15:38:49 -07:00
642935764c Initial commit 2025-08-23 20:33:34 -07:00