kingbros919's picture
Upload folder using huggingface_hub
292b308 verified
Raw
History Blame Contribute Delete
232 Bytes
from typing import TypedDict
class AgentState(TypedDict):
query: str
sector: str
retrieved_chunks: list
ml_signal: dict
news_sentiment: float
answer: str
sources: list
confidence: str
error: str