agentscope-ai/ReMe

feat(plugin): add ReMe integration for OpenClaw

Open

#347 opened on Jul 14, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (256 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (3,051 stars)
PR merge metrics
 (Avg merge 17h 48m) (44 merged PRs in 30d)

Description

Background

OpenClaw users need a native way to use ReMe as persistent, file-native memory across agent sessions. The integration should follow OpenClaw plugin conventions while keeping user-owned ReMe workspace files as the source of truth and connecting to a separately managed ReMe service.

Changes

  • Add an installable OpenClaw plugin under plugins/openclaw
  • Expose ReMe recall workflows through OpenClaw-compatible tools and skills
  • Use session lifecycle hooks to record durable session knowledge automatically without blocking agent shutdown
  • Support semantic search, graph traversal, state lookup, and source-backed reads
  • Add configuration for the ReMe service endpoint and clear health and failure handling
  • Add installation documentation and focused tests for recall and automatic recording

Contributor guide