@remnic/export-weclone 9.6.24 → 9.6.26
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 +5 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -19,8 +19,11 @@ pnpm add @remnic/export-weclone
|
|
|
19
19
|
# or: npm i @remnic/export-weclone
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
`@remnic/export-weclone`
|
|
23
|
-
|
|
22
|
+
`@remnic/export-weclone` is an **optional companion** of
|
|
23
|
+
[`@remnic/cli`](https://www.npmjs.com/package/@remnic/cli), installed separately —
|
|
24
|
+
the base install never pulls it in. It depends on `@remnic/core` and is meant to
|
|
25
|
+
run alongside an existing Remnic memory store. `remnic training:export --format
|
|
26
|
+
weclone` loads it lazily and prints an install hint if it is missing.
|
|
24
27
|
|
|
25
28
|
## Quick start
|
|
26
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/export-weclone",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.26",
|
|
4
4
|
"description": "Export Remnic memories as WeClone-compatible Alpaca-format fine-tuning datasets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"provenance": true
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@remnic/core": "^9.6.
|
|
23
|
+
"@remnic/core": "^9.6.26"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"tsup": "^8.0.0",
|
|
27
27
|
"typescript": "^5.7.0",
|
|
28
28
|
"tsx": "^4.0.0",
|
|
29
|
-
"@remnic/core": "9.6.
|
|
29
|
+
"@remnic/core": "9.6.26"
|
|
30
30
|
},
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"repository": {
|