plugmem-linux-arm64-gnu 0.1.3 → 0.1.4
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 +23 -1
- package/package.json +1 -1
- package/plugmem.linux-arm64-gnu.node +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
1
|
# `plugmem-linux-arm64-gnu`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The prebuilt **aarch64-unknown-linux-gnu** (Linux arm64 (glibc)) native addon for
|
|
4
|
+
[`plugmem`](https://www.npmjs.com/package/plugmem) — an embedded long-term
|
|
5
|
+
memory engine for LLM agents (remember / recall / revise / forget over one
|
|
6
|
+
local file).
|
|
7
|
+
|
|
8
|
+
## Don't install this directly
|
|
9
|
+
|
|
10
|
+
This is a platform-specific binary. Install the main package instead:
|
|
11
|
+
|
|
12
|
+
```sh
|
|
13
|
+
npm install plugmem
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
`plugmem` lists every `plugmem-*` binary in its `optionalDependencies`, and npm
|
|
17
|
+
installs only the one matching your OS and CPU — this package is the one picked
|
|
18
|
+
on **Linux arm64 (glibc)**. You never depend on it by name.
|
|
19
|
+
|
|
20
|
+
## Links
|
|
21
|
+
|
|
22
|
+
- Main package — <https://www.npmjs.com/package/plugmem>
|
|
23
|
+
- Source, docs & issues — <https://github.com/m62624/plugmem>
|
|
24
|
+
|
|
25
|
+
MIT licensed.
|
package/package.json
CHANGED
|
Binary file
|