mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-29 01:31:41 +00:00
Three fixes: 1. Web search provider menu now says 'Select Search Provider' and notes that a free DuckDuckGo search skill is included if Firecrawl isn't desired. Supports custom setup_title/setup_note per TOOL_CATEGORIES. 2. All multi-provider menus (web, browser, TTS) now include a 'Skip — keep defaults / configure later' option so users can move on. 3. First-install flow now walks through ALL tools with provider options (browser, TTS, web, image_gen, etc.), not just ones missing API keys. Previously, tools with a free provider (browser/Local, TTS/Edge) were silently skipped — users never got to choose between Local vs Browserbase or Edge vs ElevenLabs. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| auth.py | ||
| banner.py | ||
| callbacks.py | ||
| clipboard.py | ||
| codex_models.py | ||
| colors.py | ||
| commands.py | ||
| config.py | ||
| cron.py | ||
| doctor.py | ||
| gateway.py | ||
| main.py | ||
| models.py | ||
| pairing.py | ||
| runtime_provider.py | ||
| setup.py | ||
| skills_hub.py | ||
| status.py | ||
| tools_config.py | ||
| uninstall.py | ||