Claude Skill
mem9-ai/mem9
Mem9 是一个开源 TypeScript 项目,为 OpenClaw 提供无限记忆功能,支持 AI 交互中的持久上下文和长期回忆。
概览
仓库信息
安装这个 Skill
docker run -e MNEMO_DSN="..." -e MNEMO_DB_BACKEND="tidb" -p 8080:8080 local/mnemo-server:devRegistry 信息
项目简介
Mem9 是一个开源的 TypeScript 项目,为 OpenClaw 提供无限记忆功能,支持 AI 交互中的持久上下文和长期回忆。
Unlimited memory for OpenClaw
要点
- 为 OpenClaw 提供无限记忆存储
- 跨会话的持久上下文
- 使用 TypeScript 构建,确保可靠性
- 开源且由社区驱动
- 与 OpenClaw 无缝集成
使用场景
- 为 AI 助手增强长期记忆
- 构建上下文感知的对话代理
- 跨交互维护用户偏好
- 支持复杂的多轮对话
README 摘要
<p align="center"> <img src="site/public/mem9-wordmark-square.svg" alt="mem9" width="180" /> </p> <p align="center"> <strong>Persistent Memory for AI Agents.</strong><br/> Your agents forget everything between sessions. mem9 fixes that with persistent memory across sessions and machines, shared memory for multi-agent workflows, and hybrid recall with a visual dashboard. </p> <p align="center"> For OpenClaw and ClawHub installs, start here: <a href="https://mem9.ai/openclaw-memory">mem9.ai/openclaw-memory</a> <br/> Hermes Agent, Claude Code, OpenCode, Codex, and Dify guides are below. </p> <p align="center"> <a href="https://tidbcloud.com"><img src="https://img.shields.io/badge/Powered%20by-TiDB%20Cloud%20Starter-E60C0C?style=flat&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTEuOTk4NCAxLjk5OTAyTDMuNzE4NzUgNy40OTkwMkwzLjcxODc1IDE3TDExLjk5NjQgMjIuNUwyMC4yODE0IDE3VjcuNDk5MDJMMTEuOTk4NCAxLjk5OTAyWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=" alt="Powered by TiDB Cloud Starter"></a> <a href="https://goreportcard.com/report/github.com/mem9-ai/mem9/server"><img src="https://goreportcard.com/badge/github.com/mem9-ai/mem9/server" alt="Go Report Card"></a> <a href="https://github.com/mem9-ai/mem9/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License"></a> <a href="https://github.com/mem9-ai/mem9"><img src="https://img.shields.io/github/stars/mem9-ai/mem9?style=social" alt="Stars"></a> </p> --- ## Quick Start 1. Choose your mem9 endpoint. - Hosted API: `https://api.mem9.ai` - Self-hosted: apply the matching control-plane schema, then start `mnemo-server`: ```bash cd server MNEM
话题
暂无话题