← 返回
未分类 Key 中文

Memory Pro System

Enhanced AI memory system — vector store, document-level MSA, knowledge graph, collision engine, executable skills, and closed-loop skill evolution.
增强型 AI 记忆系统 — 向量存储、文档级 MSA、知识图谱、冲突引擎、可执行技能以及闭环技能演进。
fluffyaicode fluffyaicode 来源
未分类 clawhub v0.0.7 1 版本 100000 Key: 需要
★ 0
Stars
📥 318
下载
💾 0
安装
1
版本
#ai#knowledge-graph#latest#memory#second-brain#skills

概述

OpenClaw Memory Pro System

An AI memory assistant that turns fragmented notes and conversations into searchable long-term memory, auto-distills actionable skills via a closed-loop feedback pipeline, and proactively reminds you.

When to Use

GoalCommand
---------------
Store a memorymemory-cli remember "Learned X today" --tag thought -i 0.8
Assembled recall (skills + KG + evidence)memory-cli recall "X"
Deep multi-hop reasoningmemory-cli deep-recall "complex question"
Inspiration collision (7 strategies)memory-cli collide
Daily briefingmemory-cli briefing
List skills with utility statsmemory-cli skills
KG contradiction detectionmemory-cli contradictions
KG blind spot scanmemory-cli blindspots
Thought threadsmemory-cli threads
Skill feedbackmemory-cli skill-feedback success

When Not to Use

  • For ephemeral throwaway messages that don't need persistence.
  • For real-time streaming data (this is a batch/on-demand system).

Architecture

Fragments --> [Ingest + Tag] --> Unified Corpus (Memora vectors + MSA documents)
                                        |
                              +---------+-----------+
                              v         v           v
                          [KG Weave] [Distill]  [Collide]
                          structural compression  novelty
                           _gain      _value      (1-5)
                              |         |           |
                              +----+----+-----+-----+
                                   |    v     |
                              [Skill Proposer]     <-- triggered when 2-of-3 scores pass
                                   v
                            [Skill Registry]       <-- utility tracking + feedback loop
                           (draft -> active -> deprecated)
                                   |
                         +---------+-----------+
                         v         v           v
                    [Question-   [Scheduled  [Nebius
                     Driven       Push]       Fine-
                     Recall]                  Tuning]
                         |
             +-----------+-----------+
             v           v           v
         [Skills]   [KG Relations] [Evidence]   <-- three-layer assembled output
             |
             v
        Use -> Feedback -> utility update -> low-utility auto-rewrite

Subsystems

LayerModuleRole
---------------------
CorpusMemoraPrimary vector store (nomic-embed-text, JSONL). All content enters here.
MSADocument-level storage for long text (>=100 words) or high importance (>=0.85). LLM-powered multi-hop interleave.
IntelligenceSecond BrainKG weaving, distillation, collision (7 strategies with attention focus + recency weighting).
Skill ProposerAuto-generates draft skills when 2-of-3 scores meet thresholds.
SkillSkill RegistryVersioned skills with utility tracking, feedback loop, executable action bindings (prompt_template / tool_call / webhook).
TrainingChronosReplay buffer, personality profile generation, training data export.

Ingestion Routing

  • All content -> Memora (always)
  • Long text (>=100 words) OR high importance (>=0.85) -> also MSA
  • High importance (>=0.85) -> also Chronos
  • Always writes daily log file
  • Post-remember hooks: KG extraction, access tracking

Recall

Three-layer assembled response with token budget control (default 4000 tokens):

  1. Skills (score 1.0) — active skills matched by vector similarity, with executable prompts
  2. KG Relations (score 0.9) — knowledge graph nodes + logical edges
  3. Evidence (score 0.0-1.0) — Memora snippets + MSA documents

Collision Engine

7 strategies with attention-aware anchor selection:

  • RAG-based: Semantic Bridge, Dormant Revival, Temporal Echo, Chronos Cross-Ref, Digest Bridge
  • KG-driven: Contradiction-Based, Blind Spot-Based

Before each round, extracts 3-5 focus keywords from recent memories. Anchor selection biased toward current focus topics with recency weighting.

Requirements

  • Python 3.9+
  • macOS (Apple Silicon) or Linux
  • LLM API key: OpenRouter (preferred) or xAI (fallback)

Setup

See setup.md for installation instructions.

Source

GitHub: FluffyAIcode/openclaw-memory-pro-system

版本历史

共 1 个版本

  • v0.0.7 当前
    2026-05-07 13:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,165 📥 938,172
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,443 📥 328,716
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 866 📥 346,042