Guide for using CrewAI framework with Praison Labs, including installation, setup, and execution of agent-based tasks
Low-code solution to run CrewAI with integrated tools and features.
# Install with CrewAI support
pip install "praisonai[crewai]"
This installation includes:
# 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"