An LLM agent that reads your prompt and picks its own forecasting model.
Upload a CSV (or use the built-in airline example), describe your data in English, and the agent will select, evaluate, and commit to the best forecaster automatically.
Source: kpal002/sktime-agentic-forecaster
Backends: auto detects from env vars (GEMINI_API_KEY → OPENAI_API_KEY → ANTHROPIC_API_KEY). mock runs offline with no API key — good for testing.
auto
GEMINI_API_KEY
OPENAI_API_KEY
ANTHROPIC_API_KEY
mock