Build an agent with tool-calling superpowers 🦸 using Tra... | Build an agent with tool-calling superpowers 🦸 using Tra...
Build an agent with tool-calling superpowers 🦸 using Transformers Agents
Authored by: Aymeric Roucher

This notebook demonstrates how you can use Transformers Agents to build awesome agents!

What are agents? Agents are systems that are powered by an LLM and enable the LLM (with careful prompting and output parsing) to use specific tools to solve problems.

These tools are basically functions that the LLM couldn’t perform well by itself: for instance for a text-generation LLM like Llama-3-70B, this could be an image generation tool, a web search tool, a calculator…

What is Transformers Agents? it’s an extension of our transformers library that provides building blocks to build your own agents! Learn more about it in the documentation.https://huggingface.co/learn/cookbook/agents Build an agent with tool-calling superpowers 🦸 using Transformers Agents - Hugging Face Open-Source AI Cookbook