@exabase

Exabase Memory

OpenClaw memory plugin backed by Exabase M-1

当前版本
v0.1.0
code-plugin社区source-linked

OpenClaw Exabase Memory Plugin

Exabase M-1 memory-provider integration for OpenClaw.

About

Exabase Memory (M-1) is a self-organising memory engine for AI agents. It stores facts, preferences, and events, builds a living knowledge graph, resolves contradictions, and evolves with every interaction.

M-1 is SOTA on the leading AI memory benchmark (LongMemEval), with the highest recorded QA score, and using a small model. Read the research paper here.

SystemModelScore
M-1 (Exabase)Gemini 3 Flash96.4%
Mem0Gemini 3 Pro94.8%
HonchoGemini 3 Pro92.6%
HydraDBGemini 3 Pro90.79%
SupermemoryGemini 3 Pro85.2%

Exabase Memory powers memory in production apps like Fabric, used by 300,000+ people.

What it does

  • Automatically recalls relevant memories before a turn.
  • Automatically stores each completed conversation turn after the agent finishes.
  • Exposes tools to store, search, fetch, update, and delete memories.

Configuration

Set either:

  • config.apiKey
  • EXABASE_API_KEY

Optional:

  • config.baseId or EXABASE_BASE_ID
  • config.autoRecall default true
  • config.autoCapture default true
  • config.recallLimit default 20
  • config.captureInfer default false

Setup

Run:

openclaw plugins install clawhub:openclaw-exabase-memory
openclaw exabase setup
openclaw gateway restart

That stores the API key in your OpenClaw config. Use openclaw exabase status to check whether the plugin is configured.

Tool names

  • exabase_memory_store
  • exabase_memory_search
  • exabase_memory_get
  • exabase_memory_update
  • exabase_memory_delete

Runtime behavior

  • If no API key is configured, the plugin loads in setup-only mode.
  • In setup-only mode, it exposes openclaw exabase setup and openclaw exabase status, but does not register memory tools or hooks.
  • Once configured, it registers auto-recall, auto-capture, and the Exabase memory tools.

源码与版本

源码仓库

futurebrowser/openclaw-exabase-plugin

打开仓库

源码提交

288fafaf7896d4cbc9c2854b8edcacb8a8313f98

查看提交

安装命令

openclaw plugins install clawhub:openclaw-exabase-memory

元数据

  • 包名: openclaw-exabase-memory
  • 创建时间: 2026/06/02
  • 更新时间: 2026/06/02
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 2026.5.7
  • 插件 API 范围: >=2026.5.7
  • 标签: latest
  • 文件数: 4