๐พ Reflexive memory architecture โ Daily logs are persistently stored, chunked, vectorized, and semantically retrieved for context-aware planning and regeneration.
๐ง Self-evolving logic โ Recalls past decisions, codebases, and conversations to refine internal modules and regenerate stale logic over time.
๐ File-context-aware prompts โ Injects scoped memory based on current file and intent โ no redundant prompt entry.
๐ Offline vector store โ FAISS-based semantic index scoped by project, tag, and timestamp with pruning logic.
๐งช Under construction: Summarization engine, file watchers, and intent-based memory routing.
๐ How to Use
Clone the repo. Launch Flask server. Load a code project. The assistant uses historical logs + semantic vector recall to assist coding sessions. Local-only for now.