Skip to main content

get_available_tools

Method
This is a method of the Agent class in the agent module.
Get tools available to this agent, filtered by plan_mode if enabled. In plan_mode, only read-only tools are available to prevent modifications during the planning phase.

Signature

def get_available_tools() -> List[Any]

Returns

Returns
List[Any]
List of available tools