@blockrun/clawrouter 0.8.17 → 0.8.18
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 +4 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -9,9 +9,13 @@ One wallet, 30+ models, zero API keys.
|
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
[](https://typescriptlang.org)
|
|
11
11
|
[](https://nodejs.org)
|
|
12
|
+
[](https://x.com/USDC/status/2021625822294216977)
|
|
12
13
|
|
|
13
14
|
[Docs](https://blockrun.ai/docs) · [Models](https://blockrun.ai/models) · [Configuration](docs/configuration.md) · [Features](docs/features.md) · [Windows](docs/windows-installation.md) · [Troubleshooting](docs/troubleshooting.md) · [Telegram](https://t.me/blockrunAI) · [X](https://x.com/BlockRunAI)
|
|
14
15
|
|
|
16
|
+
**Winner — Agentic Commerce Track** at the [USDC AI Agent Hackathon](https://x.com/USDC/status/2021625822294216977)<br>
|
|
17
|
+
*The world's first hackathon run entirely by AI agents, powered by USDC*
|
|
18
|
+
|
|
15
19
|
</div>
|
|
16
20
|
|
|
17
21
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockrun/clawrouter",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.18",
|
|
4
4
|
"description": "Smart LLM router — save 78% on inference costs. 30+ models, one wallet, x402 micropayments.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
"openai",
|
|
53
53
|
"anthropic",
|
|
54
54
|
"gemini",
|
|
55
|
-
"deepseek"
|
|
55
|
+
"deepseek",
|
|
56
|
+
"usdc-hackathon-winner",
|
|
57
|
+
"agentic-commerce"
|
|
56
58
|
],
|
|
57
59
|
"author": "BlockRun <hello@blockrun.ai>",
|
|
58
60
|
"license": "MIT",
|