docs: clarify factor rules opt in

This commit is contained in:
69049ed6x 2026-03-08 15:13:40 +08:00
parent 28e4e67e5a
commit e10805d03c
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ You can also adjust the default configuration to set your own choice of LLMs, de
### Factor Rule Analyst
TradingAgents now supports an optional `factor_rules` analyst that loads manually curated factor rules from JSON and injects them into the analyst → researcher → trader workflow.
TradingAgents now supports an optional `factor_rules` analyst that loads manually curated factor rules from JSON and injects them into the analyst → researcher → trader workflow. The analyst is opt-in: add `"factor_rules"` to `selected_analysts` when you want it enabled.
Default lookup order for factor rules:
1. `config["factor_rules_path"]`