Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/02.whats-new/4.hermes-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ The [hermes-basic-memory](https://github.com/basicmachines-co/basic-memory/tree/

## Quick Install

Managed installation requires a Hermes Agent release containing the
[manifest-v2 installer fix](https://github.com/NousResearch/hermes-agent/pull/85893).
Hermes Agent v0.20.5 (`v2026.8.19`) and earlier are not supported.

```bash
hermes plugins install basicmachines-co/basic-memory --path integrations/hermes
hermes plugins install basicmachines-co/basic-memory/integrations/hermes
```

Activate it in `~/.hermes/config.yaml`:
Expand Down
4 changes: 2 additions & 2 deletions content/08.integrations/07.hermes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The plugin is open source and lives in the basic-memory monorepo — browse the
::

::tip
Requires [Hermes Agent](https://github.com/NousResearch/hermes-agent) and [`uv`](https://docs.astral.sh/uv/) on your PATH. The plugin auto-installs the `bm` CLI on first init via `uv tool install basic-memory` (a one-time ~10s pause if it isn't already present).
Managed installation requires a [Hermes Agent](https://github.com/NousResearch/hermes-agent) release containing the [manifest-v2 installer fix](https://github.com/NousResearch/hermes-agent/pull/85893). Hermes Agent v0.20.5 (`v2026.8.19`) and earlier are not supported. If the installer says it only supports `manifest_version: 1`, update Hermes to a release containing that fix. You also need [`uv`](https://docs.astral.sh/uv/) on your PATH. The plugin auto-installs the `bm` CLI on first init via `uv tool install basic-memory` (a one-time ~10s pause if it isn't already present).
::

---
Expand All @@ -21,7 +21,7 @@ Requires [Hermes Agent](https://github.com/NousResearch/hermes-agent) and [`uv`]
Install the plugin:

```bash
hermes plugins install basicmachines-co/basic-memory --path integrations/hermes
hermes plugins install basicmachines-co/basic-memory/integrations/hermes
```

Then activate it in `~/.hermes/config.yaml`:
Expand Down
Loading