FlowAgents Documentation¶
Welcome to FlowAgents - a zero-code AI workflow orchestration framework.
Getting Started¶
- Getting Started - Build your first agent in 5 minutes
Core Concepts¶
- Agents - Deep dive into agent development
- State Machine - Agent lifecycle and state transitions
- Tools - Add tools for LLM function calling
- LLM Providers - Configure OpenAI, Claude, and more
Advanced Features¶
- Orchestrator - Multi-agent routing and management
- Workflow - YAML-based workflow configuration
- Streaming - Real-time output streaming
- Memory - Long-term memory with vector search
- MCP - Model Context Protocol integration
Quick Links¶
| I want to... | Go to... |
|---|---|
| Build my first agent | Getting Started |
| Add field validation | Agents - Validators |
| Understand agent lifecycle | State Machine |
| Use GPT-4 or Claude | LLM Providers |
| Add tools to my agent | Tools |
| Route to multiple agents | Orchestrator |
| Create a multi-step workflow | Workflow |
| Stream responses | Streaming |
| Add long-term memory | Memory |
| Connect to MCP servers | MCP |