A Node-Based Frontend for CrewAI: Revolutionizing AI Workflow Creation
# Add to your Claude Code skills
git clone https://github.com/LangGraph-GUI/CrewAI-GUI-QtA Node-Based Frontend for CrewAI: Revolutionizing AI Workflow Creation

Features β’ Installation β’ Usage β’ Build β’ Documentation β’ Contributing
CrewAI-GUI empowers you to create sophisticated AI workflows with ease:
Click to watch our comprehensive video guide
No comments yet. Be the first to share your thoughts!
Install the required dependencies:
pip install PySide6
Install the necessary packages:
For Linux:
pip install 'crewai[tools]' langchain crewai networkx
For Windows:
pip install crewai[tools] langchain crewai networkx
Launch the CrewAI-GUI interface:
python frontend.py
Create, manipulate, save, and load Directed Acyclic Graph (DAG) structures for CrewAI as JSON files.
Run the backend with different configurations:
For GPT-4:
python backend.py --graph example.json --keys credentials.ini --tee output.log
For Ollama (e.g., Mistral):
python backend.py --graph example.json --llm mistral --tee output.log
The backend seamlessly converts JSON files into CrewAI tasks and agents.
Create a standalone executable with PyInstaller:
pip install pyinstaller
cd src
pyinstaller --onefile --additional-hooks-dir=. frontend.py
Package the backend with cx_Freeze:
pip install cx_Freeze
cd src
python setup-backend.py build
Explore CrewAI-GUI in-depth with our comprehensive GitHub Pages Documentation.
If you want see some example code for CrewAI, you can see crewai examples
Discover real-world applications of CrewAI-GUI in our example graph source.
We welcome contributions to CrewAI-GUI! Please refer to our CONTRIBUTING.md for guidelines on:
Join our community and help shape the future of AI workflow design!
CrewAI-GUI is open-source software, released under the MIT License. For full details, see the LICENSE file.
Have questions, suggestions, or want to collaborate? Open an issue on our GitHub repository.
Crafted with β€οΈ by the LangGraph-GUI Team
| HomunMage | hemangjoshi37a |
|:-:|:-:|
|
|
|