From 92914abdebf1223215e614b907eb86ee0d8f0678 Mon Sep 17 00:00:00 2001
From: ajspig <46900795+ajspig@users.noreply.github.com>
Date: Sun, 22 Mar 2026 15:50:01 -0400
Subject: [PATCH] Abigail/dev 1436 (#438)
* docs: comprehensive overview guide with all recent integrations
- Add all recent integrations: Gmail, Granola, OpenClaw, Agent Zero, Hermes
- Organize by use case: Quick Start, Agent Frameworks, Platform Integrations, Community Agents, Communication Platforms, Data Import
- Include feature comparison matrix with support levels
- Add clear categorization by setup time and complexity
- Structure follows OpenClaw documentation format with clear sections
* docs: update overview guide to match dev-1372-new format
- Use simpler, cleaner organization with focused sections
- Group by: AI Assistants, Platform Connectors, Agent Frameworks, Migrations
- Match icon and formatting style from dev-1372-new branch
- Include all recent integrations: Gmail, Granola, Hermes, Agent Zero, OpenClaw
* docs: clean up Platform Connectors section description
Remove redundant description text for cleaner presentation
---
docs/v3/guides/overview.mdx | 66 ++++++++++++++++++++++++++++---------
1 file changed, 50 insertions(+), 16 deletions(-)
diff --git a/docs/v3/guides/overview.mdx b/docs/v3/guides/overview.mdx
index d6f4454a..e86688e8 100644
--- a/docs/v3/guides/overview.mdx
+++ b/docs/v3/guides/overview.mdx
@@ -2,30 +2,34 @@
title: "Guides, Cookbooks, and Integrations"
sidebarTitle: 'Overview'
description: 'Helpful guides and design patterns for building with Honcho'
-icon: 'hat-wizard'
+icon: 'puzzle-piece'
---
- Before you start a guide, follow [Quickstart](/v3/documentation/introduction/quickstart) to get up and running with Honcho in your language of choice.
+Honcho plugs into whatever you're already building. Add memory to an AI assistant, connect an external data source, wire Honcho into your agent framework, or migrate from another provider.
-These guides provide concrete examples and implementation patterns for building with Honcho. Whether you're integrating Honcho into existing platforms, exploring advanced features, or getting up and running quickly, you'll find working code you can adapt to your needs.
-
-Each guide focuses on a specific use case with practical examples. The goal is to get you from idea to working prototype as quickly as possible, then provide the depth you need to scale and customize.
-
-
-## Getting Started
-Quick integration guides to get up and running:
+## AI Assistants
+Add persistent memory to AI assistants and agents:
-
- Get Honcho running with a single prompt in Claude Code
+
+ Long-term memory that survives context wipes, session restarts, and project switches
-
- Add persistent memory and theory of mind to your LangGraph agents
+
+ Add Honcho memory to Claude Desktop, Cursor, Windsurf, Cline, and any MCP client
+
+
+ Cross-session memory for Nous Research's Hermes agent
+
+
+ Memory across every channel — WhatsApp, Telegram, Discord, Slack, and more
+
+
+ Persistent memory plugin for the Agent Zero framework
-## Showcase
-Real-world examples of what you can build with Honcho:
+## Platform Connectors
+Connect external platforms to Honcho:
@@ -34,7 +38,37 @@ Real-world examples of what you can build with Honcho:
Create a Telegram bot with persistent user understanding
+
+ Import email threads into Honcho — peers, sessions, and messages from your inbox
+
+
+ Ingest meeting transcripts with speaker turns and participant data
+
- Build an embodied voice robot that remembers users across sessions
+ Build an embodied voice robot with long-term memory
+
+
+
+## Agent Frameworks
+Use Honcho as a memory layer in your agent orchestration stack:
+
+
+
+ Add persistent memory and theory of mind to your LangGraph agents
+
+
+ Give CrewAI agents memory that persists across sessions
+
+
+ Build intelligent automation workflows with persistent memory
+
+
+
+## Migrations
+Coming from another memory provider?
+
+
+
+ Transfer your data and update your integration code