root 2de699e2aa fix: 禁止将全局实体作为任务 info_nodes 关联
在 task_create 和 task_link_info 的工具描述中增加明确约束:
- info_nodes 只能包含任务专属的具体信息节点
- 严禁关联"用户"、"AI"、"系统"等全局通用实体
- 全局实体的信息应直接用独立关系记录,无需通过 Task 中转

避免 CONTAINS_INFO 关系滥用导致图数据库冗余膨胀。
2026-04-30 18:36:24 +08:00
2026-04-14 23:54:46 +08:00

TrulyMEM - TrueHumanMEM

TrulyMEM Logo

📜 License: GNU General Public License v3.0 (GPLv3)

中文: README.md

Give AI self-awareness, plasticity, and a sense of proportion in long-term memoryThe More Human Choice.

License: GPL v3 Python 3.8+


In a Nutshell

TrulyMEM gives memory authority back to the LLM. Using graph database (triplets) instead of the traditional messages array, the LLM autonomously decides what to remember and what to forget.


Quick Start

python trulymem_entry.py    # from source
./dist/TrulyMEM             # packaged binary

First run → TUI login screen → create/sign in → press F2 for API Key → start chatting

📖 Full guide: docs/en/quick_start.md


Features

Feature Description
🧠 Graph Memory Triplet storage, LLM autonomous navigation
🔐 Multi-User Isolated profiles + Admin/User roles
🌐 Web UI Embedded Flask server (thread mode), graph browsing + file upload in chat (PDF/Word/text)
🎮 TUI Textual-based terminal UI with F2 config panel
📦 Single Binary PyInstaller build, Web server embedded

Documentation

Document Content
docs/en/quick_start.md 🔥 Full setup guide (Web, multi-user, building)
docs/en/architecture.md System architecture and design
docs/en/memory.md Memory working mechanism
docs/en/persona.md Persona Graph mechanism
docs/en/api.md Backend API
docs/en/prompts.md Prompt management

Special Thanks

  • Prof. Meiting Wang — Academic guidance
  • 逝水秋生白 — Architecture support
  • anzhitinglan — Testing resource support
  • 崔莉萍老师 — Theoretical guidance
  • Annie — Professional guidance
  • 王梓沣、马悦华、隆梦婷 — Neuroscience theory support

License

GNU General Public License v3.0 (GPLv3)

Description
让 AI 拥有自知、可塑、有分寸感的长期记忆 — TrulyMEM(TrueHumanMEM)
Readme 7.5 MiB
Languages
Python 63.5%
HTML 33.5%
Shell 1.6%
CSS 0.8%
C++ 0.3%
Other 0.3%