| name | smolagents-code-first-ai-agent-library |
| description | 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. Use when this capability is needed. |
| metadata | {"author":"agentskillexchange"} |
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:
Source
Source: agentskillexchange/skills — distributed by TomeVault.