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:
tzzrgit
2025-12-23 16:22:49 +01:00
commit 374a74aa6d
23 changed files with 2814 additions and 0 deletions

21
examples/simple.yaml Normal file
View 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