@getmarrow/sdk 2.9.0 → 2.9.2

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.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +20 -2
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  > **Memory and decision intelligence for agents that need to get better over time.**
4
4
 
5
+ ![npm](https://img.shields.io/npm/v/@getmarrow/sdk)
6
+ ![npm](https://img.shields.io/npm/dw/@getmarrow/sdk)
7
+ ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@getmarrow/sdk)
8
+ ![GitHub](https://img.shields.io/github/license/MajinBuu0x9/marrow-sdk)
9
+ ![TypeScript](https://img.shields.io/badge/TypeScript-5.3%2B-blue)
10
+ ![Node.js](https://img.shields.io/badge/Node.js-18%2B-green)
11
+
5
12
  Most agents still work like this:
6
13
  - they plan something
7
14
  - they do something
@@ -285,3 +292,9 @@ Get agent health score and trends.
285
292
  ## License
286
293
 
287
294
  MIT
295
+
296
+ ---
297
+
298
+ ## Related Packages
299
+
300
+ - **[@getmarrow/mcp](https://www.npmjs.com/package/@getmarrow/mcp)** — MCP server for Claude Desktop and other MCP-compatible clients. Provides the same memory features through the Model Context Protocol.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/sdk",
3
- "version": "2.9.0",
3
+ "version": "2.9.2",
4
4
  "description": "Your go-to memory provider for all agents, for any AI model.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -14,8 +14,26 @@
14
14
  "agents",
15
15
  "memory",
16
16
  "hive",
17
- "collective-intelligence"
17
+ "collective-intelligence",
18
+ "LLM",
19
+ "GPT",
20
+ "OpenAI",
21
+ "Claude",
22
+ "autonomous",
23
+ "context",
24
+ "state",
25
+ "persistence",
26
+ "decision",
27
+ "learning",
28
+ "MCP",
29
+ "Model Context Protocol",
30
+ "TypeScript",
31
+ "Node.js"
18
32
  ],
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "https://github.com/MajinBuu0x9/marrow-sdk.git"
36
+ },
19
37
  "license": "MIT",
20
38
  "files": [
21
39
  "dist",