Skip to content

Commit cf49332

Browse files
HashWarlockclaude
andcommitted
feat(templates): add ERC-8004 TEE Agent template
Adds a new template for the ERC-8004 Compliant TEE Agent that provides secure and verifiable trustless agents running in CVMs on Phala Cloud. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 45d8227 commit cf49332

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

templates/config.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,5 +549,21 @@
549549
"TEE",
550550
"PrimusLabs"
551551
]
552+
},
553+
{
554+
"id": "erc-8004-tee-agent",
555+
"name": "ERC-8004 TEE Agent",
556+
"description": "An ERC-8004 Compliant TEE Agent with a TEE Registry Extension for Secure & Verifiable Trustless Agents in a CVM on Phala Cloud. Combines on-chain identity verification, Intel TDX attestation, and AI chat interface for autonomous blockchain agents.",
557+
"repo": "https://github.com/Phala-Network/erc-8004-tee-agent",
558+
"author": "Phala-Network",
559+
"envs": [
560+
{ "key": "AGENT_SALT", "required": true, "description": "Unique secret salt for key derivation" },
561+
{ "key": "REDPILL_API_KEY", "required": true, "description": "API key for confidential AI inference" },
562+
{ "key": "SUBGRAPH_API_KEY", "required": true, "description": "Access token for blockchain data queries" },
563+
{ "key": "CHAIN_NAME", "required": true, "description": "Target blockchain (e.g., eth-sepolia)" },
564+
{ "key": "RPC_URL", "required": true, "description": "Blockchain node endpoint" },
565+
{ "key": "ANTHROPIC_MODEL", "required": false, "description": "AI model selection", "default": "moonshotai/kimi-k2.5" }
566+
],
567+
"tags": ["Agent", "TEE", "ERC-8004", "AI"]
552568
}
553569
]

0 commit comments

Comments
 (0)