📄️ Getting Started
The MesoLive Python SDK (mesolive-sdk, import package: mesolive_sdk) provides an async Python-first interface for options trade automation.
📄️ Core Concepts
This section defines the key concepts you’ll see throughout the SDK and hub APIs, with special focus on automation concerns:
📄️ Control Hub
Use MesoLiveControlHubClient to manage agents, accounts, strategies, positions, and orders, and to execute the prepare → execute lifecycle for entries, exits, and adjustments.
📄️ Data Hub
Use MesoLiveDataHubClient for live quotes/greeks/PnL snapshots and server-streaming updates.
📄️ Event Hub
Use MesoLiveEventHubClient to receive real-time server→client callbacks (signals, order/position updates, job completion)
🗃️ Workflows
5 items
📄️ API Reference
This page is a compact reference that maps Python SDK methods to the underlying SignalR hub methods and payload models.
📄️ Troubleshooting
This page lists common issues when integrating with the MesoLive Python SDK and the underlying SignalR hubs.