mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-27 01:11:40 +00:00
Cherry-picked from PR #789 by Aum08Desai, rebased onto current main with conflict resolution and improvements: - Added /reasoning command: view current level or set to none|low|medium|high|xhigh - Persists to config via save_config_value, forces agent re-init - Resolved conflict with COMMANDS_BY_CATEGORY refactor (added to Configuration category) - Restricted valid levels to none, low, medium, high, xhigh (removed 'minimal') - Updated _parse_reasoning_config in cli.py and _load_reasoning_config in gateway/run.py - Improved display messages (show all valid options, clearer defaults/disabled state) - Added EXPECTED_COMMANDS entry for regression guard - Expanded test suite: 16 tests covering all levels, rejection, display, case insensitivity, config save failure Co-authored-by: Aum08Desai <145567217+Aum08Desai@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_coalesce_session_args.py | ||
| test_commands.py | ||
| test_config.py | ||
| test_doctor.py | ||
| test_model_validation.py | ||
| test_models.py | ||
| test_session_browse.py | ||
| test_set_config_value.py | ||
| test_skills_config.py | ||
| test_skills_hub.py | ||
| test_skills_subparser.py | ||
| test_skin_engine.py | ||
| test_tools_config.py | ||