From 1d4a6e548d60dc20c6c3eb6ee92bf8a6b9c53c8b Mon Sep 17 00:00:00 2001 From: Cameron Pfiffer Date: Thu, 23 Oct 2025 18:24:24 -0700 Subject: [PATCH] docs: improve Examples & Tutorials page (#5723) docs: improve Examples & Tutorials page with better organization and content - Reorganize page into clear sections: Getting Started, Ready-to-Deploy, Multi-Agent, Tools & Integrations, SDK Examples, Community Projects, Learning Resources - Add more examples from Awesome Letta including CharacterAI clone, Deep Research Agent, DuckDB Agent, and various integrations - Add helpful Info box pointing to Quickstart, DeepLearning.AI Course, and Awesome Letta - Improve card descriptions to be more informative and action-oriented - Update title from "Letta Cookbooks" to "Examples & Tutorials" for clarity - Fix internal tutorial links to use correct /examples/ and /cookbooks/ paths - Better connect page to rest of documentation and community resources --- fern/pages/cookbooks_simple.mdx | 274 ++++++++++++++++++++++++++++++++ 1 file changed, 274 insertions(+) create mode 100644 fern/pages/cookbooks_simple.mdx diff --git a/fern/pages/cookbooks_simple.mdx b/fern/pages/cookbooks_simple.mdx new file mode 100644 index 00000000..9b2d9a6d --- /dev/null +++ b/fern/pages/cookbooks_simple.mdx @@ -0,0 +1,274 @@ +--- +title: Examples & Tutorials +slug: cookbooks +--- + +Build powerful AI agents with persistent memory. Explore tutorials, ready-to-use templates, and community projects to get started. + + +**New to Letta?** + +- Start with our [Quickstart Guide](/quickstart) +- Take the free [DeepLearning.AI Course](https://www.deeplearning.ai/short-courses/llms-as-operating-systems-agent-memory/) +- Explore [Awesome Letta](https://github.com/letta-ai/awesome-letta) for more resources + + +## Getting Started Tutorials + +Step-by-step guides to learn Letta fundamentals. + + + +Build your first Letta agent in minutes + + +Create an agent that can answer questions about PDF documents + + +Learn how to dynamically manage agent memory + + +Share memory between multiple agents for coordination + + + +## Ready-to-Deploy Applications + +Production-ready templates you can clone and customize. + + + +Full-stack chatbot with per-user agent memory (Next.js + TypeScript) + + +Discord bot with persistent memory for each server and user + + +Create AI characters with memory that persists across conversations + + +Research agent that gathers and synthesizes information over time + + + +## Multi-Agent Systems + +Build coordinated teams of specialized agents. + + + +Connect agents to chat with each other and users simultaneously + + +Template for building relationship-aware agents for each customer + + + +## Tools & Integrations + +Connect Letta to your favorite platforms and tools. + + + +Use Letta with Vercel AI SDK v5 + + +Connect agents to 7,000+ apps + + +Integrate with n8n automation workflows + + +Deploy agents on Telegram + + +Add Letta agents to your knowledge base + + +SQL-powered data analysis agent + + + +## SDK Examples + +Learn the basics with minimal code examples. + + + +Basic TypeScript/Node.js SDK example + + +Basic Python SDK example + + + +## Community Projects + +Amazing projects built by the Letta community. + + + +Deploy Letta agents to an ATProto-powered multi-agent chatroom + + +IRC-style CLI for the Thought Stream + + + +## Learning Resources + + + +Free course: LLMs as Operating Systems - Building Agents with Memory + + +Understand how Letta agents work + + +Complete API documentation + + +Read about the research behind Letta + + + +## More Resources + + + +Comprehensive curated list of Letta resources, tools, and community projects + + +Get help and share your projects with the community + +