Skip to main content

BaseToolAgent

Creates a :obj:BaseToolAgent object with the specified name and description. Parameters:
  • name (str): The name of the tool agent.
  • description (str): The description of the tool agent.

init

reset

Resets the agent to its initial state.

step

Performs a single step of the agent.

str