Initial commit: Context Manager v1.0.0

Sistema local de gestión de contexto para IA:
- Log inmutable (blockchain-style)
- Algoritmos versionados y mejorables
- Agnóstico al modelo (Anthropic, OpenAI, Ollama)
- Sistema de métricas y A/B testing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ARCHITECT
2025-12-29 18:55:27 +00:00
commit 6ab93d3485
19 changed files with 4253 additions and 0 deletions

19
requirements.txt Normal file
View File

@@ -0,0 +1,19 @@
# Base
psycopg2-binary>=2.9.0
pyyaml>=6.0
# Proveedores de IA (opcionales)
anthropic>=0.18.0
openai>=1.0.0
requests>=2.28.0
# Para embeddings (opcional)
# pgvector>=0.2.0
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
# Desarrollo
black>=23.0.0
mypy>=1.0.0