File size: 343 Bytes
0f775e2 | 1 2 3 4 5 6 7 | """Architecture variants for the megakernel family.
Each module exports `MODEL_SRC`: a complete, self-contained reference (HELPERS + its own body) that is
embedded verbatim into the task's `environment/reference.py` and into the private grader. Keeping them
self-contained matters -- `reference.py` is the numerical spec the agent reads.
"""
|