test: add test for pip install on python 3.10, 3.11, and 3.12 and remove crewAI tools (#2082)

This commit is contained in:
Sarah Wooders
2024-11-21 19:50:35 -08:00
committed by GitHub
parent ab3bf12fb2
commit cb85ccebc1
14 changed files with 629 additions and 1771 deletions

View File

@@ -190,9 +190,6 @@ class AbstractClient(object):
def load_langchain_tool(self, langchain_tool: "LangChainBaseTool", additional_imports_module_attr_map: dict[str, str] = None) -> Tool:
raise NotImplementedError
def load_crewai_tool(self, crewai_tool: "CrewAIBaseTool", additional_imports_module_attr_map: dict[str, str] = None) -> Tool:
raise NotImplementedError
def load_composio_tool(self, action: "ActionType") -> Tool:
raise NotImplementedError