PyAI Voice AI for LangChain
io.github.atomsai/pyai
Speech, transcription, voice agents, Trace, Recap, dubbing and narration with browser OAuth.
client:LangChain
transport:streamable-http
runtime:npm
Install PyAI Voice AI in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pyai": {
"transport": "streamable_http",
"url": "https://api.pyai.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs