@getmarrow/sdk 3.7.6 → 3.7.7
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 +3 -5
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -220,7 +220,7 @@ All metrics are computed from real decision data, no estimates, no heuristics. T
|
|
|
220
220
|
- **Media (1):** `content-publish`
|
|
221
221
|
- **Enterprise (1):** `change-management`
|
|
222
222
|
|
|
223
|
-
Full catalog with descriptions
|
|
223
|
+
Full catalog with descriptions: [https://getmarrow.ai/docs/#template-marketplace](https://getmarrow.ai/docs/#template-marketplace)
|
|
224
224
|
|
|
225
225
|
```typescript
|
|
226
226
|
const templates = await marrow.listTemplates({ industry: 'insurance' });
|
|
@@ -425,8 +425,7 @@ Zero-ceremony wrapper. Handles orient → think → commit automatically.
|
|
|
425
425
|
#### `wrap(meta, fn)`
|
|
426
426
|
Wrap any action to auto-log intent and outcome.
|
|
427
427
|
|
|
428
|
-
**📖 Full API reference with request/response examples:**
|
|
429
|
-
**[getmarrow.ai/docs/#api-reference](https://getmarrow.ai/docs/#api-reference)**
|
|
428
|
+
**📖 Full API reference with request/response examples:** [https://getmarrow.ai/docs/#api-reference](https://getmarrow.ai/docs/#api-reference)
|
|
430
429
|
|
|
431
430
|
### Memory Methods
|
|
432
431
|
|
|
@@ -460,8 +459,7 @@ Import memories with merge (dedup) or replace mode.
|
|
|
460
459
|
#### `retrieveMemories(query, params?)`
|
|
461
460
|
Full-text search with filters.
|
|
462
461
|
|
|
463
|
-
**📖 All memory, query, and operator endpoints:**
|
|
464
|
-
**[getmarrow.ai/docs/#api-reference](https://getmarrow.ai/docs/#api-reference)**
|
|
462
|
+
**📖 All memory, query, and operator endpoints:** [https://getmarrow.ai/docs/#api-reference](https://getmarrow.ai/docs/#api-reference)
|
|
465
463
|
|
|
466
464
|
---
|
|
467
465
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getmarrow/sdk",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.7",
|
|
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",
|
|
@@ -28,7 +28,12 @@
|
|
|
28
28
|
"MCP",
|
|
29
29
|
"Model Context Protocol",
|
|
30
30
|
"TypeScript",
|
|
31
|
-
"Node.js"
|
|
31
|
+
"Node.js",
|
|
32
|
+
"key-management",
|
|
33
|
+
"api-key",
|
|
34
|
+
"multi-key",
|
|
35
|
+
"api-key-management",
|
|
36
|
+
"cli-key-management"
|
|
32
37
|
],
|
|
33
38
|
"repository": {
|
|
34
39
|
"type": "git",
|