feat: add base devtooling

This commit is contained in:
Greyson LaLonde
2025-10-03 18:23:54 -04:00
committed by GitHub
parent 126b91eab3
commit e529ebff2b
7 changed files with 919 additions and 140 deletions

View File

@@ -122,9 +122,11 @@ python_functions = "test_*"
members = [
"lib/crewai",
"lib/crewai-tools",
"lib/devtools",
]
[tool.uv.sources]
crewai = { workspace = true }
crewai-tools = { workspace = true }
crewai-devtools = { workspace = true }