Skip to main content
ClaudeWave

Memory library for building stateful agents

Subagents5.1k estrellas611 forksPythonAGPL-3.0Actualizado today
Nota editorial

Honcho is a memory infrastructure service built by Plastic Labs that provides stateful, long-term memory for AI agents and applications. At its core, it runs as a FastAPI server (self-hostable or available managed at api.honcho.dev) that stores messages and events, performs background reasoning to extract conclusions rather than just chunk-matching, and builds per-peer representations for users, agents, groups, projects, and ideas as they change over time. Developers interact with it through Python (honcho-ai on PyPI) or TypeScript (@honcho-ai/sdk on npm) SDKs, and it integrates directly with Claude Code and any MCP-compatible client including OpenCode, OpenClaw, Hermes, and Cursor. The Chat Endpoint lets applications query natural-language insights about a peer, while session context can be injected into any model API call. A standout detail is that Honcho publishes formal evals benchmarking its memory quality against competing approaches, claiming to define the Pareto frontier of agent memory. Python and TypeScript developers building personalized AI products, tutoring agents, or coding assistants are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (AGPL-3.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/plastic-labs/honcho && cp honcho/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

5 items en este repositorio

Inspect and debug Honcho workspaces via the `honcho` CLI. Use when investigating peer representations, memory state, session context, queue status, or dialectic quality — any task that requires introspection of a Honcho deployment.

Instalar

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).

Instalar

Migrates Honcho Python SDK code from v1.6.0 to v2.1.1. Use when upgrading honcho package, fixing breaking changes after upgrade, or when errors mention AsyncHoncho, observations, Representation class, .core property, or get_config methods.

Instalar

Migrates Honcho TypeScript SDK code from v1.6.0 to v2.1.1. Use when upgrading @honcho-ai/sdk, fixing breaking changes after upgrade, or when errors mention removed APIs like .core, getConfig, observations, or snake_case properties.

Instalar

Gives AI agents persistent memory across conversations using Honcho. Automatically saves and retrieves user context so the AI remembers preferences, history, and facts between sessions. Use when you need the AI to remember past conversations, recall what a user has told it, inject relevant context into prompts, or manage separate memory spaces for different topics.

Instalar
Casos de uso

Resumen de Subagents

README no disponible. Visita el repo en GitHub para la documentación completa.
agent-memoryaiai-agentsai-memoryanthropiccontext-engineeringcontinual-learningembeddingsfastapilangchainllmlong-term-memorymemoryopenaipersonalizationpythonragstate-managementtypescriptvector-database

Lo que la gente pregunta sobre honcho

¿Qué es plastic-labs/honcho?

+

plastic-labs/honcho es subagents para el ecosistema de Claude AI. Memory library for building stateful agents Tiene 5.1k estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala honcho?

+

Puedes instalar honcho clonando el repositorio (https://github.com/plastic-labs/honcho) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar plastic-labs/honcho?

+

Nuestro agente de seguridad ha analizado plastic-labs/honcho y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene plastic-labs/honcho?

+

plastic-labs/honcho es mantenido por plastic-labs. La última actividad registrada en GitHub es de today, con 158 issues abiertos.

¿Hay alternativas a honcho?

+

Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.

Despliega honcho en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: plastic-labs/honcho
[![Featured on ClaudeWave](https://claudewave.com/api/badge/plastic-labs-honcho)](https://claudewave.com/repo/plastic-labs-honcho)
<a href="https://claudewave.com/repo/plastic-labs-honcho"><img src="https://claudewave.com/api/badge/plastic-labs-honcho" alt="Featured on ClaudeWave: plastic-labs/honcho" width="320" height="64" /></a>

Más Subagents