plastic-labs/honcho

Memory library for building stateful agents

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 9th, 2026
Created on September 10th, 2023
Open Issues & Pull Requests: 147 (+0)
GitHub issues: Enabled
Number of forks: 876
Total Stargazers: 7,085 (+0)
Total Subscribers: 28 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.6 days
Mean response time: 17.8 days
90th percentile: 68.9 days
Tracked items: 167

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 11% of issues opened in the past year have been closed. Three people close 84% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 77
New in 7 days: 3
Closed in 7 days: 5
Avg open age: 70 days
Stale 30+ days: 28
Stale 90+ days: 1

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 3
Events in 7 days: 13

Top labels

  • bug (55)
  • maintainer-approved (40)
  • enhancement (34)
  • quality (14)
  • observability (9)
  • documentation (7)
  • question (7)
  • managed offering feature request (5)

Detailed Description

Honcho is a memory library for building stateful agents that maintain context about people, other agents, groups, projects, and ideas over time.

The tool addresses the challenge of enabling AI agents to retain and reason about information across multiple interactions. Rather than treating each conversation as isolated, Honcho stores messages and events in a persistent memory system, then performs background reasoning to build and update representations of entities and relationships. Developers can query peer representations, session context, search results, or natural-language insights from any model or framework, allowing agents to demonstrate genuine understanding of changing circumstances and relationships.

Honcho suits teams building production AI agents that need to maintain state and context beyond single conversations. It works with any LLM or agentic framework through its Python and TypeScript SDKs. The tool offers three deployment options: a managed service, a local stack via CLI, or self-hosted FastAPI deployment. This flexibility means small projects can start with managed infrastructure while larger deployments can run locally or self-host for full control. The project positions itself as infrastructure for agents that need to build trust and retain information over time, distinguishing it from stateless conversational systems.

The project maintains active development across multiple components including the core FastAPI server, Python and TypeScript client SDKs, and a CLI tool. The team publishes benchmarks and evaluation results documenting the system's performance characteristics. Documentation is comprehensive, with guides covering quickstart paths for different use cases, CLI commands for inspection and deployment, and detailed architecture information. The project includes integrations with multiple agent frameworks and supports deployment through Docker Compose or local development setups.