# Agent Hierarchy

The agent system follows a hierarchical structure:

* **Main Trading Agent**: Central coordinator for all trading activities
  * Manages overall strategy and user preferences
  * Coordinates specialized worker agents
  * Makes high-level investment decisions
* **Specialized Worker Agents**:
  * **Strategy Worker**: Selects specific investment strategies within each tranche
  * **Execution Worker**: Performs actual trades through DEX/CEX integrations
  * **Monitoring Worker**: Tracks performance and market conditions in real-time
  * **Reporting Worker**: Generates insights and reports for users
