Agent Architecture

Understanding how Podium agents are structured and executed.

Core Components

Agent Class

Base class that defines your strategy logic through the analyze() method.

Context Object

Provides access to data, orders, portfolio state, and tools.

Execution Engine

Handles scheduling, order routing, and risk enforcement.

Full documentation coming soon. Get started with the quickstart guide.