BaseToolAgent
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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class BaseToolAgent(BaseAgent):
BaseToolAgent object with the specified name and
description.
Parameters:
def __init__(self, name: str, description: str):
def reset(self):
def step(self):
def __str__(self):