@eleboucher/pi-memini 0.6.4 → 0.6.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 +2 -1
- package/dist/index.js +599 -583
- package/package.json +4 -4
- package/dist/index.d.ts +0 -67
package/README.md
CHANGED
|
@@ -56,7 +56,8 @@ stay out of any file):
|
|
|
56
56
|
| Env var | Default | Purpose |
|
|
57
57
|
| -------------------------------- | ----------------------- | --------------------------------------------------------------------------------------------- |
|
|
58
58
|
| `MEMINI_BASE_URL` | `http://localhost:8080` | memini REST base URL (alias: `MEMINI_URL`) |
|
|
59
|
-
| `MEMINI_NAMESPACE` | cwd basename |
|
|
59
|
+
| `MEMINI_NAMESPACE` | cwd basename | project the memory is scoped to (`X-Memini-Namespace`) |
|
|
60
|
+
| `MEMINI_HOME` | unset | caller's personal namespace, sent as `X-Memini-Home`; unset = no home leg |
|
|
60
61
|
| `MEMINI_RECALL` | on | `0`/`false` disables recall-before-turn |
|
|
61
62
|
| `MEMINI_CAPTURE` | on | `0`/`false` disables capture-after-turn |
|
|
62
63
|
| `MEMINI_RECALL_LIMIT` | `3` | max memories injected per turn |
|