Asa4214/hce
Manage AI assistant memory by retrieving only the most relevant past interactions to keep context clear and focused.
What's novel
Manage AI assistant memory by retrieving only the most relevant past interactions to keep context clear and focused.
Code Analysis
8 files read · 3 roundsA Python middleware library that provides persistent structured memory for LLMs using three complementary structures (entity graph with spreading activation, semantic tree with hierarchical search, and sliding focus buffer) exposed as MCP tools for Claude Code integration.
Strengths
Clean architecture with proper separation of concerns, comprehensive test suite covering edge cases, and practical MCP server implementation with file locking and state persistence. The multi-language project crawler and context budgeting algorithm show real implementation depth.
Weaknesses
The README is severely misleading, describing a Windows installer product when this is a Python library requiring pip installation. Entity extraction relies on basic regex patterns that will have significant false positives and missed entities, limiting real-world effectiveness.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
5
Contributors
2
Files
26
Active weeks
2
Repository
Language
Python
Stars
1
Forks
0
License
—