This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Quick and dirty replication of | |
"Winning Gold at IMO 2025 with a Model-Agnostic Verification-and-Refinement Pipeline" (https://arxiv.org/abs/2507.15855) | |
using LangGraph. | |
Export GOOGLE_API_KEY to run. | |
Change the model, question and constants directly in the code (no CLI). | |
""" | |
import asyncio |