Files
TrulyMEM-TrueHumanMEM-local/docs/en
root 2aa6e9240f feat: 添加 context_rewrite 工具并清理工具限制器死配置
- 新增 context_rewrite 工具:允许 AI 在单轮内压缩工具调用上下文
- 清理 persona_query_max 和 task_query_max 死配置(commit 9be60ba 引入)
- 同步全栈:后端/前端/文档/测试 18 个文件
- 测试:70/70 通过
2026-04-16 14:33:21 +08:00
..
2026-04-14 13:27:45 +08:00

TrulyMEM Documentation

Welcome to the TrulyMEM English documentation.

切换到中文版

Documentation Index

Document Content
architecture.md System architecture and technical design
quick_start.md Complete startup guide and configuration
memory.md Internal memory working mechanism
persona.md Persona Graph mechanism
working_memory.md Continuous task handling mechanism
api.md Backend API reference (for extension development)
prompts.md Prompt management module

Project Introduction

TrulyMEM (TrueHumanMEM) is a graph-based memory system that gives AI long-term memory capabilities, allowing AI to remember, recall, and manage information like humans.

Core Features

  • Long-term Memory: SQLite embedded graph database, out-of-the-box
  • Persona Graph: Role-playing and character settings support
  • Working Memory Chain: Task tracking for conversation continuity
  • TUI & Backend Separation: Multi-threaded Queue communication
  • Keyboard-driven TUI: Full keyboard operation, no mouse required
  • Cross-platform: Windows / Linux / macOS
  • Standalone Deployment: Packaged as executable