2024-03-06 13:37:46 +08:00

13 lines
530 B
Python

from .search_local_knowledgebase import search_local_knowledgebase, SearchKnowledgeInput
from .calculate import calculate, CalculatorInput
from .weather_check import weather_check, WeatherInput
from .shell import shell, ShellInput
from .search_internet import search_internet, SearchInternetInput
from .wolfram import wolfram, WolframInput
from .search_youtube import search_youtube, YoutubeInput
from .arxiv import arxiv, ArxivInput
from .text2image import text2images
from .vision_factory import *
from .audio_factory import *