Getting Started
Install the extension inside pi:- A Honcho API key from app.honcho.dev
- Running
/honcho-setupinside pi for interactive configuration, or settingHONCHO_API_KEYin your environment
How It Works
The extension hooks into pi’s extension system. It automatically syncs user and assistant messages to Honcho after each agent response, injects cached user profile and project context into the system prompt with zero network latency, and exposes LLM tools (honcho_search, honcho_chat, honcho_remember) for active memory operations. Session scoping is configurable — memory can be shared per repo, per git branch, or per directory. If Honcho is unavailable, pi continues working normally.
Next Steps
Extension Repository
Source code, installation, and full documentation.
Honcho Architecture
Learn about peers, sessions, and dialectic reasoning.