crewai frontend gui.
This is node based gui for crewai frontend. that will export to json for better decoupling.
https://www.youtube.com/P5tkYJ-AgSc
Current node types and slots are limited.
Not all crewai var or features have imp the path.
pip install PySide6
pip install 'crewai[tools]' langchain crewai
run
python frontend.py
and you can read and write json file as DAG graph for crewai.
base on gpt4 api key or ollama
if gpt4 run
python backend.py --graph example.json --keys credentials.ini --tee output.log
if local run such phi3
python backend.py --graph example.json --llm phi3 --tee output.log
it will parse json file into crewai tasks and agents
remember hook for qt6
pip install pyinstaller
pyinstaller --onefile --additional-hooks-dir=. frontend.py
pip install cx_Freeze
python .\setup-backend.py build