Inspired by ComfyUI and CrewAI, this project aims to develop nodes within ComfyUI that enable the execution of multi-agent tasks without requiring any coding.
- Crew, refer to Crews
- LLM, although you can use node to set LLM for agent and crew, but you may still need to modify the nodes/crewai.py and set the
os.environ["OPENAI_API_KEY"] = "your key here"andos.environ["OPENAI_API_BASE"] = "your base here" - Agent, refer to Agents
- Agent List
- Task, refer to Tasks
- Task List
- Tool list
- Serper Dev tool, refer to Serper Dev tool and you need modify the nodes/crewai.py and set the
os.environ["SERPER_API_KEY"] = "your key here" - Scrape Website tool, refer to Scrape Website tool
- File read tool, refer to File read tool
- MDX search tool, refer to MDX search tool
- Install ComfyUI by following the instructions on their GitHub page
- Clone this repository to custom_nodes folder
- Install requirements by running
pip install -r requirements.txtor if you use portable (run this in ComfyUI_windows_portable -folder):python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-CrewAI\requirements.txt
- Add more tools to the list
- Add more nodes to the list
- Add same examples to the list
