honcho
Give AI agents persistent memory that learns users over time
All Skills in This Repository (6)
Pure Emerald Level Indicatorshoncho-memory
Stores and retrieves persistent AI conversation memory using the Honcho API.
verify
Launch and drive a local Honcho stack to verify code changes against the /v3 HTTP API.
pre-pr
Validates Honcho changes against issue, test, and docs requirements before drafting pull request bodies.
honcho-integration
Integrate Honcho memory and social cognition into Python or TypeScript projects.
migrate-honcho-ts
Migrate Honcho TypeScript SDK code from v1.6.0 to v2.0.0.
migrate-honcho
Migrate Honcho Python SDK code from v1.6.0 to v2.0.0.
Frequently Asked Questions
FAQPage SchemaHow to install Honcho?โผ
Run `npx skills add plastic-labs/honcho --all -g -y` in your terminal to install all skills in this suite globally.
How to give my AI agent persistent memory?โผ
Connect your agent to Honcho via its MCP server or SDK, then record each conversation turn so Honcho builds a user profile you can query anytime.
Does Honcho work with Claude Code and Cursor?โผ
Yes. Honcho offers an MCP server and plugins that work with Claude Code, Cursor, OpenCode, OpenClaw, and other MCP-compatible clients.
Can I use Honcho with Python or TypeScript apps?โผ
Yes. Honcho provides official Python and TypeScript SDKs to store messages, query user representations, and inject context into any LLM call.
Can I self-host Honcho?โผ
Yes. You can run Honcho locally with the CLI or self-host the full FastAPI server with Docker Compose, Postgres, and Redis.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core