honcho-integration
✓Integrate Honcho memory and social cognition into existing Python or TypeScript codebases. Use when adding Honcho SDK, setting up peers, configuring sessions, implementing the dialectic chat endpoint for AI agents, or wiring Honcho into bot frameworks (nanobot, openclaw, picoclaw, etc).
Installation
SKILL.md
Honcho is an open source memory library for building stateful agents. It works with any model, framework, or architecture. You send Honcho the messages from your conversations, and custom reasoning models process them in the background — extracting premises, drawing conclusions, and building rich representations of each participant over time. Your agent can then query those representations on-demand ("What does th...
The key mental model: Peers are any participant — human or AI. Both are represented the same way. Observation settings (observeme, observeothers) control which peers Honcho reasons about. Typically you want Honcho to model your users (observeme=True) but not your AI assistant (observeme=False). Sessions scope conversations between peers. Messages are the raw data you feed in — Honcho reasons about them asynchronou...
Your agent accesses this memory through peer.chat(query) (ask a natural language question, get a reasoned answer), session.context() (get formatted conversation history + representations), or both.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/plastic-labs/honcho --skill honcho-integration- Source
- plastic-labs/honcho
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-17
- Updated
- 2026-02-18
Quick answers
What is honcho-integration?
Integrate Honcho memory and social cognition into existing Python or TypeScript codebases. Use when adding Honcho SDK, setting up peers, configuring sessions, implementing the dialectic chat endpoint for AI agents, or wiring Honcho into bot frameworks (nanobot, openclaw, picoclaw, etc). Source: plastic-labs/honcho.
How do I install honcho-integration?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/plastic-labs/honcho --skill honcho-integration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/plastic-labs/honcho
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-17