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
- Linux
pip install 'crewai[tools]' langchain crewai networkx
- Windows without symbol
pip install crewai[tools] langchain crewai networkx
This is crewai's problem
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 mistral
python backend.py --graph example.json --llm mistral --tee output.log
it will parse json file into crewai tasks and agents
remember hook
pip install pyinstaller
cd src
pyinstaller --onefile --additional-hooks-dir=. frontend.py
pip install cx_Freeze
cd src
python .\setup-backend.py build
example graph source
https://github.com/HomunMage/AI_Agents/blob/main/crewAI/gpt/agents.py