You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/agents.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This page compiles all the libraries and tools Hugging Face offers for agentic w
8
8
9
9
It offers three agent classes based on ReAct framework: `CodeAgent` for agents writing their own codes, `ToolCallingAgent` for tool calling agents and the `MultiStepAgent` which the former two agents are based on for multi-step ReAct workflows.
10
10
11
-
If you want to avoid defining agents yourself, easiest way to start an agent is through CLI, with`smolagent` command.
11
+
If you want to avoid defining agents yourself, the easiest way to start an agent is through the CLI, using the`smolagent` command.
12
12
13
13
```python
14
14
smolagent "Plan a trip to Tokyo, Kyoto and Osaka between Mar 28 and Apr 7."--model-type"InferenceClientModel"--model-id"Qwen/Qwen2.5-Coder-32B-Instruct"--imports "pandas numpy"--tools "web_search"
0 commit comments