Initial commit: code-memory service
OpenAI-compatible FastAPI proxy with GraphRAG + persistent memory. Includes 3-level Letta memory, CMA consolidation, AST-based code indexing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
9
requirements.txt
Normal file
9
requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
fastapi>=0.115.0
|
||||
uvicorn[standard]>=0.30.0
|
||||
httpx>=0.27.0
|
||||
asyncpg>=0.29.0
|
||||
pgvector>=0.3.5
|
||||
networkx>=3.3
|
||||
apscheduler>=3.10.4
|
||||
python-dotenv>=1.0.0
|
||||
pydantic>=2.7.0
|
||||
Reference in New Issue
Block a user