mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-06-14 21:31:18 -04:00
837504aa17
- Add conversation_history instance variable to BaseAgent.__init__ - Create _capture_message() method to capture messages with timestamps - Create get_conversation_history() method to retrieve conversation - Create clear_conversation_history() method to reset history - Modify run_trading_session() to capture user prompts and AI responses - Add comprehensive unit tests for conversation tracking - Fix datetime deprecation warning by using timezone-aware datetime All tests pass successfully.