docs: add AgentForge initial design spec

Diseño completo de la plataforma de gobernanza de agentes IA: arquitectura
two-tier (FastAPI core + Streamlit dashboard), modelos de dominio, contratos
REST, interfaces Strategy (LLM, Guardrails, Registry), flujo LangGraph con
HITL dinámico vía interrupt(), versionado tipo Git en sistema de ficheros,
política y validadores, manejo de errores y plan de testing.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Juan
2026-05-09 20:08:59 +02:00
co-authored by Claude Opus 4.7
commit b471fa454c
2 changed files with 673 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Secrets y configuración local
.env
.env.local
*.key
*.pem
# Datos runtime (registry, checkpoints, logs)
data/
*.sqlite
*.sqlite-*
*.jsonl
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Entornos virtuales
.venv/
venv/
env/
# IDE / OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
# Streamlit
.streamlit/secrets.toml