hermes-agent/tests/plugins/model_providers
kshitij d8e3b4f516 fix: map Hermes reasoning efforts onto K3's low/high/max vocabulary
K3 only recognizes low/high/max. Previously the Kimi provider only
forwarded low/medium/high verbatim and dropped every other level
(xhigh/max/ultra/minimal) to the thinking toggle, silently ignoring
the user's requested effort.

Now maps the full Hermes vocabulary onto K3's set, matching K3's own
server-side mapping:
  low, minimal       → low
  medium, high       → high
  xhigh, max, ultra  → max

ref: https://www.kimi.com/code/docs/en/kimi-code/models.html
2026-08-13 01:05:49 +05:30
..
test_copilot_profile.py
test_custom_profile.py
test_deepseek_profile.py
test_fireworks_profile.py
test_gemini_profile.py
test_kimi_profile.py
test_minimax_profile.py
test_ollama_cloud_profile.py
test_opencode_go_profile.py
test_upstage_profile.py
test_zai_profile.py