Five enterprise dashboard views for the 10 Programmatic Trading sub-agents. Each dashboard presents data from 20 MySQL tables in a format optimized for different audiences and use cases.
data_dictionaries/ define the schema contract between each agent and your data sources.The Python agent script (adtech2_agents.py) accepts command-line parameters to control which agents run and how.
Two integration paths: Use the CSV-based workflow below for batch analysis, or deploy MCP services to connect agents directly to your ad tech platforms for live data pull. Both approaches use the same data dictionaries as the schema contract.