smolagents
https://github.com/huggingface/smolagents
Default Agent Type
We use smolagents.ToolCallingAgent
as default.
Check the reference to find additional supported agent_args
.
Default Model Type
We use smolagents.LiteLLMModel
as default.
Check the reference to find additional supported model_args
.
Run args
Check smolagents.MultiStepAgent.run
to find additional supported AnyAgent.run
args.