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 | ||
| auth.py | ||
| banner.py | ||
| callbacks.py | ||
| clipboard.py | ||
| codex_models.py | ||
| colors.py | ||
| commands.py | ||
| config.py | ||
| cron.py | ||
| curses_ui.py | ||
| doctor.py | ||
| gateway.py | ||
| main.py | ||
| models.py | ||
| pairing.py | ||
| runtime_provider.py | ||
| setup.py | ||
| skills_config.py | ||
| skills_hub.py | ||
| skin_engine.py | ||
| status.py | ||
| tools_config.py | ||
| uninstall.py | ||