Que fait Build streaming voice LLM agents with Vocode ?
Use Vocode to compose transcription, LLM, speech synthesis, and telephony components into reviewable real-time voice-agent workflows.
Prerequisites
Python environment with the vocode package; provider credentials for selected transcription, LLM, speech synthesis, and telephony services; optional LangChain integration for agent-triggered outbound calls.
Installation
Use the upstream install or setup path that matches your environment:
- pip install vocode
Requirements and caveats from upstream:
Basic usage or getting-started notes:
-
asyncio.run(main())
-
Extracted from upstream docs: https://raw.githubusercontent.com/vocodedev/vocode-core/HEAD/README.md