mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-25 17:18:11 +00:00
* fix: serialize TUI gateway websocket sends * fix(tui_gateway): preserve websocket batch order * refactor(tui_gateway): drop unused _safe_send wrapper The batch-serialization fix routes every send through _safe_send_many; _safe_send became a dead single-line wrapper with no callers. Remove it. --------- Co-authored-by: supplefrog <78985073+supplefrog@users.noreply.github.com> Co-authored-by: Brooklyn Nicholson <brooklyn.bb.nicholson@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _stdin_recovery.py | ||
| compute_host.py | ||
| entry.py | ||
| event_publisher.py | ||
| git_probe.py | ||
| host_supervisor.py | ||
| loop_noise.py | ||
| project_tree.py | ||
| render.py | ||
| server.py | ||
| slash_worker.py | ||
| synthetic_turn.py | ||
| transport.py | ||
| ws.py | ||