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!
Playground
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:You should see:
Terminal
- Agent initialization
- Agents progress
- Final results
- Generated report
Creating Custom Tool for Agents (Optional)
Tools makes the Agent powerful.
1
Install PraisonAI
Install the core package and duckduckgo_search package:
Terminal
2
Create Tools and Agents
3
Start Agents
Run your script:
Terminal