feat: update orchestrator for enhanced multi-bot management and room discovery

This commit is contained in:
2026-03-06 17:03:08 +00:00
parent 2f89943511
commit 7176afde0a
8 changed files with 220 additions and 40 deletions
+4 -8
View File
@@ -6,9 +6,9 @@ special:
llm:
primary:
provider: anthropic
model: claude-sonnet-4-6
api_key_env: ANTHROPIC_API_KEY
provider: openai
model: gpt-4o
api_key_env: OPENAI_API_KEY
max_tokens: 512
temperature: 0.2
@@ -16,8 +16,4 @@ orchestration:
max_iterations: 3
quality_threshold: 0.8
delegation_timeout: 30s
rooms:
- room_id: "${MATRIX_ROOM_SHARED}"
participants:
- assistant-bot
- asistente-2
rooms: [] # auto-detected: any room with ≥2 registered bots is managed automatically