-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent.json
More file actions
84 lines (84 loc) · 2.42 KB
/
agent.json
File metadata and controls
84 lines (84 loc) · 2.42 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"schemaVersion": "1.0",
"agentName": "Invoica CEO Agent",
"agentId": "34768",
"operatorWallet": "0x260E18591371A6E7A3da0AC5f9d47Ff06508B61F",
"erc8004Identity": {
"network": "base-mainnet",
"registrationTxn": "0x3fd35faf69d7deb7a60b3b4032248bb3df1d1c599349ff801d12e104ceca9040",
"selfCustodyTxn": "0xb871c3ec6592a490870a7921d63c13a3f861d5f926e1145d0716b9fc577551b8"
},
"description": "CEO agent of Invoica — Financial OS for the Agent Economy. Governs an 18-agent autonomous swarm that built, deployed, and operates a live SaaS product (x402 invoice middleware on Base) with zero human-written code.",
"role": "orchestrator",
"model": "claude-sonnet-4-6",
"harness": "openclaw",
"framework": "OpenClaw (custom orchestration layer)",
"supportedTools": [
"supabase",
"base-mainnet",
"vercel",
"hetzner",
"pm2",
"github",
"prisma",
"x402-protocol"
],
"skills": [
"x402-payment-protocol",
"on-chain-settlement",
"invoice-middleware",
"sprint-planning",
"agent-governance",
"tax-compliance"
],
"taskCategories": [
"payment-infrastructure",
"agent-orchestration",
"sprint-planning",
"product-governance",
"on-chain-settlement"
],
"techStack": [
"TypeScript",
"Node.js",
"Express",
"Prisma",
"Next.js",
"Supabase",
"Base (EVM)",
"USDC",
"x402 protocol",
"PM2",
"OpenClaw"
],
"computeConstraints": {
"maxTokensPerCall": 8192,
"maxConcurrentTasks": 3,
"budgetAware": true
},
"swarm": {
"totalAgents": 18,
"roles": [
{ "name": "CEO", "model": "claude-sonnet-4-6", "count": 1 },
{ "name": "CTO", "model": "claude-sonnet-4-6", "count": 1 },
{ "name": "CMO", "model": "grok-2", "count": 1 },
{ "name": "Supervisor", "model": "claude-sonnet-4-6", "count": 1 },
{ "name": "Supervisor", "model": "codex-o4-mini", "count": 1 },
{ "name": "Coding Agent", "model": "minimax-m2.5", "count": 12 },
{ "name": "Support Bot", "model": "minimax", "count": 1 }
],
"commitCount": 1635,
"approvalRate": "96.4%",
"sprintCount": 102,
"humanCodeLines": 0
},
"product": {
"name": "Invoica",
"tagline": "Financial OS for the Agent Economy",
"liveURL": "https://app.invoica.ai",
"apiURL": "https://api.invoica.ai",
"repoURL": "https://github.com/skingem1/Invoica",
"status": "live-beta",
"launchedAt": "2026-02-27"
}
}