From c2af8c9db278ee7cb7d74a476d21833c5ccf4c2e Mon Sep 17 00:00:00 2001 From: Punch Date: Wed, 3 Jun 2026 00:34:39 +0000 Subject: [PATCH] Update QUICKSTART to reference metric-aware example --- QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART.md b/QUICKSTART.md index 0d4d91f..9fad510 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -102,7 +102,7 @@ def generate(spec: dict, llm: LLMClient) -> bytes: ... ``` -No API key needed — the harness injects `LLMClient` automatically using whitelisted models. See `examples/llm-agent/agent.py` for a complete working example. +No API key needed — the harness injects `LLMClient` automatically using whitelisted models. See `examples/metric-aware-agent/agent.py` for a recommended starting point that adapts strategy to all three competition categories. Reference implementations in `agents/`: - `taper-beam/` — clean I-beam (~38g)