랭그래프 활용한 주식 정보 도출 프로젝트
- yahooquery, ta 라이브러리 활용
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from typing import TypedDict
|
||||
|
||||
class StockAnalysis(TypedDict):
|
||||
query:str
|
||||
ticker:str
|
||||
company_name:str
|
||||
new:list
|
||||
financials:dict
|
||||
technicals:dict
|
||||
competitors:list
|
||||
report:str
|
||||
Reference in New Issue
Block a user