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:
19
requirements.txt
Normal file
19
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user