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...
Learning Objectives
Lesson Outline
Tools extend what agents can do beyond just generating text. They allow agents to:
| Category | Examples |
|---|---|
| Search | SerperDevTool, DuckDuckGoSearchTool |
| Web | WebsiteSearchTool, ScrapeWebsiteTool |
| Files | FileReadTool, DirectoryReadTool |
| Code | CodeInterpreterTool |
| Data | CSVSearchTool, JSONSearchTool |