A user-friendly, multi-platform GUI for managing and running CrewAI agents and tasks. Supports Conda and virtual environments, no coding needed.
A user-friendly, multi-platform GUI for managing and running CrewAI agents and tasks. Supports Conda and virtual environments, no coding needed.
[!NOTE] Maintenance status: This project is in low-maintenance mode. The author is not actively developing new features, but the project is not abandoned — security fixes and critical bug fixes still happen, and pull requests are very welcome. If you'd like to add a feature or fix something, go for it; reasonable PRs get reviewed and merged.
Welcome to CrewAI Studio! This application provides a user-friendly interface written in Streamlit for interacting with CrewAI, suitable even for those who don't want to write any code. Follow the steps below to install and run the application using Docker/docker-compose or Conda/venv.
Your support helps fund the development and growth of our project. Every contribution is greatly appreciated!
bc1qgsn45g02wran4lph5gsyqtk0k7t98zsg6qur0y
For Virtual Environment: Ensure you have Python installed. If you dont have python instaled, you can simply use the conda installer.
Clone the repository (or use downloaded ZIP file):
git clone https://github.com/strnad/CrewAI-Studio.git
cd CrewAI-Studio
Run the installation script:
./install_venv.sh
Run the application:
./run_venv.sh
Clone the repository (or use downloaded ZIP file):
git clone https://github.com/strnad/CrewAI-Studio.git
cd CrewAI-Studio
Run the Conda installation script:
./install_venv.bat
Run the application:
./run_venv.bat
Conda will be installed locally in the project folder. No need for a pre-existing Conda installation.
Clone the repository (or use downloaded ZIP file):
git clone https://github.com/strnad/CrewAI-Studio.git
cd CrewAI-Studio
Run the Conda installation script:
./install_conda.sh
Run the application:
./run_conda.sh
Clone the repository (or use downloaded ZIP file):
git clone https://github.com/strnad/CrewAI-Studio.git
cd CrewAI-Studio
Run the Conda installation script:
./install_conda.bat
Run the application:
./run_conda.bat
To quickly set up and run CrewAI-Studio using Docker Compose, follow these steps:
git clone https://github.com/strnad/CrewAI-Studio.git
cd CrewAI-Studio
cp .env_example .env
docker-compose up --build
Before running the application, ensure you update the .env file with your API keys and other necessary configurations. An example .env file is provided for reference.
In case of problems:
venv/miniconda folder and reinstall crewai-studio.crewai.db (it contains your crews but sometimes new versions can break compatibility).Video tutorial on CrewAI Studio made by Josh Poco
No open issues yet, or sync has not completed.