返回顶部
n

nexo-brain

Cognitive memory system for AI agents — Atkinson-Shiffrin memory model, semantic RAG, trust scoring, and metacognitive error prevention. Gives your agent persistent memory that learns, forgets, and adapts.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 5.3.11
安全检测
已通过
443
下载量
0
收藏
概述
安装方式
版本历史

nexo-brain

# NEXO Brain — Cognitive Memory for Your Agent NEXO Brain gives your agent persistent memory modeled after human cognition. It remembers across sessions, learns from mistakes, naturally forgets what's irrelevant, and builds a trust-based relationship with you. ## Setup If your OpenClaw client shows an install action for this skill, use that first. It installs the `nexo-brain` package via your configured Node package manager. If you are setting it up manually, install the cognitive engine: ```bash npx nexo-brain ``` After NEXO Brain is installed, add the MCP server to your OpenClaw config (`~/.openclaw/openclaw.json`): ```json { "mcp": { "servers": { "nexo-brain": { "command": "python3", "args": ["~/.nexo/server.py"], "env": { "NEXO_HOME": "~/.nexo" } } } } } ``` Restart the gateway: `openclaw gateway restart` ## What You Get Key MCP capabilities include: - **Cognitive Memory** — RAG-powered semantic search, trust scoring, sentiment detection, cognitive dissonance resolution - **Guard System** — Checks "have I made this mistake before?" before every code change - **Episodic Memory** — Change logs, decision logs with reasoning, session diaries for continuity - **Learnings** — Error patterns and prevention rules, searchable by category - **Session Management** — Startup, heartbeat, multi-session coordination - **Reminders & Followups** — Track user tasks and system verification tasks separately - **Entities & Preferences** — Remember people, services, URLs, and observed user preferences - **Backup & Evolution** — SQLite backup with retention, self-improvement proposals ## How Memory Works NEXO implements the Atkinson-Shiffrin memory model (1968): 1. **Sensory Register** — Raw capture, 48h retention 2. **Short-Term Memory** — 7-day half-life, promoted if used frequently 3. **Long-Term Memory** — 60-day half-life, semantic search by meaning Memories naturally decay via Ebbinghaus forgetting curves. Accessing a memory reinforces it. Automated "sleep cycles" consolidate, prune, and merge memories. ## Key Tools | Tool | When to Use | |------|------------| | `nexo_startup` | Once at session start — registers session, returns active sessions | | `nexo_heartbeat` | Every interaction — updates task, checks inbox | | `nexo_cognitive_retrieve` | Semantic search across all memories | | `nexo_guard_check` | Before editing code — checks for past errors | | `nexo_learning_add` | After resolving an error — prevents recurrence | | `nexo_session_diary_write` | Before closing session — enables continuity | | `nexo_cognitive_trust` | After user feedback — calibrates rigor level | ## Privacy Everything stays local. Two SQLite databases in `~/.nexo/`. No telemetry, no cloud APIs. Vector search runs on CPU via fastembed. ## More Info - [GitHub](https://github.com/wazionapps/nexo) - [npm](https://www.npmjs.com/package/nexo-brain)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 nexo-brain-1776070921 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 nexo-brain-1776070921 技能

通过命令行安装

skillhub install nexo-brain-1776070921

下载 Zip 包

⬇ 下载 nexo-brain v5.3.11

文件大小: 2.3 KB | 发布时间: 2026-4-14 14:22

v5.3.11 最新 2026-4-14 14:22
Release v5.3.11

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部