mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-02 01:27:24 -04:00
Add instrumentation at component boundaries to trace where ContextInjector values become None: - ModelDayExecutor: Log ContextInjector creation and set_context() invocation - BaseAgent.set_context(): Log entry, client creation, tool reload, completion - Includes object IDs to verify instance identity across boundaries Part of systematic debugging investigation for issue #TBD.