@blockrun/clawrouter 0.9.9 → 0.9.11
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 +24 -0
- package/package.json +1 -1
- package/dist/cli.d.ts +0 -1
- package/dist/cli.js +0 -4803
- package/dist/cli.js.map +0 -1
- package/dist/index.d.ts +0 -1011
- package/dist/index.js +0 -5422
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -363,6 +363,20 @@ Based on [50+ OpenClaw issues](https://github.com/openclaw/openclaw/issues?q=ope
|
|
|
363
363
|
|
|
364
364
|
---
|
|
365
365
|
|
|
366
|
+
## Why did we build this
|
|
367
|
+
|
|
368
|
+
- **Agents need to pay and get paid — without humans in the loop.** Today's AI infra requires accounts, API keys, manual billing. But an agent spawning 50 sub-agents shouldn't need a human to provision 50 keys. An agent completing a bounty shouldn't wait for someone to invoice and collect.
|
|
369
|
+
|
|
370
|
+
- **Payment IS authentication.** A wallet signature proves you can pay — no shared secrets that leak into prompts, no accounts to create, no keys to rotate.
|
|
371
|
+
|
|
372
|
+
- **Agents should control their own money.** Non-custodial means the agent holds the keys. No platform can freeze funds or change terms overnight.
|
|
373
|
+
|
|
374
|
+
- **Cost optimization should be automatic.** Agents shouldn't overpay $25/M for "what is 2+2". Smart routing to the cheapest capable model saves 92% on typical workloads.
|
|
375
|
+
|
|
376
|
+
The result: an agent can generate a wallet, receive funds, call any model, pay per-request, and earn money — all programmatically. **This is agentic commerce.**
|
|
377
|
+
|
|
378
|
+
---
|
|
379
|
+
|
|
366
380
|
## Troubleshooting
|
|
367
381
|
|
|
368
382
|
Quick checklist:
|
|
@@ -433,6 +447,16 @@ Your wallet key remains at `~/.openclaw/blockrun/wallet.key` — back it up befo
|
|
|
433
447
|
|
|
434
448
|
---
|
|
435
449
|
|
|
450
|
+
## Support / talk with founders
|
|
451
|
+
|
|
452
|
+
- [Schedule Demo 👋](https://calendly.com/vickyfu9/30min)
|
|
453
|
+
- [Community Telegram 💭](https://t.me/blockrunAI)
|
|
454
|
+
- [X / Twitter 🐦](https://x.com/BlockRunAI)
|
|
455
|
+
- Telegram 📱 [@bc1max](https://t.me/bc1max)
|
|
456
|
+
- Our email ✉️ vicky@blockrun.ai
|
|
457
|
+
|
|
458
|
+
---
|
|
459
|
+
|
|
436
460
|
## License
|
|
437
461
|
|
|
438
462
|
MIT
|
package/package.json
CHANGED
package/dist/cli.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|