mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Add tool.crewai.type pyproject attribute in templates (#1789)
This commit is contained in:
@@ -18,3 +18,6 @@ test = "{{folder_name}}.main:test"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.crewai]
|
||||||
|
type = "crew"
|
||||||
|
|||||||
@@ -15,3 +15,6 @@ plot = "{{folder_name}}.main:plot"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.crewai]
|
||||||
|
type = "flow"
|
||||||
|
|||||||
@@ -8,3 +8,5 @@ dependencies = [
|
|||||||
"crewai[tools]>=0.86.0"
|
"crewai[tools]>=0.86.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.crewai]
|
||||||
|
type = "tool"
|
||||||
|
|||||||
Reference in New Issue
Block a user