Skip to content

How-To Guides

Task-focused guides for solving specific problems with AgentFlow.

Not sure where to start? Check out Getting Started or Tutorials first.


🎯 About How-To Guides

How-To guides are recipes for accomplishing specific tasks. They assume you have basic knowledge of AgentFlow and focus on solving one problem at a time.

Format

Each guide follows this structure: 1. Problem - What you want to accomplish 2. Prerequisites - What you need to know 3. Steps - How to do it 4. Code - Complete, working examples 5. Verification - How to test it worked


🤖 Agents

Build and configure agents:


🛠️ Tools

Give your agents capabilities:


💾 Memory & State

Manage conversation state and memory:


🔀 Workflows

Orchestrate complex agent workflows:


🚀 Deployment

Deploy your agents to production:


🔍 Finding the Right Guide

I want to...

...create an agentCreate a Simple Agent

...give my agent toolsCreate a Python Function Tool

...make my agent remember conversationsAdd Conversation Memory

...build a multi-agent systemBuild a Multi-Agent System

...deploy to productionDeploy to Production


💡 Tips for Using How-To Guides

  1. Copy the code - All examples are complete and ready to use
  2. Adapt to your needs - Modify the examples for your use case
  3. Check prerequisites - Make sure you understand the basics first
  4. Read related guides - Many tasks build on each other

🆘 Can't Find What You Need?

  • Search the docs - Use the search bar above
  • Check tutorials - Tutorials provide step-by-step learning
  • Browse examples - Examples show complete applications
  • Ask the community - GitHub Discussions

We're constantly adding new how-to guides. Check back regularly or star the repo to stay updated!

Suggest a guide: Open an issue on GitHub with your request.


Ready to solve a specific problem? Pick a category above and get started!