mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-27 17:58:07 +00:00
The existing `stream` scenario measures streaming into an empty thread, which is exactly the case where per-delta transcript work does not show up. This adds `--historyTurns`, which mounts a settled transcript and lets it drain BEFORE the recorders start, so the measurement window contains streaming work only — and `stream-history`, a report-only preset that turns it on. Report-only (tier: manual) rather than gated: how much history a host can mount varies, so the absolute number is not comparable across machines. It is meant for same-machine before/after runs. Co-authored-by: Jakub Wolniewicz <frizikk@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cold-start.mjs | ||
| first-token.mjs | ||
| index.mjs | ||
| keystroke.mjs | ||
| multitab.mjs | ||
| profile-switch.mjs | ||
| session-switch.mjs | ||
| stream-history.mjs | ||
| stream.mjs | ||
| submit.mjs | ||
| transcript.mjs | ||