-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
44 lines (44 loc) · 1.21 KB
/
plugin.json
File metadata and controls
44 lines (44 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "human-memory",
"version": "1.0.0",
"description": "仿生记忆系统:AI agent的认知记忆管理。模拟人类6层记忆架构(短期、情节、长期、世界知识、经验教训、流水账),智能重要性评估、记忆强化衰减、图关系引擎、预测预警系统。让AI拥有类人的记忆管理能力。",
"author": {
"name": "恐龙创新部",
"url": "https://github.com/konglong87"
},
"homepage": "https://github.com/konglong87/human-memory",
"repository": "https://github.com/konglong87/human-memory",
"license": "MIT",
"keywords": [
"human-memory",
"human-memory",
"ai-memory",
"cognitive-memory",
"memory-system",
"knowledge-management",
"episodic-memory",
"importance-evaluation",
"memory-decay",
"memory-reinforcement",
"warning-system",
"risk-prediction",
"lesson-extraction",
"graph-engine",
"entity-relation",
"ai-agent",
"记忆系统",
"认知记忆",
"智能记忆",
"经验管理",
"教训总结",
"风险评估",
"预警系统",
"情节记忆",
"世界知识",
"图关系",
"记忆衰减",
"重要性评估",
"sqlite",
"python"
]
}