You can exclude default tools:
from browser_use import Tools tools = Tools(exclude_actions=['search_google', 'wait']) agent = Agent(task='...', llm=llm, tools=tools)
Was this page helpful?