DSH Hub

plastic-labs/honcho

honcho

ToolWorkflow7359 GitHub stars· updated 2026-09-25

Memory library for building stateful agents

Install

npx @deepseek-ai/dsh plugin --profile <name> add @honcho-ai/dsh-honcho`

Restart `dsh web` after install. Bundle APIs can change during the developer preview.

README badge

honcho DSH Hub badge
[![DSH Hub](https://dshhub.dev/badge/honcho.svg)](https://dshhub.dev/plugins/honcho)

Paste this into your README. The star count updates with every catalog sync.

From the README

Excerpt from plastic-labs/honcho, cleaned of badges and images.


Honcho is memory infrastructure for building stateful agents that understand changing people, agents, groups, projects, and ideas over time.

Store messages and events, let Honcho reason in the background, then query peer representations, session context, search results, or natural-language insights from any model or framework. Use it managed at api.honcho.dev, run a local stack with honcho start, or self-host the FastAPI server yourself.

Using Honcho as your memory system will earn your agents higher retention, more trust, and help you build data moats to out-compete incumbents.

Honcho has defined the Pareto Frontier of Agent Memory. Watch the video, check out our evals page, and read the blog post for more detail.

Contents

The Honcho project is split between several repositories, with this one hosting the core service logic — implemented as a FastAPI server. Client SDKs for Python and TypeScript live in the sdks/ directory. The honcho-cli package lives here too.

Start Here

I want to...PathGet started
Give my coding agent persistent memoryClaude Code, OpenCode, OpenClaw, Hermes, or any MCP clientIntegrations
Add memory to my productPython or TypeScript SDKQuickstart
Run Honcho locallyInstall CLI, then honcho start --setupCLI
Inspect a deploymenthoncho workspace inspect, honcho doctorCLI
Self-host from sourceDocker Compose or local developmentSelf-hosting

Why Honcho

CapabilityWhat it means
Reasoning-first memoryExtracts conclusions from conversations and events, not just matching chunks.
Peer-centric modelTracks users, agents, groups, projects, and ideas as entities that change over time.
Multi-peer perspectiveModels what one peer knows about another when configured.
Managed or self-hostedUse api.honcho.dev, honcho start locally, or run the FastAPI server yourself.
Agent-tool integrationsMCP, Claude Code, OpenCode, OpenClaw, Hermes, Cursor-compatible clients.

…

Related plugins