File size: 640 Bytes
f3387e4
 
 
 
d758fda
f3387e4
 
c62c303
015a604
f3387e4
 
 
 
 
 
 
 
c62c303
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
from tools.chess_tools import ImageToChessBoardFENTool
from tools.classifier_tool import ClassifierTool
from tools.content_retriever_tool import ContentRetrieverTool
from tools.get_attachments_tool import GetAttachmentTool
from tools.google_search_tool import GoogleSearchTool, GoogleSiteSearchTool
from tools.speech_recognition_tool import SpeechRecognitionTool
from tools.youtube_video_tool import YouTubeVideoTool

TOOLS= [
    "ImageToChessBoardFENTool",
    "ClassifierTool",
    "ContentRetrieverTool",
    "GetAttachmentTool",
    "GoogleSearchTool",
    "GoogleSiteSearchTool",
    "SpeechRecognitionTool",
    "YouTubeVideoTool",
]