Files
TrulyMEM-TrueHumanMEM/docs/en
root 46008c14c5 feat: web login system, auto-load history, config extraction
- Add Flask session-based authentication (username/password login)
- Auto-load chat history from backend on page load
- Extract SECRET_KEY and user credentials to web_config.json
- Create web_config.example.json as template
- Add web_config.json to .gitignore (sensitive info)
- Update docs: architecture, API reference, quick start guides
2026-04-28 09:25:47 +08:00
..
2026-04-14 13:27:45 +08:00

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