Hugging Face smolagents v1.26.0
Hugging Face smolagents v1.26.0 adds Exa as an option in WebSearchTool and removes the remote WasmExecutor.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
smolagents version 1.26.0 has been released with several updates and removals. Key additions include Exa as a supported search engine option within the WebSearchTool (PR 2139). Additionally, the remote WasmExecutor has been removed (PR 2321). Other updates include LiteLLM provider test adjustments for handling keyless error messages, LocalPythonExecutor docstring updates, and general typo fixes across docs, examples, and tests.
可执行摘要
smolagents v1.26.0 introduces Exa search engine support in WebSearchTool, removes the remote WasmExecutor, updates LocalPythonExecutor docstrings, and adjusts LiteLLM provider tests.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Migrate away from the remote WasmExecutor if currently relying on it, as it has been removed.
- Optionally configure Exa as the search engine provider in WebSearchTool if needed.