hermes-agent/hermes_cli/web_routers
kshitij e8b05dc6c2 perf(dashboard): keyset pagination for streaming session export
OFFSET paging made the streaming export O(n^2) on huge transcripts;
after_id keyset paging keeps each page seek O(1). Adds after_id to
SessionDB.get_messages (ascending-only, guarded against latest/offset
combos).
2026-08-08 13:36:08 +05:30
..
__init__.py
cron.py fix(gateway): serialize config mutations and finish the router off-loop sweep 2026-08-08 13:28:28 +05:30
git.py
mcp.py fix(dashboard): close config-RMW gaps left by the off-loop sweep 2026-08-08 13:28:28 +05:30
profiles.py fix(dashboard): derive the stale-schema read probe from SCHEMA_SQL 2026-08-07 00:41:58 -04:00
sessions.py perf(dashboard): keyset pagination for streaming session export 2026-08-08 13:36:08 +05:30
skills.py fix(gateway): serialize config mutations and finish the router off-loop sweep 2026-08-08 13:28:28 +05:30
tools.py fix(dashboard): close config-RMW gaps left by the off-loop sweep 2026-08-08 13:28:28 +05:30