51 lines
2.2 KiB
Plaintext
51 lines
2.2 KiB
Plaintext
---
|
|
title: "Spellbooks and Tutorials"
|
|
sidebarTitle: 'Overview'
|
|
description: 'Helpful guides and design patterns for building with Honcho'
|
|
icon: 'hat-wizard'
|
|
---
|
|
|
|
<Note> Before you start a tutorial, follow [Quickstart](/v2/documentation/introduction/quickstart) to get up and running with Honcho in your language of choice. </Note>
|
|
|
|
AI development often feels like magic - you craft the right prompt and get exactly what you need. Our Spellbooks are practical guides that show you how to cast effective spells with Honcho.
|
|
|
|
Whether you're integrating Honcho into existing platforms, exploring advanced features, or getting up and running quickly, these guides provide concrete examples and implementation patterns.
|
|
|
|
## What You'll Find Here
|
|
|
|
### Getting Started
|
|
|
|
**[Overview](/v2/guides/overview)** - You are here
|
|
|
|
**[MCP Integration](/v2/guides/mcp)** - Get Honcho running with a single prompt in Cursor or Claude Code
|
|
|
|
### Application Interfaces
|
|
Ready-to-use integration patterns for popular platforms:
|
|
|
|
**[Discord Bot](/v2/guides/discord)** - Build a Discord bot that remembers users across conversations
|
|
|
|
**[Telegram Bot](/v2/guides/telegram)** - Create a Telegram bot with persistent user understanding
|
|
|
|
### Design Patterns
|
|
Implementation patterns for Honcho's core capabilities:
|
|
|
|
**[Dialectic Endpoint](/v2/guides/dialectic-endpoint)** - Query user psychology in natural language
|
|
|
|
**[Working with Session Context](/v2/guides/get-context)** - Manage conversation flow and context windows
|
|
|
|
**[Search](/v2/guides/search)** - Search your data using natural language
|
|
|
|
**[Working Representations](/v2/guides/working-rep)** - Understanding and customizing user models
|
|
|
|
**[Streaming Responses](/v2/guides/streaming-response)** - Handle real-time interactions efficiently
|
|
|
|
**[Using Filters](/v2/guides/using-filters)** - Control what data gets processed and how
|
|
|
|
**[File Uploads](/v2/guides/file-uploads)** - Upload PDF, text, or JSON files to create messages
|
|
|
|
## Philosophy
|
|
|
|
These aren't just API documentation - they're implementation patterns that solve real problems. Each spellbook focuses on a specific use case with working code you can adapt to your needs.
|
|
|
|
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.
|