Guide for using AG2 framework with Praison Labs, including installation, setup, and multi-agent conversation capabilities
Low-code solution to run AG2 with integrated tools and features. AutoGen is being evolved into AG2, check the new look here
# Install with AutoGen support
pip install "praisonai[autogen]"
This installation includes:
# 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"