Add GitHub, deepl, baidu-fanyi (#1857)

### What problem does this PR solve?

#1739 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
This commit is contained in:
H
2024-08-08 12:39:19 +08:00
committed by GitHub
parent 5164835681
commit ce587cba56
7 changed files with 258 additions and 1 deletions

View File

@ -17,7 +17,9 @@ from .arxiv import ArXiv, ArXivParam
from .google import Google, GoogleParam
from .bing import Bing, BingParam
from .googlescholar import GoogleScholar, GoogleScholarParam
from .deepl import DeepL, DeepLParam
from .github import GitHub, GitHubParam
from .baidufanyi import BaiduFanyi, BaiduFanyiParam
def component_class(class_name):
m = importlib.import_module("agent.component")