@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.
- package/README.md +17 -0
- 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
|