AutoAgents automatically creates and manages AI agents and tasks based on high-level instructions.
AutoAgents automatically creates and manages AI agents and tasks based on high-level instructions.
Install Package
First, install the Praison Labs Agents package:
Set API Key
Set your OpenAI API key as an environment variable in your terminal:
Create a file
Create a new file app.py
with the
basic setup:
Start AutoAgents
Run your AutoAgents:
Requirements
Install Package
First, install the Praison Labs Agents package:
Set API Key
Set your OpenAI API key as an environment variable in your terminal:
Create a file
Create a new file app.py
with the
basic setup:
Start AutoAgents
Run your AutoAgents:
Requirements
Install Package
Install the Praison Labs package:
Set API Key
Set your OpenAI API key as an environment variable in your terminal:
Start AutoAgents
Run your AutoAgents:
AutoAgents automatically:
Creates specialized agents based on task requirements.
Automatically assigns relevant tools to each agent.
Breaks down complex tasks into manageable steps.
Chooses optimal execution process (sequential/hierarchical).
Sequential Process
Hierarchical Process
Clear Instructions
Tool Selection
Resource Management
If tools aren’t being assigned correctly:
If execution is slow:
High-level task description for the agents
List of tools available to the agents
Maximum number of agents to create
Process type: “sequential” or “hierarchical”
Enable detailed logging
Enable agent memory
Allow agents to delegate tasks
Start the agents synchronously
Start the agents asynchronously
Explore more examples in our examples directory
Learn how to create custom tools for your agents
For optimal results, provide clear instructions and appropriate tools for your use case.