You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saved preferences are stored at `~/.tradingagents/preferences.json`. They cover
186
+
the provider, models, research depth, output language, and provider-specific
187
+
reasoning options. The ticker, analysis date, and analyst team remain per-run
188
+
choices. Explicit `TRADINGAGENTS_*` environment variables take precedence over
189
+
saved preferences, and API keys remain in the environment or `.env` file rather
190
+
than in the preferences file.
191
+
192
+
The legacy root form remains supported, so `tradingagents --checkpoint` and
193
+
`tradingagents --no-checkpoint` are equivalent to the corresponding options on
194
+
`tradingagents analyze`. If `TRADINGAGENTS_LLM_PROVIDER` changes the provider
195
+
from the one saved in preferences, the CLI does not mix provider-specific
196
+
models, endpoints, or reasoning settings: matching environment overrides are
197
+
used, otherwise the new provider's defaults are selected. Custom-only providers
198
+
require matching model environment variables or `--configure`.
199
+
172
200
### Markets and tickers
173
201
174
202
TradingAgents works with any market Yahoo Finance covers, using the exchange-suffixed ticker. Company identity and the alpha benchmark resolve automatically per market.
0 commit comments