Spaces:
Sleeping
Sleeping
| from tools.search import search_tool | |
| from tools.image_identifier import image_identifier_tool | |
| from tools.youtube_identifier import youtube_identifier_tool | |
| from tools.webpage_fetcher import webpage_fetcher_tool | |
| all_tools = [search_tool, image_identifier_tool, youtube_identifier_tool, webpage_fetcher_tool] | |