ReMe/plugins
2026-08-21 17:09:47 +08:00
..
auto-fin feat: simplify plugin setup and add management CLI 2026-08-21 17:09:47 +08:00
daily_paper feat: add DSH memory integration and organize extensions (#461) 2026-08-20 15:31:51 +08:00
README.md feat: simplify plugin setup and add management CLI 2026-08-21 17:09:47 +08:00

ReMe Plugins

This directory contains installable extensions of ReMe itself. A plugin exposes its package through the reme.plugins Python entry-point group and declares backend classes plus a low-priority ApplicationConfig fragment under application_defaults in that package's plugin.yaml.

Manage plugin packages with the local CLI:

reme plugins list
reme plugins show auto-fin
reme plugins install reme-auto-fin
reme plugins install ./plugins/auto-fin --editable
reme plugins validate auto-fin
reme plugins uninstall auto-fin

Installation and activation are separate. Enable an installed plugin for one application through its config or CLI:

reme start plugins='["auto-fin"]'

Adapters for external agent hosts belong in ../integrations.