luandev / ComfyUI-CrewAI

This project aims to integrate Crew AI's multi-agent collaboration framework into the ComfyUI environment. By combining the strengths of Crew AI's role-based, collaborative AI agent system with ComfyUI's intuitive interface, we will create a robust platform for managing and executing complex AI tasks seamlessly
MIT License
25 stars 5 forks source link

Create support for custom LLM nodes #3

Open luandev opened 3 months ago

luandev commented 3 months ago

we want to be able to configure what LLM crew ai agents should use, so we need to add a custom LLM node that hooks into the agents node,

crew ai reference: https://docs.crewai.com/how-to/LLM-Connections/#ollama-integration-ex-for-using-llama-2-locally

luandev commented 3 months ago

This is undergoing here