hermes-agent/tests/tui_gateway
Kaio 9ed6eb0cca fix(tui): resolve runtime provider in _make_agent (#11884)
_make_agent() was not calling resolve_runtime_provider(), so bare-slug
models (e.g. 'claude-opus-4-6' with provider: anthropic) left provider,
base_url, and api_key empty in AIAgent — causing HTTP 404 at
api.anthropic.com.

Now mirrors cli.py: calls resolve_runtime_provider(requested=None) and
forwards all 7 resolved fields to AIAgent.

Adds regression test.
2026-04-18 22:01:07 -07:00
..
__init__.py feat: add tests and update mds 2026-04-08 19:31:25 -05:00
test_make_agent_provider.py fix(tui): resolve runtime provider in _make_agent (#11884) 2026-04-18 22:01:07 -07:00
test_protocol.py fix(tui): review follow-up — /retry, /plan, ANSI truncation, caching 2026-04-18 09:30:48 -07:00
test_render.py feat: add tests and update mds 2026-04-08 19:31:25 -05:00