-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathagent.json
More file actions
93 lines (93 loc) · 2.69 KB
/
agent.json
File metadata and controls
93 lines (93 loc) · 2.69 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
85
86
87
88
89
90
91
92
93
{
"name": "CommandLayer",
"version": "1.1.0",
"description": "Verifiable execution infrastructure for autonomous agents. Every agent action produces a cryptographically signed receipt tied to an ENS identity, verifiable by anyone without trusting the runtime.",
"operator_wallet": "0x6FFa1e00509d8B625c2F061D7dB07893B37199BC",
"erc8004": {
"agent_id": 33370,
"identity_registry": "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432",
"chain": "base",
"chain_id": "eip155:8453",
"registration_tx": "0xb511007618f8c0aa0b5c12b48084ce67dc52321a79e0ef9002fdc8e6db5e899d",
"registration_block": 43509626,
"registered_at": "2026-03-18T04:36:39Z"
},
"identity": {
"ens": "commandlayer.eth",
"signer_ens": "runtime.commandlayer.eth",
"signer_kid": "vC4WbcNoq2znSCiQ",
"signing_alg": "ed25519-sha256",
"canonical": "json.sorted_keys.v1"
},
"runtime": {
"base_url": "https://runtime.commandlayer.org",
"health": "https://runtime.commandlayer.org/health",
"verify": "https://runtime.commandlayer.org/verify",
"version": "1.1.0"
},
"supported_verbs": {
"commons": [
"fetch",
"describe",
"format",
"clean",
"parse",
"summarize",
"convert",
"explain",
"analyze",
"classify"
],
"commercial": [
"authorize",
"checkout",
"purchase",
"ship",
"verify"
]
},
"schemas": {
"commons": "https://commandlayer.org/schemas/v1.1.0/commons/",
"commercial": "https://commandlayer.org/schemas/v1.1.0/commercial/",
"agent_cards": "https://commandlayer.org/agent-cards/schemas/v1.1.0/"
},
"sdks": {
"typescript": "@commandlayer/sdk@1.1.0",
"python": "commandlayer==1.1.0"
},
"tech_stack": [
"Node.js",
"TypeScript",
"Python",
"Ed25519",
"ENS",
"IPFS",
"AJV",
"JSON Schema 2020-12",
"x402",
"ERC-8004"
],
"compute_constraints": {
"max_latency_ms": 2000,
"signing": "ed25519-sha256",
"node_version": ">=20.0.0"
},
"task_categories": [
"verification",
"signed-receipts",
"agent-identity",
"x402-execution",
"schema-validation",
"ens-key-discovery"
],
"repositories": {
"runtime": "https://github.com/commandlayer/runtime",
"protocol_commons": "https://github.com/commandlayer/protocol-commons",
"protocol_commercial": "https://github.com/commandlayer/protocol-commercial",
"agent_cards": "https://github.com/commandlayer/agent-cards",
"sdk": "https://github.com/commandlayer/sdk",
"runtime_core": "https://github.com/commandlayer/runtime-core",
"commercial_runtime": "https://github.com/commandlayer/commercial-runtime"
},
"site": "https://commandlayer.org"
}