Quick Start
Create AI Agents and make them work for you in just a few lines of code.
Basic
Install Package
Install the PraisonAI Agents package:
Create Agents
Create app.py
:
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!
Install Package
Install the PraisonAI Agents package:
Create Agents
Create app.py
:
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!
Install Package
Install the No Code PraisonAI Package:
Set API Key
Create Config
Create agents.yaml
:
You can automatically create agents.yaml
using:
Run Agents
Execute your config:
Playground
Advanced
Providing Detailed Tasks to Agents (Optional)
Install PraisonAI
Install the core package:
Create Agent
Create app.py
:
Start Agents
Execute your script:
You should see:
- Agent initialization
- Agents progress
- Final results
- Generated report
Install PraisonAI
Install the core package:
Create Agent
Create app.py
:
Start Agents
Execute your script:
You should see:
- Agent initialization
- Agents progress
- Final results
- Generated report
Install No Code PraisonAI
Install the No Code PraisonAI Package:
Set API Key
Set your OpenAI API key as an environment variable in your terminal:
Create a file
Create a new file agents.yaml
with the basic setup:
You can automatically create agents.yaml
file using
Start Agents
Execute your script:
Creating Custom Tool for Agents (Optional)
Tools makes the Agent powerful.
More information about tools can be found in the Tools section.
Install PraisonAI
Install the core package and duckduckgo_search package:
Create Tools and Agents
Start Agents
Run your script:
Install PraisonAI
Install the core package and duckduckgo_search package:
Create Tools and Agents
Start Agents
Run your script:
Install PraisonAI
Install the core package and duckduckgo_search package:
Create Custom Tool
To add additional tools/features you need some coding which can be generated using ChatGPT or any LLM
Create a new file tools.py
with the following content:
Create Agent
Create a new file agents.yaml
with the following content:
Start Agents
Execute your script: