@@ -28,12 +28,19 @@ dev = [
2828# UV_GIT_LFS=1 uv sync
2929# ```
3030[tool .uv .sources ]
31- livekit-agents = { git = " https://github.com/livekit/agents.git" , branch = " theo/agents1.2" , subdirectory = " livekit-agents" }
32- livekit-plugins-openai = { git = " https://github.com/livekit/agents.git" , branch = " theo/agents1.2" , subdirectory = " livekit-plugins/livekit-plugins-openai" }
33- livekit-plugins-turn-detector = { git = " https://github.com/livekit/agents.git" , branch = " theo/agents1.2" , subdirectory = " livekit-plugins/livekit-plugins-turn-detector" }
34- livekit-plugins-silero = { git = " https://github.com/livekit/agents.git" , branch = " theo/agents1.2" , subdirectory = " livekit-plugins/livekit-plugins-silero" }
35- livekit-plugins-cartesia = { git = " https://github.com/livekit/agents.git" , branch = " theo/agents1.2" , subdirectory = " livekit-plugins/livekit-plugins-cartesia" }
36- livekit-plugins-deepgram = { git = " https://github.com/livekit/agents.git" , branch = " theo/agents1.2" , subdirectory = " livekit-plugins/livekit-plugins-deepgram" }
31+ # livekit-agents = { git = "https://github.com/livekit/agents.git", branch = "theo/agents1.2", subdirectory = "livekit-agents" }
32+ # livekit-plugins-openai = { git = "https://github.com/livekit/agents.git", branch = "theo/agents1.2", subdirectory = "livekit-plugins/livekit-plugins-openai" }
33+ # livekit-plugins-turn-detector = { git = "https://github.com/livekit/agents.git", branch = "theo/agents1.2", subdirectory = "livekit-plugins/livekit-plugins-turn-detector" }
34+ # livekit-plugins-silero = { git = "https://github.com/livekit/agents.git", branch = "theo/agents1.2", subdirectory = "livekit-plugins/livekit-plugins-silero" }
35+ # livekit-plugins-cartesia = { git = "https://github.com/livekit/agents.git", branch = "theo/agents1.2", subdirectory = "livekit-plugins/livekit-plugins-cartesia" }
36+ # livekit-plugins-deepgram = { git = "https://github.com/livekit/agents.git", branch = "theo/agents1.2", subdirectory = "livekit-plugins/livekit-plugins-deepgram" }
37+ livekit-agents = { path = " ../../livekit/agents/livekit-agents" }
38+ livekit-plugins-openai = { path = " ../../livekit/agents/livekit-plugins/livekit-plugins-openai" }
39+ livekit-plugins-turn-detector = { path = " ../../livekit/agents/livekit-plugins/livekit-plugins-turn-detector" }
40+ livekit-plugins-silero = { path = " ../../livekit/agents/livekit-plugins/livekit-plugins-silero" }
41+ livekit-plugins-cartesia = { path = " ../../livekit/agents/livekit-plugins/livekit-plugins-cartesia" }
42+ livekit-plugins-deepgram = { path = " ../../livekit/agents/livekit-plugins/livekit-plugins-deepgram" }
43+
3744
3845[tool .setuptools .packages .find ]
3946where = [" src" ]
0 commit comments