Skip to main content
Agent Zero is a general AI agent framework with a plugin-first architecture. The Honcho plugin gives Agent Zero persistent memory across chat sessions — users are remembered with their preferences, context, and behavioral patterns, even after sessions end and new ones begin.

Getting Started

The Honcho plugin is a community integration. See the plugin README for full installation and configuration instructions. The integration requires:
  1. A Honcho API key from app.honcho.dev
  2. Cloning the plugin into your Agent Zero plugins directory
  3. Enabling it via Settings > Plugins in Agent Zero’s UI

How It Works

The plugin hooks into Agent Zero’s extension system. It syncs user and assistant messages to Honcho after every turn, prefetches user context into the system prompt on each new turn, and maintains separate peer models for the user and agent. If Honcho is unavailable, the agent continues normally.

Next Steps