smolagents Code-First AI Agent Library
smolagents is HuggingFace's barebones Python library for building AI agents that think in code rather than JSON. Agents write and execute Python code as their action space, enabling more flexible reasoning and tool use with support for sandboxed execution via E2B, Docker, or WebA
What it does
smolagents Code-First AI Agent Library
smolagents is HuggingFace's barebones Python library for building AI agents that think in code rather than JSON. Agents write and execute Python code as their action space, enabling more flexible reasoning and tool use with support for sandboxed execution via E2B, Docker, or WebAssembly.
Installation
Use the upstream install or setup path that matches your environment:
- pip install "smolagents[toolkit]"
Requirements and caveats from upstream:
- Our CodeAgent works mostly like classical ReAct agents - the exception being that the LLM engine writes its actions as Python code snippets.
- Actions are now Python code snippets. Hence, tool calls will be performed as Python function calls. For instance, here is how the agent can perform web search over several websites in one single action:
- Docker — self-hosted container isolation
Basic usage or getting-started notes:
-
smolagents is a library that enables you to run powerful agents in a few lines of code. It offers:
-
🧑💻 First-class support for Code Agents. Our CodeAgent writes its actions in code (as opposed to "agents being used to write code")....
-
Then define your agent, give it the tools it needs and run it!
-
Extracted from upstream docs: https://raw.githubusercontent.com/huggingface/smolagents/HEAD/README.md
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,695 chars)