@totalreclaw/totalreclaw 1.0.1 → 1.0.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 +1 -1
- package/dist/index.js +32099 -0
- package/openclaw.plugin.json +26 -0
- package/package.json +18 -4
- package/.github/workflows/ci.yml +0 -27
- package/.github/workflows/publish.yml +0 -41
- package/api-client.ts +0 -300
- package/crypto.ts +0 -351
- package/embedding.ts +0 -84
- package/extractor.ts +0 -210
- package/generate-mnemonic.ts +0 -14
- package/hot-cache-wrapper.ts +0 -126
- package/index.ts +0 -1885
- package/llm-client.ts +0 -418
- package/lsh.test.ts +0 -463
- package/lsh.ts +0 -257
- package/reranker.test.ts +0 -594
- package/reranker.ts +0 -537
- package/semantic-dedup.test.ts +0 -392
- package/semantic-dedup.ts +0 -100
- package/subgraph-search.ts +0 -278
- package/subgraph-store.ts +0 -342
package/README.md
CHANGED
|
@@ -78,7 +78,7 @@ Your recovery phrase is a 12-word BIP-39 mnemonic -- like a crypto wallet seed.
|
|
|
78
78
|
| `TOTALRECLAW_MASTER_PASSWORD` | *(required)* | 12-word BIP-39 recovery phrase |
|
|
79
79
|
| `TOTALRECLAW_SERVER_URL` | `https://api.totalreclaw.xyz` | Relay server URL |
|
|
80
80
|
| `TOTALRECLAW_SUBGRAPH_MODE` | `true` | Enable on-chain storage |
|
|
81
|
-
| `TOTALRECLAW_EXTRACT_EVERY_TURNS` | `
|
|
81
|
+
| `TOTALRECLAW_EXTRACT_EVERY_TURNS` | `5` | Turns between automatic extractions |
|
|
82
82
|
|
|
83
83
|
## Comparison
|
|
84
84
|
|