VisitWebpageTool requires installing `smolagents` in remote executors just to use the `truncate_content` function. The tool contains the code line: https://github.com/huggingface/smolagents/blob/b2f1232ad52917d759cfe7e4417f3330322ee6cb/src/smolagents/default_tools.py#L238 This forces remote executors to install the entire `smolagents` library. Expected behavior: - the tool should work with minimal dependencies