forked from MikeyPetrillo/Agent402
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "agent402-client",
"version": "0.5.1",
"description": "Buyer-side SDK for Agent402.Tools (x402): resolve a task to a tool across 1,407 pay-per-call endpoints and call it with payment handled for you — free tools settle via built-in proof-of-work (no wallet), wallet-only tools via your x402 fetch — with a withNetworkPreference helper to pick the settlement chain (USDC on Base/Solana/Polygon/Arbitrum/Stellar or USDG on Robinhood Chain). Caching, idempotent retries, cross-seller Smart Order Router.",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js"
},
"files": [
"index.js",
"README.md"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"x402",
"ai-agents",
"agent-tools",
"llm-tools",
"usdc",
"base",
"solana",
"polygon",
"arbitrum",
"stellar",
"proof-of-work",
"http-402",
"micropayments",
"mcp",
"client",
"sdk",
"agent402",
"tool-discovery",
"smart-order-router",
"robinhood-chain",
"usdg",
"multi-chain"
],
"author": "Mike Petrillo <mike@agent402.tools> (https://github.com/MikeyPetrillo)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MikeyPetrillo/Agent402.git",
"directory": "client"
},
"homepage": "https://agent402.tools"
}