mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 08:58:15 +00:00
- 修正 PROCESS_MESSAGE 响应数据访问路径 (result['content'] -> result['data']['content']) - 添加 CLEAR_HISTORY 文档说明 (基于 SAVE_HISTORY 空消息实现) - 添加 test_clear_history 和 test_send_message_is_alias 测试用例 - 优化 BackendClient 历史相关方法的返回值处理
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