Files
ai-video-fullstack/backend/services/brains/workflow_brain.py
Xin Wang 2d6ff5b7aa Add on_client_ready method to BaseBrain and WorkflowBrain
- Implement on_client_ready in BaseBrain to handle client-visible state after the app message channel is ready.
- Extend WorkflowBrain with on_client_ready to replay state that may have been emitted before WebRTC data was ready.
- Update pipeline to call on_client_ready when a client connects.
- Enhance tests to verify the correct behavior of on_client_ready in WorkflowBrain.
2026-07-14 11:20:18 +08:00

24 KiB