DOWNLOADS
Source Files
Agent Core
| File | Description |
|---|---|
| optimizer.py | Main execution loop (plan, apply, fix, benchmark) |
| prompts.py | LLM prompts, optimization taxonomy, and strict output constraints |
| tools.py | Agent tool abstractions: LLM queries, compiler invocation, and benchmarking |
| io_tools.py | File I/O, plan parsing, and output verification utilities |