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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user