├── .gitignore ├── README.md ├── agent.py ├── let_me_check_that.wav ├── raw_data.txt └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShayneP/livekit-rag-thinking/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShayneP/livekit-rag-thinking/HEAD/README.md -------------------------------------------------------------------------------- /agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShayneP/livekit-rag-thinking/HEAD/agent.py -------------------------------------------------------------------------------- /let_me_check_that.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShayneP/livekit-rag-thinking/HEAD/let_me_check_that.wav -------------------------------------------------------------------------------- /raw_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShayneP/livekit-rag-thinking/HEAD/raw_data.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShayneP/livekit-rag-thinking/HEAD/requirements.txt --------------------------------------------------------------------------------