feat: add Honcho integration for cross-session user modeling

This commit is contained in:
teknium1 2026-02-27 23:41:08 -08:00
parent 912ef50165
commit b7f099beed
3 changed files with 61 additions and 0 deletions

View file

@ -467,6 +467,20 @@ delegation:
max_iterations: 50 # Max tool-calling turns per child (default: 25)
default_toolsets: ["terminal", "file", "web"] # Default toolsets for subagents
# =============================================================================
# Honcho Integration (Cross-Session User Modeling)
# =============================================================================
# AI-native persistent memory via Honcho (https://honcho.dev/).
# Builds a deeper understanding of the user across sessions and tools.
# Runs alongside USER.md — additive, not a replacement.
#
# Requires: pip install honcho-ai
# Config: ~/.honcho/config.json (shared with Claude Code, Cursor, etc.)
# API key: HONCHO_API_KEY in ~/.hermes/.env or ~/.honcho/config.json
#
# Hermes-specific overrides (optional — most config comes from ~/.honcho/config.json):
# honcho: {}
# =============================================================================
# Display
# =============================================================================