High-Level System Architecture
+---------------------------------------------------+
| User / Client |
| (Web App, API, DAO, Enterprise, dApp) |
+--------------------------+------------------------+
|
v
+---------------------------------------------------+
| Gateway / API Layer |
| - Authentication |
| - Agent Routing |
| - Rate Limiting |
+--------------------------+------------------------+
|
v
+---------------------------------------------------+
| Agent Orchestration Layer |
| - Planner Engine |
| - Task Decomposition |
| - Tool Selection |
| - Reflection Loop |
| - Multi-Agent Coordinator |
+--------------------------+------------------------+
| |
v v
+--------------------------+ +--------------------------+
| Off-Chain Compute | | Blockchain Layer |
| - LLMs bb |. | - Smart Contracts |
| - Memory Vector DB | | - Agent Registry |
| - Tool Execution | | - Escrow Contracts |
| - Sandboxed Runtime | | - Token Logic |
+--------------------------+ +--------------------------+
Last updated