Agents and Tools
Learn how agents differ from chains in LangChain, and discover how to use tools in agents.
What are agents?
Agents in LangChain make decisions and take action by utilizing a language model. Unlike traditional chains, where a sequence of actions is hardcoded in code, agents use a language model to generate the response based on the user’s input and the available tools.
Get hands-on with 1400+ tech skills courses.