Commit 823125d
docs(eval-harness): note single-shot retrieval scope vs tool-based agents (#579)
The harness performs one fixed batch of graph searches per test case and
passes the resulting context block to the response model in a single turn.
That mirrors deterministic/programmatic retrieval, but production agents are
often built by exposing Zep to the model as tools, where the LLM decides when
and what to search.
Add a "Scope: Single-Shot Retrieval" section to the README and the eval
harness skill so results aren't read as a prediction of agent performance,
plus a reminder in the skill's results-analysis guidance to state the caveat
when presenting conclusions.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 77ec787 commit 823125d
2 files changed
Lines changed: 21 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
| 212 | + | |
| 213 | + | |
206 | 214 | | |
207 | 215 | | |
208 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
182 | 195 | | |
183 | 196 | | |
184 | 197 | | |
| |||
0 commit comments