Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit a9cabea

Browse files
authored
Merge pull request #7 from basicmachines-co/docs/readme-tool-count
docs: correct stale bm_* tool count in README
2 parents 967d69b + 6a23b0b commit a9cabea

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)