Skip to main content

Agents Deep Dive

Adding Tools to Agents

0:00
LearnStep 1/4

What Are Tools?

Tools: Agent Superpowers

Tools extend what agents can do beyond just generating text. They allow agents to:

  • Search the web
  • Read and write files
  • Execute code
  • Query databases
  • Call APIs
  • And much more...

Basic Tool Usage

python

How Agents Use Tools

text

Tool Categories

CategoryExamples
SearchSerperDevTool, DuckDuckGoSearchTool
WebWebsiteSearchTool, ScrapeWebsiteTool
FilesFileReadTool, DirectoryReadTool
CodeCodeInterpreterTool
DataCSVSearchTool, JSONSearchTool