CrewAIInteroperability

CrewAIInteroperability()

A class implementing the Interoperable protocol for converting CrewAI tools to a general Tool format.
This class takes a CrewAITool and converts it into a standard Tool object.

Static Methods

convert_tool

convert_tool(*args, **kwargs) -> 

Call self as a function.

Parameters:
NameDescription
*args
**kwargs

get_unsupported_reason

get_unsupported_reason() -> str | None