pi-honcho-memory is a persistent memory extension for pi, a coding agent CLI. It gives pi long-term memory across sessions — user preferences, project context, and past decisions are remembered and automatically injected into the system prompt.Documentation Index
Fetch the complete documentation index at: https://docs.honcho.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.