Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions agents/template/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading