feat: move core functionality to lib workspace structure

This commit is contained in:
Greyson Lalonde
2025-09-27 17:22:46 -04:00
parent f0762473d0
commit 4d79c41a06
780 changed files with 421 additions and 1541 deletions

View File

@@ -8,7 +8,7 @@ authors = [
]
requires-python = ">=3.10, <3.14"
dependencies = [
"crewai-core",
"crewai",
"lancedb>=0.5.4",
"pytube>=15.0.0",
"requests>=2.31.0",
@@ -142,6 +142,8 @@ contextual = [
"nest-asyncio>=1.6.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "strict"