mirror of
https://github.com/farcasclaudiu/TradingAgents.git
synced 2026-06-28 21:01:16 +03:00
WIP
This commit is contained in:
@@ -17,6 +17,17 @@ DEFAULT_CONFIG = {
|
||||
"max_debate_rounds": 1,
|
||||
"max_risk_discuss_rounds": 1,
|
||||
"max_recur_limit": 100,
|
||||
# Tool settings
|
||||
"online_tools": True,
|
||||
# Data vendor configuration
|
||||
# Category-level configuration (default for all tools in category)
|
||||
"data_vendors": {
|
||||
"core_stock_apis": "yahoo_finance", # OHLCV data: yahoo_finance, local
|
||||
"technical_indicators": "yahoo_finance", # Technical indicators: yahoo_finance, local
|
||||
"fundamental_data": "openai", # Fundamentals: openai, local
|
||||
"news_data": "openai,google", # News: openai, google, local
|
||||
},
|
||||
# Tool-level configuration (takes precedence over category-level)
|
||||
"tool_vendors": {
|
||||
# Example: "get_stock_data": "alpha_vantage", # Override category default
|
||||
# Example: "get_news": "openai", # Override category default
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user