Skip to content

Commit 2e54684

Browse files
yuelgrace1810-opsGrace Lee Rui Yue
andauthored
fix: follow moved agent evaluation guide (#2029)
Co-authored-by: Grace Lee Rui Yue <graceleeruiyue@visitor-10-59-118-36.wifi.berkeley.edu>
1 parent 7ab1d47 commit 2e54684

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/datasets/mathematical-benchmarks-v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ All Jacobian treatments reach the local sidecar through
5757
to both jobs; only the treatment adds the Jacobian sidecar and MCP config. This
5858
paired setup is for workflow comparison; the public dataset is not held-out
5959
evidence. For a fresh task-image pull behind a proxy, follow the opt-in Buildx
60-
builder setup in [Run agent observations](../../../docs/how-to/run-agent-evaluations.md).
60+
builder setup in [Run agent observations](../../docs/run-agent-evaluations.md).
6161

6262
To evaluate the canonical `math.find` and `math.run` surface, keep each model,
6363
task set, and prompt condition in a separate result root:

tests/tooling/test_harbor_egress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_agent_eval_forwards_web_search_setting_to_harbor() -> None:
101101

102102

103103
def test_agent_eval_docs_exclude_host_codex_from_the_control_protocol() -> None:
104-
guide = (ROOT / "docs" / "how-to" / "run-agent-evaluations.md").read_text(
104+
guide = (ROOT / "benchmarks" / "docs" / "run-agent-evaluations.md").read_text(
105105
encoding="utf-8"
106106
)
107107

0 commit comments

Comments
 (0)