FastF1 — Formula 1 Data Before writing queries, consult for endpoints, ID conventions, and data shapes. Quick Start Prefer the CLI — it avoids Python import path issues: Python SDK (alternative): CRITICAL: Before Any Query CRITICAL: Before calling any data endpoint, verify: - Year is derived from the system prompt's — never hardcoded. - In January or February, use (pre-season; the new F1 season has not started yet). Choosing the Year Derive the current year from the system prompt's date (e.g., → current year is 2026). - If the user specifies a year , use it as-is. - If the user says "latest",…