hermes-agent/tests/tui_gateway
Brooklyn Nicholson e3940f9807 fix(tui): guard personality overlay when personalities is null
TUI auto-resolves `display.personality` at session init, unlike the base CLI.
If config contains `agent.personalities: null`, `_resolve_personality_prompt`
called `.get()` on None and failed before model/provider selection.
Normalize null personalities to `{}` and surface a targeted config warning.
2026-04-24 12:57:51 -05:00
..
__init__.py feat: add tests and update mds 2026-04-08 19:31:25 -05:00
test_make_agent_provider.py fix(tui): guard personality overlay when personalities is null 2026-04-24 12:57:51 -05:00
test_protocol.py fix(tui-gateway): dispatch slow RPC handlers on a thread pool (#12546) 2026-04-19 07:47:15 -05:00
test_render.py feat: add tests and update mds 2026-04-08 19:31:25 -05:00