Fix: Prevent infinite loops, enable reflection, and improve logging

This commit is contained in:
mirza-samad-ahmed-baig
2025-07-03 17:43:40 +05:00
parent fda4f664e8
commit f704828f89
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ class TradingAgentsGraph:
directory.mkdir(parents=True, exist_ok=True)
with open(
f"eval_results/{self.ticker}/TradingAgentsStrategy_logs/full_states_log.json",
f"eval_results/{self.ticker}/TradingAgentsStrategy_logs/full_states_log_{trade_date}.json",
"w",
) as f:
json.dump(self.log_states_dict, f, indent=4)