feat: add crewai-tools library to workspace

This commit is contained in:
Greyson LaLonde
2025-09-26 14:37:51 -04:00
parent 98a8607c87
commit 14a1bf6317
7 changed files with 41 additions and 314 deletions

View File

@@ -8,7 +8,10 @@ authors = [
]
requires-python = ">=3.10,<3.14"
dependencies = ["crewai"]
dependencies = [
"crewai",
"crewai-tools",
]
[project.urls]
Homepage = "https://crewai.com"
@@ -87,10 +90,12 @@ markers = [
[tool.uv.sources]
crewai = { workspace = true }
crewai-tools = { workspace = true }
[tool.uv.workspace]
members = [
"lib/crewai",
"lib/tools",
]
[tool.hatch.version]