Getting Started
Workflows
Features
-
CLI
-
AutoAgents
-
Image Generation
-
Self Reflection Agents
-
RAG Agents
-
Reasoning Extract Agents
-
Reasoning Agents
-
Multimodal Agents
-
LangChain Agents
-
Async Agents
-
Mini AI Agents
-
Generate Reasoning Data
-
Code Agent
-
Math Agent
-
Structured AI Agents
-
Stateful Agents
-
Callbacks Agent
-
Chat with PDF
-
Camera Integration
Models
Monitoring
Developers
Getting Started (No Code)
Other Features
AG2 with PraisonAI
Guide for using AG2 framework with PraisonAI, including installation, setup, and multi-agent conversation capabilities
AG2 with PraisonAI
Low-code solution to run AG2 with integrated tools and features. AutoGen is being evolved into AG2, check the new look here
Installation
Copy
# Install with AutoGen support
pip install "praisonai[autogen]"
This installation includes:
- AG2 framework
- PraisonAI tools integration
- Multi-agent conversation capabilities
- Code execution environment
Quick Start
Copy
# Set your OpenAI API key
export OPENAI_API_KEY=xxxxxxxxxx
# Initialize with AG2
praisonai --framework autogen --init "Create a Movie Script About Cat in Mars"
# Run the agents
praisonai --framework autogen
Auto Mode
Copy
praisonai --framework autogen --auto "Create a Movie Script About Cat in Mars"
On this page
Assistant
Responses are generated using AI and may contain mistakes.