插件介绍
Memory library for building stateful agents
项目详情摘要
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 Start Here Why Honcho The Honcho Loop Quickstart What Honcho Gives You Integrations CLI Core Concepts Benchmarks & Evals Self-hosting Configuration Architecture SDKs Learn More Contributing License 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... | Path | Get started | -------------------------------------- | ---------------------------------------------------------- | ----------------------------- | Give my coding agent persistent memory | Claude Code, OpenCode, OpenClaw, Hermes, or any MCP client | Integrations | Add memory to my product | Python or TypeScript SDK | Quickstart | Run Honcho locally | Install CLI, then `honcho start --setup` | CLI | Inspect a deployment | `honcho workspace inspect`, `honcho doctor` | CLI | Self-host from source | Docker Compose or local development | Self-hosting | Why Honcho Capability | What
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:plastic-labs/honcho
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。