Spaces:
Running
Running
File size: 582 Bytes
53ea588 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
[project]
name = "voice-agent-webrtc"
version = "0.1.0"
description = "Voice Agent WebRTC example"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"nvidia-pipecat",
"aiortc>=1.13.0",
"opencv-python-headless>=4.11.0.86",
"torch>=2.7.1",
"langgraph-sdk>=0.1.37",
"langchain-core>=0.3.39",
]
[tool.uv.sources]
nvidia-pipecat = { path = "../..", editable = true }
torch = { index = "pytorch" }
[[tool.uv.index]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cpu"
explicit = true
[dependency-groups]
dev = [
"ruff>=0.11.13",
]
|