# Real LLM example — Codex OAuth first, Anthropic API fallback.
# Run: pip install -r requirements.txt
# Then: codex login
#   or: export ANTHROPIC_API_KEY=sk-ant-...
# Then: python -m real_agent                 (copied out via `symfonic examples add`)
#   or: python -m examples.real_agent        (from a repo checkout)
symfonic-core[openai,anthropic]>=9.12.0
python-dotenv>=1.0
