# smolagents

Published articles for smolagents.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## DeepMath: A lightweight math reasoning Agent with smolagents

DevFeed: [DeepMath: A lightweight math reasoning Agent with smolagents](<https://devfeed.tech/articles/deepmath-a-lightweight-math-reasoning-agent-with-smolagents-7288.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/intel-deepmath>)

Author: Daniel Fleischer; Moshe Berchansky; Moshe Wasserblat

Published: 2025-12-04T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [smolagents](<https://devfeed.tech/topics/smolagents.md>), [math](<https://devfeed.tech/topics/math.md>), [grpo](<https://devfeed.tech/topics/grpo.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Python](<https://devfeed.tech/topics/python.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [vllm](<https://devfeed.tech/topics/vllm.md>), [trl](<https://devfeed.tech/topics/trl.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [grpo](<https://devfeed.tech/tags/grpo.md>), [inference](<https://devfeed.tech/tags/inference.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [llm](<https://devfeed.tech/tags/llm.md>), [math](<https://devfeed.tech/tags/math.md>), [math-reasoning](<https://devfeed.tech/tags/math-reasoning.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [trl](<https://devfeed.tech/tags/trl.md>), [vllm](<https://devfeed.tech/tags/vllm.md>)

### AI overview

DeepMath is a lightweight math reasoning agent built on Qwen3-4B Thinking and implemented with smolagents. It uses GRPO fine-tuning to encourage concise Python snippets for deterministic computation, executes those snippets in a constrained sandbox, and reintegrates the results into the reasoning process. Evaluation on MATH500, AIME, HMMT, and HLE reports shorter outputs and often improved accuracy.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Accelerating Qwen3-8B Agent on Intel® Core™ Ultra with Depth-Pruned Draft Models

DevFeed: [Accelerating Qwen3-8B Agent on Intel® Core™ Ultra with Depth-Pruned Draft Models](<https://devfeed.tech/articles/accelerating-qwen3-8b-agent-on-intel-coretm-ultra-with-depth-pruned-draft-models-7292.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/intel-qwen3-agent>)

Author: Igor Margulis; Ofir Zafrir; Shira Guskin; Guy Boudoukh; Pedro Cuenca

Published: 2025-09-29T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [qwen](<https://devfeed.tech/topics/qwen.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [intel](<https://devfeed.tech/topics/intel.md>), [smolagents](<https://devfeed.tech/topics/smolagents.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [hub](<https://devfeed.tech/tags/hub.md>), [inference](<https://devfeed.tech/tags/inference.md>), [intel](<https://devfeed.tech/tags/intel.md>), [latency](<https://devfeed.tech/tags/latency.md>), [llm](<https://devfeed.tech/tags/llm.md>), [models](<https://devfeed.tech/tags/models.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>)

### AI overview

The article explains how to accelerate the Qwen3-8B agent on an Intel Lunar Lake integrated GPU using OpenVINO.GenAI. Speculative decoding with Qwen3-0.6B as a draft model achieves about a 1.3x speedup, while pruning the draft model increases the speedup to about 1.4x. It also demonstrates running a fast, local AI agent with smolagents.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Jupyter Agents: training LLMs to reason with notebooks

DevFeed: [Jupyter Agents: training LLMs to reason with notebooks](<https://devfeed.tech/articles/jupyter-agents-training-llms-to-reason-with-notebooks-7298.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/jupyter-agent-2>)

Author: Baptiste Colle; Hanna Yukhymenko; Leandro von Werra

Published: 2025-09-10T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Jupyter Notebook](<https://devfeed.tech/topics/jupyter-notebook.md>), [Data analysis](<https://devfeed.tech/topics/data-analysis.md>), [Data Science](<https://devfeed.tech/topics/data-science.md>), [LLMs](<https://devfeed.tech/topics/llms.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Human-AI evaluation](<https://devfeed.tech/topics/human-ai-evaluation.md>), [smolagents](<https://devfeed.tech/topics/smolagents.md>), [qwen](<https://devfeed.tech/topics/qwen.md>), [ide](<https://devfeed.tech/topics/ide.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [data](<https://devfeed.tech/tags/data.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [jupyter](<https://devfeed.tech/tags/jupyter.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [qwen](<https://devfeed.tech/tags/qwen.md>), [research](<https://devfeed.tech/tags/research.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>)

### AI overview

The article presents Jupyter Agent, a system that executes code inside Jupyter notebooks to support data analysis and data science workflows. It describes a pipeline for generating training data, fine-tuning smaller models, and evaluating them on the DABStep benchmark, with examples involving Qwen models and smolagents.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## ScreenSuite - The most comprehensive evaluation suite for GUI Agents!

DevFeed: [ScreenSuite - The most comprehensive evaluation suite for GUI Agents!](<https://devfeed.tech/articles/screensuite-the-most-comprehensive-evaluation-suite-for-gui-agents-7468.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/screensuite>)

Author: Amir Mahla; Aymeric Roucher; Thomas Wolf

Published: 2025-06-06T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [screensuite](<https://devfeed.tech/topics/screensuite.md>), [gui-agents](<https://devfeed.tech/topics/gui-agents.md>), [computer-use](<https://devfeed.tech/topics/computer-use.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [Claude](<https://devfeed.tech/topics/claude.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [computer-use](<https://devfeed.tech/tags/computer-use.md>), [docker](<https://devfeed.tech/tags/docker.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [gui](<https://devfeed.tech/tags/gui.md>), [gui-agents](<https://devfeed.tech/tags/gui-agents.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [screensuite](<https://devfeed.tech/tags/screensuite.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>), [vlm](<https://devfeed.tech/tags/vlm.md>), [vlms](<https://devfeed.tech/tags/vlms.md>)

### AI overview

ScreenSuite is an open benchmarking and evaluation suite for GUI agents. It unifies 13 benchmarks covering perception, grounding, single-step actions, and multi-step agentic capabilities for Vision Language Models, with support for remote desktop sandboxes and Ubuntu or Android virtual machines launched in Docker.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## CodeAgents + Structure: A Better Way to Execute Actions

DevFeed: [CodeAgents + Structure: A Better Way to Execute Actions](<https://devfeed.tech/articles/codeagents-structure-a-better-way-to-execute-actions-7494.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/structured-codeagent>)

Author: Aksel Joonas Reedi; Aymeric Roucher

Published: 2025-05-28T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Code](<https://devfeed.tech/topics/code.md>), [Python](<https://devfeed.tech/topics/python.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [gaia](<https://devfeed.tech/topics/gaia.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Parsing](<https://devfeed.tech/topics/parsing.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [code](<https://devfeed.tech/tags/code.md>), [coding](<https://devfeed.tech/tags/coding.md>), [community](<https://devfeed.tech/tags/community.md>), [gaia](<https://devfeed.tech/tags/gaia.md>), [llm](<https://devfeed.tech/tags/llm.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [python](<https://devfeed.tech/tags/python.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [structured-generation](<https://devfeed.tech/tags/structured-generation.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

The article compares traditional JSON-based tool-calling agents with CodeAgents that generate executable Python. It explains that code-based actions provide more flexible tool composition, state management, loops, functions, conditionals, and hypothesis testing, while motivating structured generation to avoid errors when parsing code from Markdown.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Trace & Evaluate your Agent with Arize Phoenix

DevFeed: [Trace & Evaluate your Agent with Arize Phoenix](<https://devfeed.tech/articles/trace-evaluate-your-agent-with-arize-phoenix-7479.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/smolagents-phoenix>)

Author: Sri Chavali; John Gilhuly; Aymeric Roucher

Published: 2025-02-28T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [phoenix](<https://devfeed.tech/topics/phoenix.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [smolagents](<https://devfeed.tech/topics/smolagents.md>), [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [tracing](<https://devfeed.tech/topics/tracing.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Human-AI evaluation](<https://devfeed.tech/topics/human-ai-evaluation.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [debug](<https://devfeed.tech/tags/debug.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [free](<https://devfeed.tech/tags/free.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [performance](<https://devfeed.tech/tags/performance.md>), [phoenix](<https://devfeed.tech/tags/phoenix.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [tracing](<https://devfeed.tech/tags/tracing.md>), [visualization](<https://devfeed.tech/tags/visualization.md>)

### AI overview

This tutorial explains how to trace, evaluate, and debug a smolagents agent with Arize Phoenix. It demonstrates an agent powered by the Hugging Face Hub Serverless API that searches for Google share-price data from 2020 to 2024 and creates a line graph, then instruments the workflow with OpenTelemetry and OpenInference. Phoenix can run locally, as a self-hosted application, or on Hugging Face Spaces.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Open-source DeepResearch - Freeing our search agents

DevFeed: [Open-source DeepResearch - Freeing our search agents](<https://devfeed.tech/articles/open-source-deepresearch-freeing-our-search-agents-7414.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/open-deep-research>)

Author: Aymeric Roucher; Albert Villanova del Moral; merve; Thomas Wolf; Clémentine Fourrier

Published: 2025-02-04T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Open Source](<https://devfeed.tech/topics/open-source.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [gaia](<https://devfeed.tech/topics/gaia.md>), [smolagents](<https://devfeed.tech/topics/smolagents.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-assistants](<https://devfeed.tech/tags/ai-assistants.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [llms](<https://devfeed.tech/tags/llms.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [research](<https://devfeed.tech/tags/research.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>)

### AI overview

This article describes an effort to reproduce OpenAI's Deep Research system and open-source the agentic framework behind it. It explains how an LLM-based framework can browse the web, read PDF documents, use tools, and organize actions into multiple steps, with performance evaluated using the GAIA benchmark. The article highlights smolagents and reports substantial performance improvements from adding an agentic framework, while noting that the work is still in progress.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## We now support VLMs in smolagents!

DevFeed: [We now support VLMs in smolagents!](<https://devfeed.tech/articles/we-now-support-vlms-in-smolagents-7478.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/smolagents-can-see>)

Author: Aymeric Roucher; merve; Albert Villanova del Moral

Published: 2025-01-24T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [smolagents](<https://devfeed.tech/topics/smolagents.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [web browser](<https://devfeed.tech/topics/web-browser.md>), [document ai](<https://devfeed.tech/topics/document-ai.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [document-ai](<https://devfeed.tech/tags/document-ai.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vlm](<https://devfeed.tech/tags/vlm.md>), [vlms](<https://devfeed.tech/tags/vlms.md>), [web-browser](<https://devfeed.tech/tags/web-browser.md>)

### AI overview

smolagents now supports vision-language models natively in agentic pipelines. The article explains how agents can receive images at initialization or dynamically through memory callbacks, enabling visual web browsing, Document AI workflows, and processing long PDFs with visual elements.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Introducing smolagents: simple agents that write actions in code.

DevFeed: [Introducing smolagents: simple agents that write actions in code.](<https://devfeed.tech/articles/introducing-smolagents-simple-agents-that-write-actions-in-code-7477.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/smolagents>)

Author: Aymeric Roucher; merve; Thomas Wolf

Published: 2024-12-31T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [smolagents](<https://devfeed.tech/topics/smolagents.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [code](<https://devfeed.tech/tags/code.md>), [community](<https://devfeed.tech/tags/community.md>), [llm](<https://devfeed.tech/tags/llm.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Introducing smolagents, a lightweight approach for building AI agents whose language model outputs control application workflows and actions. The article explains agency as a spectrum, shows how multi-step agents use tools in a loop, and discusses when flexible agentic behavior is useful versus when deterministic workflows are more reliable.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Our Transformers Code Agent beats the GAIA benchmark 🏅

DevFeed: [Our Transformers Code Agent beats the GAIA benchmark 🏅](<https://devfeed.tech/articles/our-transformers-code-agent-beats-the-gaia-benchmark-7123.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/beating-gaia>)

Author: Aymeric Roucher; Sergei Petrov

Published: 2024-07-01T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [gaia](<https://devfeed.tech/topics/gaia.md>), [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Transformers](<https://devfeed.tech/topics/transformers.md>), [smolagents](<https://devfeed.tech/topics/smolagents.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Retrieval-Augmented Generation](<https://devfeed.tech/topics/retrieval-augmented-generation.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [code](<https://devfeed.tech/tags/code.md>), [community](<https://devfeed.tech/tags/community.md>), [gaia](<https://devfeed.tech/tags/gaia.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [research](<https://devfeed.tech/tags/research.md>), [retrieval-augmented-generation](<https://devfeed.tech/tags/retrieval-augmented-generation.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tools](<https://devfeed.tech/tags/tools.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

The article presents a Transformers Code Agent that achieved top performance on the GAIA benchmark. It explains how LLM-based agents use tools and dynamically change their execution graph, and notes that the framework has since been upgraded to the standalone smolagents library.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## License to Call: Introducing Transformers Agents 2.0

DevFeed: [License to Call: Introducing Transformers Agents 2.0](<https://devfeed.tech/articles/license-to-call-introducing-transformers-agents-2-0-7072.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/agents>)

Author: Aymeric Roucher; Lysandre; Pedro Cuenca

Published: 2024-05-13T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [framework](<https://devfeed.tech/tags/framework.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [llama3](<https://devfeed.tech/tags/llama3.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mixtral](<https://devfeed.tech/tags/mixtral.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [smolagents](<https://devfeed.tech/tags/smolagents.md>), [tools](<https://devfeed.tech/tags/tools.md>), [transformers](<https://devfeed.tech/tags/transformers.md>)

### AI overview

Hugging Face announces Transformers Agents 2.0, an LLM-driven agent framework focused on iterative agents, tool use, modularity, clarity, and sharing. The article also notes its transition to the standalone smolagents library.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.