hermes-agent/hermes_cli
teknium1 b800e63137 fix: clean up API server — remove dead code, deduplicate model resolution, cache streaming config, add setup integration and security docs
- Remove unused _write_sse_chat_completion pseudo-streaming method (dead code)
- Extract _resolve_model() helper in gateway/run.py, use from api_server
- Cache streaming config at GatewayRunner init instead of YAML parsing per-message
- Add API_SERVER_* env vars to OPTIONAL_ENV_VARS for hermes setup integration
- Add security warning about network exposure without API_SERVER_KEY
2026-03-11 09:01:17 -07:00
..
__init__.py
auth.py
banner.py
callbacks.py
clipboard.py
codex_models.py
colors.py
commands.py
config.py fix: clean up API server — remove dead code, deduplicate model resolution, cache streaming config, add setup integration and security docs 2026-03-11 09:01:17 -07:00
cron.py
curses_ui.py
doctor.py
gateway.py feat: add email gateway platform (IMAP/SMTP) 2026-03-11 06:32:01 -07:00
main.py
models.py
pairing.py
runtime_provider.py
setup.py Revert "fix: smart vision setup that respects the user's chosen provider" 2026-03-11 07:59:00 -07:00
skills_config.py fix: wire email platform into toolset mappings + add documentation 2026-03-11 06:34:32 -07:00
skills_hub.py
skin_engine.py
status.py feat: add email gateway platform (IMAP/SMTP) 2026-03-11 06:32:01 -07:00
tools_config.py fix: wire email platform into toolset mappings + add documentation 2026-03-11 06:34:32 -07:00
uninstall.py