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.
This commit is contained in:
Bijit Mondal
2026-02-14 14:39:23 +05:30
parent 637d57fb41
commit ce10d521f3
15 changed files with 1385 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
# voice-agent-ai-sdk
[![npm version](https://badge.fury.io/js/voice-agent-ai-sdk.svg)](https://www.npmjs.com/package/voice-agent-ai-sdk)
Streaming voice/text agent SDK built on [AI SDK](https://sdk.vercel.ai/) with optional WebSocket transport.
## Features