068dbd9a7b
The memory system: - Palace structure: Wings (people/projects) → Rooms (topics) → Closets (AAAK compressed) → Drawers (verbatim transcripts) - Halls connect related rooms within a wing - Tunnels cross-reference rooms across wings - AAAK: 30x lossless compression dialect for AI agents - Knowledge graph: temporal entity-relationship triples (SQLite) - Palace graph: room-based navigation with tunnel detection - MCP server: 19 tools — search, graph traversal, agent diary, AAAK auto-teach - Onboarding: guided setup generates wing config + AAAK entity registry - Contradiction detection: catches wrong pronouns, names, ages - Auto-save hooks for Claude Code 96.6% Recall@5 on LongMemEval — highest zero-API score published. 100% with optional Haiku rerank (500/500). Local. Free. No API key required.
21 lines
255 B
Markdown
21 lines
255 B
Markdown
---
|
|
name: Bug Report
|
|
about: Something isn't working
|
|
labels: bug
|
|
---
|
|
|
|
**What happened?**
|
|
|
|
**What did you expect?**
|
|
|
|
**How to reproduce:**
|
|
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Environment:**
|
|
- OS:
|
|
- Python version:
|
|
- MemPal version: (check `python mempal.py --version` or git SHA)
|