Skip to content

Commit 1fcf691

Browse files
merveenoyanpcuenca
andauthored
Update docs/hub/agents.md
Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 5451f02 commit 1fcf691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page compiles all the libraries and tools Hugging Face offers for agentic w
88

99
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.
1010

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.
1212

1313
```python
1414
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

Comments
 (0)