@remnic/plugin-openclaw 9.57.1 → 9.57.3
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 -0
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
OpenClaw plugin for Remnic memory and context. The package bundles the OpenClaw adapter plus the Remnic core runtime so it can run without a separate Remnic service; the adapter registers OpenClaw hooks/tools and delegates memory behavior to [`@remnic/core`](https://www.npmjs.com/package/@remnic/core).
|
|
4
4
|
|
|
5
|
+
Website: <https://remnic.ai> - Source: <https://github.com/joshuaswarren/remnic> - Docs: <https://remnic.ai/guides/>
|
|
6
|
+
|
|
5
7
|
Part of [Remnic](https://github.com/joshuaswarren/remnic), open-source memory and context for user-aware agents.
|
|
6
8
|
|
|
7
9
|
## Install
|
|
@@ -538,3 +540,4 @@ If you're not using OpenClaw, use [`@remnic/cli`](https://www.npmjs.com/package/
|
|
|
538
540
|
## License
|
|
539
541
|
|
|
540
542
|
MIT
|
|
543
|
+
|