20 lines
449 B
YAML
20 lines
449 B
YAML
special:
|
|
id: orchestrator
|
|
type: orchestrator
|
|
enabled: true
|
|
description: "Middleware de coordinación multi-bot. Sin identidad Matrix."
|
|
|
|
llm:
|
|
primary:
|
|
provider: openai
|
|
model: gpt-4o
|
|
api_key_env: OPENAI_API_KEY
|
|
max_tokens: 512
|
|
temperature: 0.2
|
|
|
|
orchestration:
|
|
max_iterations: 3
|
|
quality_threshold: 0.8
|
|
delegation_timeout: 30s
|
|
rooms: [] # auto-detected: any room with ≥2 registered bots is managed automatically
|