A multi-agent Fantasy Premier League planner that uses live FPL data and football news to generate OpenAI and Anthropic team recommendations and email the resulting report.
Requires Python 3.12+, uv, and make.
uv sync
cp .env.example .envAdd the required API keys and email settings to .env. Set LANGSMITH_TRACING=false if
LangSmith is not configured.
make dev-check
uv run --env-file .env project-tedThe second command uses live APIs and sends the generated report by email.