This project is built as a World App Mini with three core features: Human-Agent identity linking with verifiable credentials (VCs); Agent creation & task delegation; Hypergraph-based knowledge spaces for agent profile graphs.
- This project allow users to connect their verified identity (via world ID or self id) to an agent’s onchain address, allowing agent to act on their behalf.
- Identity linking feature is powered by world ID SDK and the self.xyz SDK. enabling agents to prove they represent a real, unique human — including selectively disclosing attributes like age or country.
- The agent–human link is embedded in verifiable credentials (VCs), ideally generated within a Trusted Execution Environment (TEE) and shared with third parties for verification.
- Users can create and configure agents directly in the app, delegating tasks such as gmail handling or DAO governance. All agents are deployed on World Chain with hardhat.
- Agent profile data is published to Hypergraph, forming an onchain, permanent knowledge graph that maps the relationships between humans and their agents.