@telnyx/ai-agent-lib 0.2.6 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Telnyx AI Agent Library
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@telnyx/ai-agent-lib)
|
|
4
|
+
[](https://www.npmjs.com/package/@telnyx/ai-agent-lib)
|
|
5
|
+
[](https://github.com/team-telnyx/telnyx-voice-ai-lib/actions/workflows/ci.yml)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
|
|
3
8
|
A TypeScript/React library for building AI-powered voice conversation applications using Telnyx's WebRTC infrastructure. This library provides a comprehensive set of tools for managing AI agent connections, real-time transcriptions, conversation states, and audio streaming.
|
|
4
9
|
|
|
5
10
|
## Features
|