Skip to content

Commit 6a23b0b

Browse files
groksrcclaude
andcommitted
docs: correct stale bm_* tool count in README
The intro said "seven bm_* tools" and the "What the agent gets" header said "Eight tools"; the table listed 8 and omitted bm_projects and bm_workspaces. Actual surface is 10 (bm_recent landed in 0.2.0, bm_projects/bm_workspaces in 0.3.0). Corrects both counts to ten, adds the two missing tool rows, and adds a one-line note that read/write tools accept optional project / project_id for per-call routing (shipped in 0.3.0 but never reflected in the README). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 967d69b commit 6a23b0b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Hermes Memory Provider plugin that gives [Hermes Agent](https://github.com/NousResearch/hermes-agent) a persistent knowledge graph backed by [Basic Memory](https://github.com/basicmachines-co/basic-memory).
66

7-
The plugin replaces Hermes's "no external memory provider" with a real graph: search-before-answer recall, per-turn capture, end-of-session summaries, and seven `bm_*` tools the agent can call directly. Local mode by default; one CLI flip switches to true cloud routing through Basic Memory Cloud.
7+
The plugin replaces Hermes's "no external memory provider" with a real graph: search-before-answer recall, per-turn capture, end-of-session summaries, and ten `bm_*` tools the agent can call directly. Local mode by default; one CLI flip switches to true cloud routing through Basic Memory Cloud.
88

99
## Install
1010

@@ -47,7 +47,7 @@ Expected:
4747

4848
## What the agent gets
4949

50-
Eight tools (curated subset of Basic Memory's MCP surface):
50+
Ten tools (curated subset of Basic Memory's MCP surface):
5151

5252
| Tool | Use |
5353
|---|---|
@@ -59,6 +59,10 @@ Eight tools (curated subset of Basic Memory's MCP surface):
5959
| `bm_delete` | Delete a note |
6060
| `bm_move` | Move a note to a different folder |
6161
| `bm_recent` | List notes updated recently (default `7d`; accepts natural-language timeframes) |
62+
| `bm_projects` | List available projects with their UUIDs (for cross-project routing) |
63+
| `bm_workspaces` | List Basic Memory Cloud workspaces |
64+
65+
Every read/write tool also accepts optional `project` / `project_id` for per-call routing — write or read against a project other than the configured one without reconfiguring the plugin.
6266

6367
Plus automatic capture:
6468
- **Per turn**: every user/assistant exchange appends to a running session-transcript note

0 commit comments

Comments
 (0)