← 返回
未分类 中文

Meshmorize

🧠 Multi-layer memory system: fresh layer, mesh graph, auto-log, cross-layer search, compliance check
🧠 多层记忆系统:新鲜层、网格图、自动日志、跨层搜索、合规检查
mozz0 mozz0 来源
未分类 clawhub v3.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 74
下载
💾 2
安装
1
版本
#latest

概述

MeshMorize 🧠

Multi-layer memory system for LLM agents. Fresh daily layer, mesh graph indexing, auto-logging, cross-layer search, and full compliance checks.

Built for OpenClaw. Works with any agent that can run Python.

Layers

LayerFilePurpose
----------------------
Freshmemory/fresh/today.mdDaily notes, 5-day rotation
Meshmemory/mesh.jsonGraph nodes + search index
Logscripts/auto_logAuto-log every interaction
Searchscripts/memory_searchCross-layer search (fresh → daily → mesh → raw → long-term)
Checkscripts/memory_check10-point compliance check (memcheck)

Quick start

mem-bridge init          # Rotate fresh layer, create today.md
auto_log "msg" "reply"   # Log an interaction
memory_search "query"    # Search all memory layers
memcheck                 # Full 10-point compliance check

Tools

ToolSource
--------------
mem-bridgememory/bridge.py — fresh-layer rotation + checkpoint management
auto_logscripts/auto_log.py — interaction logger
memory_searchscripts/memory_search.py — multi-layer search across all memory stores
memcheckscripts/memory_check.py — 10-point compliance check runner

Install

Put bridge.py in memory/ and scripts in scripts/ of your agent workspace. Symlink or add to PATH:

ln -s $(pwd)/scripts/* ~/.local/bin/
ln -s $(pwd)/memory/bridge.py ~/.local/bin/mem-bridge

On session start, run:

mem-bridge init

Source

https://github.com/mozz0/MeshMorize


_Made by mozz0 · Released under MIT_

版本历史

共 1 个版本

  • v3.1.0 当前
    2026-06-07 13:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

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

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,517 📥 573,135
ai-agent

Agent Browser

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