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

@ -29,6 +29,12 @@ NOUS_API_KEY=
# Get at: https://fal.ai/
FAL_KEY=
# Honcho - Cross-session AI-native user modeling (optional)
# Builds a persistent understanding of the user across sessions and tools.
# Get at: https://app.honcho.dev
# Also requires ~/.honcho/config.json with enabled=true (see README).
HONCHO_API_KEY=
# =============================================================================
# TERMINAL TOOL CONFIGURATION (mini-swe-agent backend)
# =============================================================================