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