AutoGen with PraisonAI

Low-code solution to run AutoGen with integrated tools and features.

Installation

# Install with AutoGen support
pip install "praisonai[autogen]"

This installation includes:

  • AutoGen framework
  • PraisonAI tools integration
  • Multi-agent conversation capabilities
  • Code execution environment

Quick Start

# Set your OpenAI API key
export OPENAI_API_KEY=xxxxxxxxxx

# Initialize with AutoGen
praisonai --framework autogen --init "Create a Movie Script About Cat in Mars"

# Run the agents
praisonai --framework autogen

Auto Mode

praisonai --framework autogen --auto "Create a Movie Script About Cat in Mars"

Was this page helpful?