forked from ChaosChain/chaoschain-genesis-studio
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathagent_config.json
More file actions
44 lines (44 loc) · 962 Bytes
/
agent_config.json
File metadata and controls
44 lines (44 loc) · 962 Bytes
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
{
"name": "TEE Agent",
"description": "Trustless AI agent with Intel TDX attestation",
"image": "",
"supportedTrust": [
"tee-attestation"
],
"endpoints": {
"a2a": {
"enabled": true,
"version": "0.3.0"
},
"mcp": {
"enabled": false,
"endpoint": "",
"capabilities": {},
"version": "2025-06-18"
},
"oasf": {
"enabled": false,
"endpoint": "",
"version": "0.7"
},
"ens": {
"enabled": false,
"endpoint": "",
"version": "v1"
},
"did": {
"enabled": false,
"endpoint": "",
"version": "v1"
}
},
"evmChains": [
{"name": "Ethereum", "chainId": 1},
{"name": "Optimism", "chainId": 10},
{"name": "Base", "chainId": 8453},
{"name": "Base-Sepolia", "chainId": 84532},
{"name": "Arbitrum", "chainId": 42161},
{"name": "Polygon", "chainId": 137},
{"name": "Ethereum-Sepolia", "chainId": 11155111}
]
}