Commit Graph

14 Commits

Author SHA1 Message Date
Bijit Mondal
990d17abe7 refactor(VideoAgent): remove unnecessary console logs for cleaner output 2026-02-20 16:16:18 +05:30
Bijit Mondal
c5542fc156 feat(example): video streaming 2026-02-19 18:42:06 +05:30
Bijit Mondal
bbe354b70b 0.2.1-beta.0 v0.2.1-beta.0 2026-02-19 16:06:17 +05:30
Bijit Mondal
6ab04788e1 0.2.0 2026-02-19 16:03:56 +05:30
Bijit Mondal
ac505c4ed9 Refactor VoiceAgent: Extract types and default configurations into separate types.ts file; remove unused StreamBuffer file v0.2.0 2026-02-19 16:01:25 +05:30
Bijit Mondal
ce10d521f3 feat: add dist directory with compiled files and type definitions
- Created dist/index.js and dist/index.d.ts for main entry points.
- Added source maps for index.js and index.d.ts.
- Introduced dist/utils/StreamBuffer.js and StreamBuffer.d.ts with source maps.
- Updated package.json to point main and types to dist files.
- Included additional files in package.json for distribution.
- Added peerDependencies and updated devDependencies.
2026-02-14 14:39:23 +05:30
Bijit Mondal
637d57fb41 feat: add serve-client and start-test-environment scripts, enhance voice-client with debugging info v0.1.0 2026-02-14 14:20:07 +05:30
Bijit Mondal
8e8dd9d9f6 WIP 2026-02-14 12:26:47 +05:30
Bijit Mondal
7725f66e39 feat: enhance README with VoiceAgent usage example and configuration options 2026-02-13 17:36:18 +05:30
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
Bijit Mondal
393a616fe1 Initial commit 2026-02-13 17:32:22 +05:30