TradingAgents/orchestrator
陈少杰 30d8f90467 fix(quant_runner): fix 3 critical issues and 2 important improvements
- Critical 1: initialize orders=[] before loop to prevent NameError when df is empty
- Critical 2: replace bare sqlite3 conn with context manager (with statement) in get_signal
- Critical 3: remove ticker param from _load_best_params (table has no ticker col, params are global)
- Important: extract db_path as self._db_path attribute in __init__ (DRY)
- Important: add comment explaining lazy imports require sys.path set in __init__
2026-04-09 21:51:38 +08:00
..
__init__.py feat(orchestrator): add signals.py and config.py 2026-04-09 21:35:31 +08:00
config.py fix(orchestrator): code quality fixes in config and signals 2026-04-09 21:39:23 +08:00
quant_runner.py fix(quant_runner): fix 3 critical issues and 2 important improvements 2026-04-09 21:51:38 +08:00
signals.py fix(orchestrator): code quality fixes in config and signals 2026-04-09 21:39:23 +08:00