These are my notes for migrating to LiveKit Agents 1.0 API.
Guide is broken down into chapters and are found in ./sections/NNN_*
. A composite document is generated from the individual chapters.
Setup Virtual Environment
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r bin/requirements.txt
Build API_GUIDE.md
Concatenate all chapters into a common file and generate a table of contents.
source .venv/bin/activate
./bin/build_doc.sh && python bin/create_toc.py
Setup Virtual Environment
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r bin/requirements.txt
Run Example
source .venv/bin/activate
python basic_example/EXAMPLE.py dev
Cursor projects to have custom rules.
To use copy cursor/rules/* to your project root directory .cusor/rules/*