graphtestbed / agents /mlevolve /__init__.py
Zhu Jiajun (jz28583)
Add agents/ harness integrations and HF Space scoring deployment
d094faf
raw
history blame contribute delete
476 Bytes
"""MLEvolve integration (github.com/InternScience/MLEvolve).
MLEvolve is an MCGS-based auto-ML harness designed for the mle-bench
data layout. The adapter here translates a GraphTestbed task into the
mle-bench shape it expects, then drives the upstream `run.py` (Hydra
entry point) with overrides that route LLM traffic through CLIProxyAPI.
Default model: `gpt-5.3-codex-spark` (pipe-through alias the user defines
in their CLIProxyAPI `oauth-model-alias.codex` block).
"""