Back to directory

honcho

Maintenance: Active

plastic-labs/honcho

Memory library for building stateful agents

View on GitHubHomepage
$ dsh plugin --profile <name> add @honcho-ai/dsh-honcho

6,989

stars

865

forks

Python

Language

AGPL-3.0

License

2023-09-10

Created

2026-09-02

Last push

A native DeepSeek Harness memory plugin (dsh plugin) that gives agents persistent, cross-session recall via system-prompt injection and three memory tools.

DSH integration

Native runtime

Author-claimed

Safety audit

Unaudited

Last verified

2026-09-03

License

AGPL-3.0

01What can it help you accomplish?

  • Give DeepSeek Harness (dsh) agents long-term memory so they recall users, sessions, and projects across turns

    Peer representations, session context, hybrid search results, and natural-language insights retrieved from Honcho and injected into the model prompt

    Developers building stateful agents on DeepSeek Harness who want persistent, cross-session memory

  • Query and inspect what an agent knows about a person or project without retraining the model

    Prompt-ready context blocks (session.context().to_openai / .to_anthropic) plus low-latency static representations

    Teams shipping personalized, multi-session AI experiences on DeepSeek Harness

02How to install into DeepSeek Harness

Prerequisites

  • A Honcho API key from app.honcho.dev (or a self-hosted Honcho server)
  • Run `honcho init` once to write the key to `~/.honcho/config.json` for every integration

Installation steps

  1. 01

    Install the native plugin into DeepSeek Harness: `dsh plugin --profile <name> add @honcho-ai/dsh-honcho`

    $ dsh plugin --profile <name> add @honcho-ai/dsh-honcho

  2. 02

    Open a session in DeepSeek Harness; Honcho injects memory into the system prompt and captures new session events

Verify the integration

  • Run `/honcho` inside DeepSeek Harness to check the plugin’s status

03DSH integration and capability boundaries

DSH integrationNative runtime

Native Cordis plugin installed via the `dsh plugin` CLI — injects memory into the system prompt and captures session events

  • Memory injection into the system prompt

    session event feed from DeepSeek Harnessrelevant peer/session memory injected into the system prompt

    captures new information from the session event feed and stores it in Honcho
  • Session event capture

    messages and events from the active sessionstored interaction history in Honcho

    sends session messages to Honcho (managed api.honcho.dev or your self-hosted server)
  • Three memory tools (honcho_search, honcho_chat, honcho_remember)

    natural-language queries from the modelsearch results, chat answers, and remembered facts

  • Prompt-ready context

    a session or peercontext blocks via session.context(...).to_openai(...) / .to_anthropic(...)

04Who is it for? When not to use it?

Good for

  • Developers building stateful agents on DeepSeek Harness who want persistent, cross-session memory
  • Teams shipping personalized, multi-session AI experiences on DeepSeek Harness

Not for

  • As a memory plugin it captures new information from the session event feed and sends it to a Honcho server — by default the managed api.honcho.dev endpoint, unless you self-host and point the SDK at your own base_url. Review where your session data lands before enabling it.

05Compatibility, maintenance and safety notes

  • As a memory plugin it captures new information from the session event feed and sends it to a Honcho server — by default the managed api.honcho.dev endpoint, unless you self-host and point the SDK at your own base_url. Review where your session data lands before enabling it.
  • Honcho is open source under AGPL-3.0; self-hosting and the CLI are covered by that license, so check copyleft obligations before embedding it in a closed-source product.
2023-09-102026-09-02Not specified by the author

AGPL-3.0 · DeepSeek Harness plugin published by Plastic Labs

06Frequently asked questions

How do I install Honcho into DeepSeek Harness?

Run `dsh plugin --profile <name> add @honcho-ai/dsh-honcho` — it is a native Cordis plugin. After that, Honcho injects memory into the system prompt and captures new information from the session event feed.

Do I need an API key or account?

Yes. Get a key at app.honcho.dev (or run your own server), then run `honcho init` once to write it to `~/.honcho/config.json`; that one key configures every Honcho integration.

How do I confirm the plugin is working?

Run `/honcho` inside DeepSeek Harness to check the plugin’s status.

Does my session data leave my machine?

By default it goes to the managed api.honcho.dev endpoint. You can self-host the FastAPI server (`honcho start --setup` or Docker) and point the SDK at `http://localhost:8000` to keep data local.

What tools does the model get?

Three tools: honcho_search (hybrid BM25 + vector search), honcho_chat (ask what Honcho knows about a peer), and honcho_remember (store new facts).

08Data and sources

  • Author-claimedgithub.com5d992bc65afc…

    A native Cordis plugin. It injects memory into the system prompt and captures new information from the session event fee…

  • Author-claimedgithub.com5d992bc65afc…

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

This page is generated from the project’s public documentation, repository metadata and a structured parse of DSH Plugins; last verified on 2026-09-03. Found an error? Submit a correction.

🏆

Best DeepSeek Harness Plugins

Twelve plugins worth installing first — picked from the whole catalog, across every category.

DSH Plugins is an independent community directory of DeepSeek Harness plugins. Not affiliated with or endorsed by DeepSeek. Third-party plugins are not security-audited — review the source before installing.

New DeepSeek Harness plugins, weekly. No spam.