Autonomous AI Engineer

Autonomous AI engineer with self-structuring memory, reflexive planning, and zero-human reliance.

llama.cppFAISSFlaskVanilla JSPyTorchMarkdownHTML/CSS

๐Ÿ’พ 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.

๐Ÿ”— Visit Project

๐Ÿ›  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.