Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1014 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 1014 Bytes

🔨 Build

Welcome to the Build tutorials page. Here you will learn about how to build your AI Agent Contracts. The AI Agent Contract is composed of two components:

  • The "Agent Script": Prompts and code written in TypeScript/JavaScript to define the agent running on Phala Network.
  • The "Agent DAO": Regulates the Agent Script's access keys, tokenomic, access control, and market. The Agent DAO is deployed on a Smart Contract EVM Chains.

Agent DAO regulates the Agent Script

Agent Script executes in TEE Agent VM on Phala Network

You will learn how to:

  • Define Your Agent
  • Connect to other Agents for external data sources, blockchain smart contracts, other agents
  • Token-Gated access to your Agent
  • Attach an Agent DAO to regulate your Agent.