Files
Source/project/STOCK_APP/backend/graph/state.py
T
cooney 3be7886bfe 랭그래프 활용한 주식 정보 도출 프로젝트
- yahooquery, ta 라이브러리 활용
2026-06-18 17:48:31 +09:00

12 lines
201 B
Python

from typing import TypedDict
class StockAnalysis(TypedDict):
query:str
ticker:str
company_name:str
new:list
financials:dict
technicals:dict
competitors:list
report:str