Files
TrulyMEM-TrueHumanMEM-local/docs
root b4f509de50 Fix: F3 tool details toggle, sidebar width, and sync docs with code
- Fix F3 tool details: use display:none/block instead of re-compose
- Increase sidebar width from 40 to 70 for readability
- Sync 一键启动指南.md with actual entry points (trulymem_entry.py)
- Rewrite 工作记忆链机制说明.md with actual task_* tool APIs
- Rewrite 架构.md with actual file structure (38 Python files)
- Update docs/README.md with complete feature list
2026-04-12 16:01:21 +08:00
..

TrulyMEM 文档

欢迎来到 TrulyMEM 项目文档。

文档目录

项目简介

TrulyMEM (TrueHumanMEM) 是一个让 AI 拥有长期记忆能力的图记忆系统,通过图数据库存储实体关系,让 AI 能够像人类一样记忆、回忆和管理信息。

核心特性

  • 长期记忆存储: 基于 SQLite 内嵌图数据库,开箱即用
  • 人设图机制: 支持角色扮演和性格设定
  • 工作记忆链: 维持对话连贯性的任务跟踪机制
  • 流式消息显示: 实时显示 AI 响应
  • 键盘驱动 TUI: 无需鼠标,全键盘操作
  • 跨平台支持: Windows / Linux / macOS
  • 独立部署: 支持打包为可执行文件

快速链接