chore(release): v0.1.0 – initial public release of TradingAgents
This commit is contained in:
10
cli/models.py
Normal file
10
cli/models.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from enum import Enum
|
||||
from typing import List, Optional, Dict
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class AnalystType(str, Enum):
|
||||
MARKET = "market"
|
||||
SOCIAL = "social"
|
||||
NEWS = "news"
|
||||
FUNDAMENTALS = "fundamentals"
|
||||
Reference in New Issue
Block a user