Metadata-Version: 2.4
Name: meshagent-livekit
Version: 0.1.0
Summary: Livekit support for Meshagent
License-Expression: Apache-2.0
Project-URL: Documentation, https://docs.meshagent.com
Project-URL: Website, https://www.meshagent.com
Project-URL: Source, https://www.meshagent.com
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest~=8.4
Requires-Dist: pytest-asyncio~=0.26
Requires-Dist: strip-markdown~=1.3
Requires-Dist: livekit-api>=1.0
Requires-Dist: livekit-agents~=1.1
Requires-Dist: livekit-plugins-openai~=1.1
Requires-Dist: livekit-plugins-silero~=1.1
Requires-Dist: livekit-plugins-turn-detector~=1.1
Requires-Dist: meshagent-api~=0.1
Requires-Dist: meshagent-tools~=0.1
Dynamic: license-file

## MeshAgent LiveKit
The ``meshagent.livekit`` package equips agents with real-time audio and voice capabilities via the LiveKit SDK. 

### VoiceBot
The ``VoiceBot`` agent handles two-way voice conversations allowing users to interact with the agent verbally. Agents based on the ``VoiceBot`` class can be given the same tools as ``ChatBot`` based agents. This means you only need to write a tool once and the same tool can be used across both text and voice based agents. Check out the [Build and Deploy a Voice Agent](https://docs.meshagent.com/agents/standard/buildanddeployvoicebot) example to learn how to create a simple Voice Agent without tools then add built-in MeshAgent tools and custom tools to the agent.

---
### Learn more about MeshAgent on our website or check out the docs for additional examples!

**Website**: [www.meshagent.com](https://www.meshagent.com/)

**Documentation**: [docs.meshagent.com](https://docs.meshagent.com/)

---
