Build AI Agents with LangChain · Tools for Agents
Creating Custom Tools
Tools for Agents
Introduction
Custom tools let you connect an agent to application logic, a database, or an external API. In this lesson, you will learn to design a tool as a small, testable interface with a clear purpose.