Different agents for different tasks. Let’s explore the types you can build with PraisonAI.Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Simple Agents
React directly to what you ask - no memory, just immediate response.Best For
Quick answers, simple tasks, FAQ bots
Example
Thermostat: cold → turn on heat
2. Goal-Based Agents
Work toward specific objectives, planning steps to achieve them.Best For
Research, analysis, multi-step tasks
Example
Chess AI: plans moves to win
3. Learning Agents
Improve over time by remembering past interactions.Best For
Personal assistants, recommendations
Example
Netflix: learns what you like
4. Tool-Using Agents
Extend capabilities with external tools.5. Multi-Agent Teams
Multiple agents working together on complex tasks.Which Type Should You Use?
| Need | Agent Type | PraisonAI Feature |
|---|---|---|
| Quick answers | Simple | Default agent |
| Complex tasks | Goal-Based | planning=True |
| Personalization | Learning | memory=True |
| External data | Tool-Using | tools=[...] |
| Big projects | Multi-Agent | AgentTeam([...]) |
Next: Agent Architecture
Learn how agents are structured internally.

