mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 00:58:13 +00:00
feat: complete monorepo transformation with tools integration
- Add crewai-tools as git subtree preserving full history - Move tools to proper src/ directory structure with git mv - Configure tools pyproject.toml for workspace dependency on crewai-core - Update workspace configuration to include both packages - Fix build configurations for both packages
This commit is contained in:
8
packages/tools/src/crewai_tools/rag/__init__.py
Normal file
8
packages/tools/src/crewai_tools/rag/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from crewai_tools.rag.core import RAG, EmbeddingService
|
||||
from crewai_tools.rag.data_types import DataType
|
||||
|
||||
__all__ = [
|
||||
"RAG",
|
||||
"EmbeddingService",
|
||||
"DataType",
|
||||
]
|
||||
Reference in New Issue
Block a user