Guide for using CrewAI framework with PraisonAI, including installation, setup, and execution of agent-based tasks
# Install with CrewAI support pip install "praisonai[crewai]"
# Set your OpenAI API key export OPENAI_API_KEY=xxxxxxxxxx # Initialize with CrewAI praisonai --framework crewai --init "Create a Movie Script About Cat in Mars" # Run the agents praisonai --framework crewai
praisonai --framework crewai --auto "Create a Movie Script About Cat in Mars"