memoclaw 1.8.5 → 1.9.0
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 -2
- package/dist/cli.mjs +10045 -30732
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MemoClaw CLI
|
|
2
2
|
|
|
3
|
-
Memory-as-a-Service for AI agents.
|
|
3
|
+
Memory-as-a-Service for AI agents. 100 free calls per wallet, then x402 micropayments (USDC on Base).
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -140,7 +140,7 @@ memoclaw count # outputs just the number
|
|
|
140
140
|
|
|
141
141
|
## Free Tier
|
|
142
142
|
|
|
143
|
-
Every wallet gets **
|
|
143
|
+
Every wallet gets **100 free API calls**. After that, x402 micropayments kick in automatically (USDC on Base). No signup, no API keys, just your wallet. See [memoclaw.com](https://memoclaw.com) for pricing details.
|
|
144
144
|
|
|
145
145
|
## Links
|
|
146
146
|
|