Guide for using AG2 framework with PraisonAI, including installation, setup, and multi-agent conversation capabilities
# Install with AutoGen support pip install "praisonai[autogen]"
# 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
praisonai --framework autogen --auto "Create a Movie Script About Cat in Mars"