🤖 Build voice-based LLM agents. Modular + open source.
https://vocode.dev
| vocode | ||
| .gitignore | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
| simple_conversation.py | ||
vocode-python-sdk
# set up environment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# start talking to an AI
python simple_conversation.py