“My agent forgets everything between chats”You need memory: session management, message storage, context handling. It’s table stakes, but surprisingly complex to get right.
“My agent treats everyone exactly the same”You need personalization: user modeling, preference learning, behavioral adaptation. Now you’re building a social cognition engine
“I’m writing infrastructure instead of features”You need Honcho

- Natural Language Queries: Chat with Honcho in natural language via the Dialectic API and let agents backchannel
- Automatic Context Management: Smart summarization that respects token limits
- Native multi-agent support: Break out of User/Assistant Paradigms and build complex multi-agent systems
- Agent-first interfaces: MCP connections and APIs designed for agents to consume and use as tools
- Provider Agnostic: Works with any LLM or Agent Framework
How It Works
Storage
Developers use Honcho to store information about their users and application via two integrated layers:
Retrieval
Once data is stored and generated within Honcho, the API exposes several different ways to retrieve and use those insights. Dialectic API: This is the flagship endpoint that allows developers to send natural language queries to Honcho to chat with the representation of each user in your system to get dynamic, in-context actionable insights. Example Queries- “What’s the best way to explain technical concepts to this user?”
- “Is this user more task-oriented or relationship-oriented?”
- “What time of day is this user most engaged?”
- “How does this user prefer to receive feedback?”
- “What are this user’s core values based on our conversations?”
Ideal For
Personalized AI assistants that need to understand individual psychology, not just remember conversations. Customer-facing agents that must adapt their approach based on user communication preferences and emotional context. Multi-agent systems where AI needs to understand human collaborators’ working styles and decision-making patterns. NPCs where you want autonomous agents with a rich and deep personality that isn’t the average sycophantic llmGetting Started
Ready to integrate Honcho into your application?Quickstart Guide
Get up and running with
Honcho in minutes
Core Concepts
Understand Honcho’s
fundamental concepts
Community & Support
- GitHub: plastic-labs/honcho
- Discord: Join our community
- Issues: Report bugs and request features on GitHub