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:
jze9
2026-05-28 20:27:16 +05:00
commit 3aa6ec8b3a
7 changed files with 723 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
DATABASE_URL=postgresql://codeai:codeai_secret_2026@192.168.20.17:5432/codeai_db
OLLAMA_URL=http://192.168.20.47:11434
EMBED_MODEL=nomic-embed-text
CHAT_MODEL=qwen2.5-coder:7b-instruct-q4_K_M
EMBED_DIM=768