Getting Started
Quick Start
Create AI Agents and make them work for you in just a few lines of code.
Basic
1
Install Package
Install the PraisonAI Agents package:
2
3
Create Agents
Create app.py
:
4
Run Agents
Execute your script:
You’ll see:
- Agent initialization
- Task execution progress
- Final results
You have successfully CreatedAI Agents and made them work for you!
Advanced
Providing Detailed Tasks to Agents (Optional)
1
Install PraisonAI
Install the core package:
Terminal
2
3
Create Agent
Create app.py
:
4
Start Agents
Execute your script:
Terminal
You should see:
- Agent initialization
- Agents progress
- Final results
- Generated report
Creating Custom Tool for Agents (Optional)
Tools makes the Agent powerful.
More information about tools can be found in the Tools section.
1
Install PraisonAI
Install the core package and duckduckgo_search package:
Terminal
2
Create Tools and Agents
3
Start Agents
Run your script:
Terminal
Next Steps
Was this page helpful?