Add docker setup and switch voice chat backend to use livekit

This commit is contained in:
2026-03-11 16:06:41 +01:00
parent b051a0a851
commit ae301db3bb
24 changed files with 1362 additions and 232 deletions

View File

@@ -5,6 +5,7 @@ description = "Chat Grid signaling server"
requires-python = ">=3.11"
dependencies = [
"argon2-cffi>=23.1.0",
"livekit-api>=0.7.0",
"pydantic>=2.10.4",
"websockets>=15.0",
]