mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
| .. | ||
| auto-fin | ||
| daily_paper | ||
| README.md | ||
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.