TradingAgents/tradingagents
ahmet guzererler 635ec430b1
Bolt: Replace `statistics` with pure math operations in `risk_evaluator.py` (#133)
- Replaced `statistics.mean`, `statistics.stdev`, and `statistics.pvariance` with pure-Python builtins using `sum()` and `len()`.
- Added performance optimization logging to `.jules/bolt.md`.
- Updated tests and verified results match the original.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
2026-03-27 11:33:48 +01:00
..
agents chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
dataflows chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
graph chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
llm_clients merge: sync with upstream TauricResearch/TradingAgents v0.2.2 2026-03-23 12:17:25 +00:00
memory feat: PM brain upgrade — macro/micro agents & memory split (#123) 2026-03-26 12:55:24 +01:00
pipeline chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
portfolio Bolt: Replace `statistics` with pure math operations in `risk_evaluator.py` (#133) 2026-03-27 11:33:48 +01:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
api_usage.py chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
daily_digest.py feat: daily digest consolidation and Google NotebookLM sync (#23) 2026-03-19 12:21:03 +01:00
default_config.py feat: configurable max_auto_tickers + run persistence with phase-level node re-run (#109) 2026-03-25 15:27:28 +01:00
notebook_sync.py merge: resolve conflicts with origin/main (PR #85 merged) 2026-03-22 06:52:39 +00:00
observability.py Remove unused import `field` from `observability.py` (#120) 2026-03-26 11:17:58 +01:00
report_paths.py feat: load flow_id in FE to resume runs and fix max_tickers cap (#113) 2026-03-26 07:10:42 +01:00