Skip to content

Commit 4c971f7

Browse files
plasmacat420claude
andcommitted
feat: Add LiveKit Cloud agent integration and production deployment
- Add AgentDispatchService for explicit cloud agent dispatch - Update LiveKitController to auto-dispatch agents on token request - Add GenerateAdminToken() with room-specific permissions - Switch from ElevenLabs to Sarvam TTS (Anushka voice) for cloud reliability - Add API_BASE_URL config for cloud agent → API communication - Fix docker-compose.yml email env var format (Email__* convention) - Update Claude_Contact.md with current cloud architecture - Remove obsolete documentation (10 MD files deleted) - Configure PLAYGROUND_MODE=False for explicit dispatch 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3f66011 commit 4c971f7

21 files changed

Lines changed: 1240 additions & 2346 deletions

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Read(//c/Users/faiz0/Downloads/codes/voicedemo_agent/**)"
4+
"Read(//c/Users/faiz0/Downloads/codes/voicedemo_agent/**)",
5+
"Read(//c/Users/faiz0/Downloads/codes/dotnet_test/**)"
56
],
67
"deny": [],
78
"ask": []

AZURE_AI_SETUP.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

AZURE_SETUP.md

Lines changed: 0 additions & 207 deletions
This file was deleted.

0 commit comments

Comments
 (0)