mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-24 19:08:15 +00:00
22 lines
545 B
JSON
22 lines
545 B
JSON
{
|
|
"id": "graph-memory",
|
|
"name": "Graph Memory",
|
|
"kind": "memory",
|
|
"description": "让 AI 拥有真正的长期记忆能力 - 基于图数据库的记忆系统",
|
|
"skills": [
|
|
"bundled-skills/graph-memory",
|
|
"bundled-skills/graph-memory-persona",
|
|
"bundled-skills/graph-memory-task"
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"dbPath": {
|
|
"type": "string",
|
|
"description": "SQLite 数据库文件路径,默认 graph_memory.db"
|
|
}
|
|
}
|
|
}
|
|
}
|