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
This commit is contained in:
root
2026-04-12 16:01:21 +08:00
parent b7a6a3c1a9
commit b4f509de50
8 changed files with 398 additions and 399 deletions

View File

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