- 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
29 lines
1.0 KiB
Markdown
29 lines
1.0 KiB
Markdown
# TrulyMEM 文档
|
|
|
|
欢迎来到 TrulyMEM 项目文档。
|
|
|
|
## 文档目录
|
|
|
|
- [架构设计](架构.md) - 系统架构和技术设计
|
|
- [快速开始](一键启动指南.md) - 一键启动指南
|
|
- [工作记忆链机制说明](工作记忆链机制说明.md) - 连续性任务处理
|
|
|
|
## 项目简介
|
|
|
|
TrulyMEM (TrueHumanMEM) 是一个让 AI 拥有长期记忆能力的图记忆系统,通过图数据库存储实体关系,让 AI 能够像人类一样记忆、回忆和管理信息。
|
|
|
|
## 核心特性
|
|
|
|
- **长期记忆存储**: 基于 SQLite 内嵌图数据库,开箱即用
|
|
- **人设图机制**: 支持角色扮演和性格设定
|
|
- **工作记忆链**: 维持对话连贯性的任务跟踪机制
|
|
- **流式消息显示**: 实时显示 AI 响应
|
|
- **键盘驱动 TUI**: 无需鼠标,全键盘操作
|
|
- **跨平台支持**: Windows / Linux / macOS
|
|
- **独立部署**: 支持打包为可执行文件
|
|
|
|
## 快速链接
|
|
|
|
- [GitHub 仓库](https://github.com/yourusername/trulymem)
|
|
- [问题反馈](https://github.com/yourusername/trulymem/issues)
|