"""Web search tools for AutoBot.""" from .search import run_search __all__ = ["run_search"]