| """ | |
| Web Tools Namespace | |
| Part of SOVEREIGN PYTHON LLM ENGINE | |
| Web search, fetching, and content extraction. | |
| """ | |
| from .search import web_search, web_fetch, web_extract | |
| __all__ = [ | |
| 'web_search', | |
| 'web_fetch', | |
| 'web_extract' | |
| ] | |
| """ | |
| Web Tools Namespace | |
| Part of SOVEREIGN PYTHON LLM ENGINE | |
| Web search, fetching, and content extraction. | |
| """ | |
| from .search import web_search, web_fetch, web_extract | |
| __all__ = [ | |
| 'web_search', | |
| 'web_fetch', | |
| 'web_extract' | |
| ] | |