hermes-agent/hermes_cli
Erosika ab4bbf2fb2 feat: add Honcho AI-native memory integration
Opt-in persistent cross-session user modeling via Honcho. Reads
~/.honcho/config.json as single source of truth (shared with
Claude Code, Cursor, and other Honcho-enabled tools). Zero impact
when disabled or unconfigured.

- honcho_integration/ package (client, session manager, peer resolution)
- Host-based config resolution matching claude-honcho/cursor-honcho pattern
- Prefetch user context into system prompt per conversation turn
- Sync user/assistant messages to Honcho after each exchange
- query_user_context tool for mid-conversation dialectic reasoning
- Gated activation: requires ~/.honcho/config.json with enabled=true
2026-02-26 18:07:17 -05:00
..
__init__.py Hermes Agent UX Improvements 2026-02-22 02:16:11 -08:00
auth.py refactor: enhance error handling in user prompts 2026-02-25 14:10:54 -08:00
banner.py Hermes Agent UX Improvements 2026-02-22 02:16:11 -08:00
callbacks.py refactor: reorganize agent and CLI structure for improved clarity 2026-02-21 23:17:18 -08:00
colors.py Cleanup time! 2026-02-20 23:23:32 -08:00
commands.py refactor: reorganize agent and CLI structure for improved clarity 2026-02-21 23:17:18 -08:00
config.py feat: add Honcho AI-native memory integration 2026-02-26 18:07:17 -05:00
cron.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
doctor.py Merge pull request #51 from deankerr/fix/cli-env-path-resolution 2026-02-26 01:09:02 -08:00
gateway.py refactor: streamline cron job handling and update CLI commands 2026-02-21 16:21:19 -08:00
main.py Merge pull request #48 from deankerr/fix/config-path-resolution 2026-02-25 23:11:30 -08:00
models.py Update model version in hermes_cli to use openai/gpt-5.3-codex 2026-02-25 13:26:14 -08:00
pairing.py Cleanup time! 2026-02-20 23:23:32 -08:00
setup.py fix: strip emoji characters from menu labels in TerminalMenu 2026-02-25 21:13:35 -08:00
skills_hub.py Cleanup time! 2026-02-20 23:23:32 -08:00
status.py fix: resolve .env and config paths from HERMES_HOME, not PROJECT_ROOT 2026-02-26 16:49:14 +11:00
tools_config.py refactor: enhance error handling in user prompts 2026-02-25 14:10:54 -08:00
uninstall.py Cleanup time! 2026-02-20 23:23:32 -08:00