4 Commits

Author SHA1 Message Date
Bijit Mondal
4bda956530 voice agent works 2026-02-13 17:33:22 +05:30
Bijit Mondal
6510232655 feat: implement WebSocket server with VoiceAgent for real-time voice interaction
- Added a new WebSocket server implementation in `ws-server-2.ts` that utilizes the `VoiceAgent` for handling voice interactions.
- Integrated weather and time tools using the `ai` library for enhanced responses.
- Refactored existing `ws-server.ts` to streamline the connection handling and event logging.
- Enhanced `VoiceAgent` to support streaming speech generation with improved chunk handling and interruption capabilities.
- Introduced new event listeners for better logging and handling of speech-related events.
- Added graceful shutdown handling for the WebSocket server.
2026-02-13 17:33:22 +05:30
Bijit Mondal
c1cd705d49 voice agent works 2026-02-13 17:33:22 +05:30
Bijit Mondal
77bac597e4 init: 2026-02-13 17:33:22 +05:30