nexo-brain 0.10.0-beta.2 → 0.10.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -3
- package/bin/nexo-brain.js +671 -115
- package/package.json +1 -1
- package/src/cognitive.py +35 -143
- package/src/db.py +0 -50
- package/templates/CLAUDE.md.template +23 -1
- package/src/plugins/artifact_registry.py +0 -450
package/README.md
CHANGED
|
@@ -6,9 +6,7 @@
|
|
|
6
6
|
[](https://github.com/wazionapps/nexo/stargazers)
|
|
7
7
|
[](https://opensource.org/licenses/MIT)
|
|
8
8
|
|
|
9
|
-
> **v0.
|
|
10
|
-
>
|
|
11
|
-
> Install beta: `npx nexo-brain@beta` | Stable: `npx nexo-brain`
|
|
9
|
+
> **v0.9.0** — Diary Archive (permanent subconscious memory), Fuzzy Credential Search, Subconscious Recall fallback. Plus: Knowledge Graph, D3 Dashboard, Cross-Platform support, and 60+ MCP tools.
|
|
12
10
|
|
|
13
11
|
**NEXO Brain transforms any MCP-compatible AI agent from a stateless assistant into a cognitive partner that remembers, learns, forgets, adapts, and builds a relationship with you over time.**
|
|
14
12
|
|