Initial commit: TZZR Orchestrator v5
- Framework genérico multi-agente
- Providers: Claude CLI, LiteLLM (100+ modelos)
- Tools: bash, read, write, glob, grep, ssh, http
- Seguridad: sandbox paths, validación comandos, rate limiting
- Configuración via YAML + .env
🤖 Generated with Claude Code
This commit is contained in:
21
examples/simple.yaml
Normal file
21
examples/simple.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# examples/simple.yaml
|
||||
# Ejemplo: Un solo agente asistente
|
||||
|
||||
settings:
|
||||
default_provider: claude
|
||||
default_model: sonnet
|
||||
timeout: 300
|
||||
|
||||
agents:
|
||||
assistant:
|
||||
role: |
|
||||
Eres un asistente útil y amable.
|
||||
Ayudas con cualquier tarea que te pidan.
|
||||
Eres claro y conciso en tus respuestas.
|
||||
provider: claude
|
||||
model: sonnet
|
||||
tools:
|
||||
- bash
|
||||
- read
|
||||
- write
|
||||
- list_dir
|
||||
Reference in New Issue
Block a user