Add component qweather (#1873)

### What problem does this PR solve?

#1739 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
H
2024-08-08 17:57:46 +08:00
committed by GitHub
parent ffb3fc4bf5
commit 193aa3ba88
4 changed files with 117 additions and 35 deletions

View File

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