@getmarrow/sdk 2.5.5 → 2.5.6

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 +17 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -137,6 +137,23 @@ That’s the difference between:
137
137
 
138
138
  ---
139
139
 
140
+ ## Privacy, Sanitization, and Data Ownership
141
+
142
+ Marrow is designed to be useful **without treating user data casually**.
143
+
144
+ Key trust properties:
145
+ - sensitive inputs can be sanitized before storage when possible
146
+ - privacy-preserving pattern learning matters more than hoarding raw user data
147
+ - API keys should be passed through environment variables, not hardcoded in source
148
+ - the product direction is anonymized learning, not leaking raw private context across agents
149
+ - users should be able to export and own their memory data instead of feeling trapped inside a black box
150
+
151
+ In plain English:
152
+ - Marrow should help agents learn from patterns
153
+ - while minimizing unnecessary exposure of personal or sensitive information
154
+
155
+ ---
156
+
140
157
  ## Install
141
158
 
142
159
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/sdk",
3
- "version": "2.5.5",
3
+ "version": "2.5.6",
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",