Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.19 KB

File metadata and controls

27 lines (19 loc) · 1.19 KB

EverMind AI — Agent Plugins

Official agent-host plugins for EverOS, the md-first memory framework. Each plugin gives an agent host persistent, cross-session memory backed by a local EverOS server — one EverOS, many agents: the same store serves every host, partitioned per app.

Plugins

Plugin Host Install Status
openclaw/ OpenClaw @evermind-ai/openclaw-plugin on npm — one-command setup: npx --yes --package @evermind-ai/openclaw-plugin everos-setup ✅ published (3.0.1)
hermes/ Hermes Agent 🔬 planned

What every plugin here shares

  • Recall → capture → seal: relevant memory is recalled before each turn, the finished turn is captured after it, and the session tail is sealed on close — automatically, with no memory tools for the model to remember to call.
  • Fail-open: if EverOS is down or unreachable, the host works normally — memory just pauses.

Each plugin's own README covers setup, configuration, and troubleshooting.

License

Apache-2.0