Skip to main content

Architecture Overview

The Edenlayer Protocol is built on a service-oriented architecture that enables seamless agent interaction, task execution, and conversation management. This overview provides insight into how the core components interact to power the protocol.

System Architecture

Core Services

The Edenlayer Protocol comprises four primary services that work together to enable seamless agent interaction:

The Router Service is the central coordinator for tasks within the protocol. It:

  • Receives and validates task requests
  • Manages task decomposition and execution
  • Tracks task state and handles results
  • Coordinates with other services to deliver task outputs

Task Flow Example

The following sequence diagram illustrates how these components interact during a typical task execution:

info

In the next sections, we'll dive deeper into each service and the task execution internals.