Getting Started
Workflows
Features
-
CLI
-
AutoAgents
-
Image Generation
-
Self Reflection Agents
-
RAG Agents
-
Reasoning Extract Agents
-
Reasoning Agents
-
Multimodal Agents
-
LangChain Agents
-
Async Agents
-
Mini AI Agents
-
Generate Reasoning Data
-
Code Agent
-
Math Agent
-
Structured AI Agents
-
Stateful Agents
-
Callbacks Agent
-
Chat with PDF
-
Camera Integration
Models
Monitoring
Developers
Getting Started (No Code)
Other Features
CrewAI with PraisonAI
Guide for using CrewAI framework with PraisonAI, including installation, setup, and execution of agent-based tasks
CrewAI with PraisonAI
Low-code solution to run CrewAI with integrated tools and features.
Installation
Copy
# Install with CrewAI support
pip install "praisonai[crewai]"
This installation includes:
- CrewAI framework
- PraisonAI tools integration
- Task delegation capabilities
- Sequential and parallel task execution
Quick Start
Copy
# 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
Auto Mode
Copy
praisonai --framework crewai --auto "Create a Movie Script About Cat in Mars"
On this page
Assistant
Responses are generated using AI and may contain mistakes.