-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 1.98 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 1.98 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "nexo-brain",
"version": "5.3.30",
"mcpName": "io.github.wazionapps/nexo",
"description": "NEXO Brain — Shared brain for AI agents. Persistent memory, semantic RAG, natural forgetting, metacognitive guard, trust scoring, 150+ MCP tools. Works with Claude Code, Codex, Claude Desktop & any MCP client. 100% local, free.",
"homepage": "https://nexo-brain.com",
"bin": {
"nexo-brain": "./bin/nexo-brain.js",
"nexo": "./bin/nexo.js"
},
"keywords": [
"claude-code",
"mcp",
"cognitive-architecture",
"memory",
"ai-assistant",
"vector-search",
"atkinson-shiffrin",
"knowledge-graph",
"hnsw",
"claim-graph",
"dashboard",
"launchagent",
"systemd",
"linux",
"autonomous-agent",
"somatic-markers",
"nervous-system",
"i18n",
"openclaw",
"openclaw-plugin",
"auto-update",
"auto-diary",
"plugin-system",
"schedule-json",
"nexo-home",
"deep-sleep",
"emotional-intelligence",
"overnight-analysis",
"cron-manifest",
"session-tone",
"mood-tracking",
"productivity-analysis",
"runtime-cli",
"doctor",
"executable-skills",
"work-continuity",
"personal-scripts",
"script-registry",
"claude-code-plugin",
"managed-evolution",
"nexo-chat"
],
"author": "NEXO Brain <info@nexo-brain.com>",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wazionapps/nexo.git"
},
"scripts": {
"postinstall": "node bin/postinstall.js"
},
"engines": {
"node": ">=18"
},
"files": [
"bin/nexo-brain.js",
"bin/nexo.js",
"bin/postinstall.js",
"scripts/sync_release_artifacts.py",
"src/",
"community/",
"!src/**/__pycache__",
"!src/**/*.pyc",
"!src/**/*.pyo",
"templates/",
"!templates/**/__pycache__",
"!templates/**/*.pyc",
"!templates/**/*.pyo",
".claude-plugin/",
".mcp.json",
"hooks/hooks.json",
"README.md",
"LICENSE"
]
}