Getting Started
The Honcho plugin is a community integration. See the plugin README for full installation and configuration instructions. The integration requires:- A Honcho API key from app.honcho.dev
- Cloning the plugin into your Agent Zero plugins directory
- 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
Plugin Repository
Source code, installation, and full documentation.
Honcho Architecture
Learn about peers, sessions, and dialectic reasoning.