mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-01 07:13:00 +00:00
refactor: move rag package to lib/core and extract standalone utilities
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "crewai-tools"
|
||||
version = "0.75.0"
|
||||
dynamic = ["version"]
|
||||
description = "Set of tools for the crewAI framework"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@@ -8,11 +8,11 @@ authors = [
|
||||
]
|
||||
requires-python = ">=3.10, <3.14"
|
||||
dependencies = [
|
||||
"crewai-core",
|
||||
"lancedb>=0.5.4",
|
||||
"pytube>=15.0.0",
|
||||
"requests>=2.31.0",
|
||||
"docker>=7.1.0",
|
||||
"crewai",
|
||||
"lancedb>=0.5.4",
|
||||
"tiktoken>=0.8.0",
|
||||
"stagehand>=0.4.1",
|
||||
@@ -145,3 +145,9 @@ contextual = [
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.version]
|
||||
path = "src/crewai_tools/__init__.py"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/tools"]
|
||||
|
||||
@@ -96,3 +96,6 @@ from .tools import (
|
||||
ZapierActionTools,
|
||||
ParallelSearchTool,
|
||||
)
|
||||
|
||||
|
||||
__version__ = "1.0.0a0"
|
||||
|
||||
0
lib/tools/tests/adapters/__init__.py
Normal file
0
lib/tools/tests/adapters/__init__.py
Normal file
Reference in New Issue
Block a user