1. Web 服务改为 threading 模式: - 新增 run_web_server(port) / stop_web_server() 函数 - TUI 通过 from web_api import run_web_server 直接调用 - 使用 werkzeug make_server 实现线程内优雅启动/停止 2. 构建脚本精简为单二进制: - 移除 trulymem-web 独立打包步骤 - 添加 werkzeug 到 hidden-imports 3. 详细启动文档移到 docs/zh/quick_start.md 4. README 精简为概述,指向 docs/ 目录
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