Skip to content

Commit b28099a

Browse files
authored
Merge pull request #9 from ComfyNodePRs/pyproject
Add pyproject.toml for Custom Node Registry
2 parents bb78eee + 263027f commit b28099a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "comfyui-crewai"
3+
description = "ComfyUI-CrewAI 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"
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
dependencies = ["crewai>=0.5.0", "langchain-community>=0.0.20", "langchain-openai>=0.0.2.post1", "tokenizers>=0.19"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/luandev/ComfyUI-CrewAI"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = ""
14+
DisplayName = "ComfyUI-CrewAI"
15+
Icon = ""

0 commit comments

Comments
 (0)