mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
The overview's total_input/output/cache token counts summed only the sessions counters (main-loop usage), while the per-model breakdown already included auxiliary usage rows (task dimension from #65537) and reconciled residuals. Result: hermes insights top-line totals undercounted aux spend (compression summarizer, vision, titles) and disagreed with the per-model table below them — the symptom reported in #58592 and requested in #9979. When the per-model breakdown is available, derive the overview token totals from it (same pattern total_cost already used). Verified no double-count across incremental CLI deltas, gateway absolute overwrites, and aux rows. |
||
|---|---|---|
| .. | ||
| test_aux_usage_accounting.py | ||
| test_conversation_root.py | ||
| test_get_anchored_view.py | ||
| test_get_messages_around.py | ||
| test_resolve_resume_session_id.py | ||
| test_restore_alternation_repair.py | ||
| test_session_archiving.py | ||
| test_session_md_export.py | ||