Skip to content

Commit 4128d36

Browse files
Apply suggestion from @krisztianfekete
Co-authored-by: Krisztian F <103492698+krisztianfekete@users.noreply.github.com>
1 parent 5920b4e commit 4128d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Most evaluation tools require you to **re-execute your agent** for every test
5656

5757
agentevals follows three simple steps:
5858

59-
1. **Collect traces** — Instrument your agent with OpenTelemetry (or export Jaeger JSON). Point the OTLP exporter at the agentevals receiver, or load trace files directly.
59+
1. **Collect traces** — Instrument your agent with OpenTelemetry (or export traces from your tracing backend). Point the OTLP exporter at the agentevals receiver, or load trace files directly.
6060
2. **Define eval sets** — Create golden evaluation sets that describe expected agent behavior: which tools should be called, in what order, and what the output should look like.
6161
3. **Run evaluations** — Use the CLI, Web UI, or MCP server to score traces against your eval sets. Get per-metric scores, pass/fail results, and detailed span-level breakdowns.
6262

0 commit comments

Comments
 (0)