Add component yahoo finance (#2244)

### What problem does this PR solve?


### Type of change

- [ ] New Feature (non-breaking change which adds functionality)
This commit is contained in:
H
2024-09-04 19:51:07 +08:00
committed by GitHub
parent 02fb7a88e3
commit 426fdafb66
4 changed files with 96 additions and 2 deletions

View File

@ -22,6 +22,8 @@ from .github import GitHub, GitHubParam
from .baidufanyi import BaiduFanyi, BaiduFanyiParam
from .qweather import QWeather, QWeatherParam
from .exesql import ExeSQL, ExeSQLParam
from .yahoofinance import YahooFinance, YahooFinanceParam
def component_class(class_name):
m = importlib.import_module("agent.component")