@agentmemory/agentmemory 0.9.13 → 0.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -21
- package/dist/cli.mjs +403 -84
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{src-Ca9oX6Hq.mjs → src-BBI-ah3h.mjs} +4 -3
- package/dist/src-BBI-ah3h.mjs.map +1 -0
- package/dist/{standalone-BpbiNqr9.mjs → standalone-Cf5sp0XM.mjs} +2 -2
- package/dist/{standalone-BpbiNqr9.mjs.map → standalone-Cf5sp0XM.mjs.map} +1 -1
- package/dist/standalone.mjs +1 -1
- package/dist/standalone.mjs.map +1 -1
- package/dist/{tools-registry-D5l632PP.mjs → tools-registry-BDimtXJb.mjs} +2 -2
- package/dist/{tools-registry-D5l632PP.mjs.map → tools-registry-BDimtXJb.mjs.map} +1 -1
- package/package.json +6 -6
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/dist/src-Ca9oX6Hq.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -77,17 +77,32 @@ agentmemory works with any agent that supports hooks, MCP, or REST API. All agen
|
|
|
77
77
|
<td align="center" width="12.5%">
|
|
78
78
|
<a href="https://claude.com/product/claude-code"><img src="https://matthiasroder.com/content/images/2026/01/Claude.png?size=120" alt="Claude Code" width="48" height="48" /></a><br/>
|
|
79
79
|
<strong>Claude Code</strong><br/>
|
|
80
|
-
<sub>12 hooks + MCP
|
|
80
|
+
<sub>native plugin + 12 hooks + MCP</sub>
|
|
81
|
+
</td>
|
|
82
|
+
<td align="center" width="12.5%">
|
|
83
|
+
<a href="https://github.com/openai/codex"><img src="https://github.com/openai.png?size=120" alt="Codex CLI" width="48" height="48" /></a><br/>
|
|
84
|
+
<strong>Codex CLI</strong><br/>
|
|
85
|
+
<sub>native plugin + 6 hooks + MCP</sub>
|
|
81
86
|
</td>
|
|
82
87
|
<td align="center" width="12.5%">
|
|
83
88
|
<a href="integrations/openclaw/"><img src="https://github.com/openclaw.png?size=120" alt="OpenClaw" width="48" height="48" /></a><br/>
|
|
84
89
|
<strong>OpenClaw</strong><br/>
|
|
85
|
-
<sub>
|
|
90
|
+
<sub>native plugin + MCP</sub>
|
|
86
91
|
</td>
|
|
87
92
|
<td align="center" width="12.5%">
|
|
88
93
|
<a href="integrations/hermes/"><img src="https://github.com/NousResearch.png?size=120" alt="Hermes" width="48" height="48" /></a><br/>
|
|
89
94
|
<strong>Hermes</strong><br/>
|
|
90
|
-
<sub>
|
|
95
|
+
<sub>native plugin + MCP</sub>
|
|
96
|
+
</td>
|
|
97
|
+
<td align="center" width="12.5%">
|
|
98
|
+
<a href="integrations/pi/"><img src="assets/agents/pi.svg" alt="pi" width="48" height="48" /></a><br/>
|
|
99
|
+
<strong>pi</strong><br/>
|
|
100
|
+
<sub>native plugin + MCP</sub>
|
|
101
|
+
</td>
|
|
102
|
+
<td align="center" width="12.5%">
|
|
103
|
+
<a href="https://github.com/tinyhumansai/openhuman"><img src="https://raw.githubusercontent.com/tinyhumansai/openhuman/main/app/src-tauri/icons/128x128.png" alt="OpenHuman" width="48" height="48" /></a><br/>
|
|
104
|
+
<strong>OpenHuman</strong><br/>
|
|
105
|
+
<sub>native Memory trait backend</sub>
|
|
91
106
|
</td>
|
|
92
107
|
<td align="center" width="12.5%">
|
|
93
108
|
<a href="https://cursor.com"><img src="https://www.freelogovectors.net/wp-content/uploads/2025/06/cursor-logo-freelogovectors.net_.png" alt="Cursor" width="48" height="48" /></a><br/>
|
|
@@ -99,23 +114,18 @@ agentmemory works with any agent that supports hooks, MCP, or REST API. All agen
|
|
|
99
114
|
<strong>Gemini CLI</strong><br/>
|
|
100
115
|
<sub>MCP server</sub>
|
|
101
116
|
</td>
|
|
117
|
+
</tr>
|
|
118
|
+
<tr>
|
|
102
119
|
<td align="center" width="12.5%">
|
|
103
120
|
<a href="https://github.com/opencode-ai/opencode"><img src="https://github.com/opencode-ai.png?size=120" alt="OpenCode" width="48" height="48" /></a><br/>
|
|
104
121
|
<strong>OpenCode</strong><br/>
|
|
105
122
|
<sub>MCP server</sub>
|
|
106
123
|
</td>
|
|
107
124
|
<td align="center" width="12.5%">
|
|
108
|
-
<a href="https://github.com/openai/codex"><img src="https://github.com/openai.png?size=120" alt="Codex CLI" width="48" height="48" /></a><br/>
|
|
109
|
-
<strong>Codex CLI</strong><br/>
|
|
110
|
-
<sub>6 hooks + MCP + skills</sub>
|
|
111
|
-
</td>
|
|
112
|
-
<td align="center" width="12.5%">
|
|
113
125
|
<a href="https://github.com/cline/cline"><img src="https://github.com/cline.png?size=120" alt="Cline" width="48" height="48" /></a><br/>
|
|
114
126
|
<strong>Cline</strong><br/>
|
|
115
127
|
<sub>MCP server</sub>
|
|
116
128
|
</td>
|
|
117
|
-
</tr>
|
|
118
|
-
<tr>
|
|
119
129
|
<td align="center" width="12.5%">
|
|
120
130
|
<a href="https://github.com/block/goose"><img src="https://github.com/block.png?size=120" alt="Goose" width="48" height="48" /></a><br/>
|
|
121
131
|
<strong>Goose</strong><br/>
|
|
@@ -146,16 +156,6 @@ agentmemory works with any agent that supports hooks, MCP, or REST API. All agen
|
|
|
146
156
|
<strong>Roo Code</strong><br/>
|
|
147
157
|
<sub>MCP server</sub>
|
|
148
158
|
</td>
|
|
149
|
-
<td align="center" width="12.5%">
|
|
150
|
-
<a href="https://github.com/anthropics/claude-agent-sdk-typescript"><img src="https://github.com/anthropics.png?size=120" alt="Claude SDK" width="48" height="48" /></a><br/>
|
|
151
|
-
<strong>Claude SDK</strong><br/>
|
|
152
|
-
<sub>AgentSDKProvider</sub>
|
|
153
|
-
</td>
|
|
154
|
-
<td align="center" width="12.5%">
|
|
155
|
-
<img src="https://img.shields.io/badge/104-endpoints-1f6feb?style=flat-square" alt="REST API" width="48" /><br/>
|
|
156
|
-
<strong>Any agent</strong><br/>
|
|
157
|
-
<sub>REST API</sub>
|
|
158
|
-
</td>
|
|
159
159
|
</tr>
|
|
160
160
|
</table>
|
|
161
161
|
|
|
@@ -368,7 +368,7 @@ codex plugin install agentmemory
|
|
|
368
368
|
|
|
369
369
|
The Codex plugin ships from the same `plugin/` directory as the Claude Code plugin. It registers:
|
|
370
370
|
|
|
371
|
-
- `@agentmemory/mcp` as an MCP server (all 51 tools when `
|
|
371
|
+
- `@agentmemory/mcp` as an MCP server (proxies all 51 tools when `AGENTMEMORY_URL` points at a running agentmemory server; falls back to 7 tools locally when no server is reachable)
|
|
372
372
|
- 6 lifecycle hooks: `SessionStart`, `UserPromptSubmit`, `PreToolUse`, `PostToolUse`, `PreCompact`, `Stop`
|
|
373
373
|
- 4 skills: `/recall`, `/remember`, `/session-history`, `/forget`
|
|
374
374
|
|
|
@@ -731,6 +731,8 @@ npm install @xenova/transformers
|
|
|
731
731
|
|
|
732
732
|
51 tools, 6 resources, 3 prompts, and 4 skills — the most comprehensive MCP memory toolkit for any agent.
|
|
733
733
|
|
|
734
|
+
> **MCP shim vs full server:** the published `@agentmemory/mcp` package is a thin shim. It exposes the full 51-tool surface **only when it can reach a running agentmemory server** via `AGENTMEMORY_URL` (proxy mode). With no server reachable, the shim falls back to a 7-tool local set (`memory_save`, `memory_recall`, `memory_smart_search`, `memory_sessions`, `memory_export`, `memory_audit`, `memory_governance_delete`). The `AGENTMEMORY_TOOLS=core|all` env var is a *server-side* flag — setting it in the shim's `env` block has no effect. If you see only 7 tools in Cursor / OpenCode / Gemini CLI, start `npx @agentmemory/agentmemory` (or the Docker stack) and set `AGENTMEMORY_URL=http://localhost:3111`.
|
|
735
|
+
|
|
734
736
|
### 50 Tools
|
|
735
737
|
|
|
736
738
|
<details>
|