Add component ExeSQL (#1966)

### What problem does this PR solve?

#1965 

### 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-16 12:36:53 +08:00
committed by GitHub
parent b4ef50bdb5
commit 644f68de97
6 changed files with 153 additions and 0 deletions

View File

@ -21,6 +21,7 @@ from .deepl import DeepL, DeepLParam
from .github import GitHub, GitHubParam
from .baidufanyi import BaiduFanyi, BaiduFanyiParam
from .qweather import QWeather, QWeatherParam
from .exesql import ExeSQL, ExeSQLParam
def component_class(class_name):
m = importlib.import_module("agent.component")