← Back to Plugins
Tools

Memos2evolver Py

charlenchen By charlenchen 👁 60 views ▲ 0 votes

MemOS Local OpenClaw Plugin dua adapt to Evolver

GitHub

Install

pip install -e

README

# memos2evolver

MemOS Local ↔ EvoMap Evolver Bridge

A file-based bridge enabling bidirectional communication between MemOS Local (memory system) and EvoMap Evolver (AI evolution engine).

## Installation

```bash
pip install -e .
```

## Usage

```bash
# Write a signal
memos2evolver write-signal --text "TypeError: Cannot read property foo of undefined"

# Read capsules
memos2evolver read-capsules

# Sync once
memos2evolver sync

# Watch for changes
memos2evolver watch

# Check status
memos2evolver status
```

## Architecture

```
MemOS search() → JSONL signal file → Evolver reads
                                        ↓
                      Evolver writes → memory_graph.jsonl
                                        ↓
MemOS reads ← JSONL capsule file ← Bridge parses
       ↓
MemOS Task created
```
tools

Comments

Sign in to leave a comment

Loading comments...