diff --git a/agents/template/agent.py b/agents/template/agent.py index 86c3ced..6d8f403 100644 --- a/agents/template/agent.py +++ b/agents/template/agent.py @@ -9,8 +9,8 @@ The harness detects which you use via inspect.signature and injects LLMClient automatically if present — no API key required from you. -See QUICKSTART.md for a full walkthrough and examples/llm-agent/ for an -LLM agent example. +See QUICKSTART.md for a full walkthrough. For a recommended starting point +that adapts to all three competition categories, see examples/metric-aware-agent/. """ from __future__ import annotations