You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `step === 1` guard only traced the first agent's system prompt
because `step` increments continuously and is never reset on agent
switches. Track the last-traced agent name so subsequent agents also
get their system prompts logged.
Fixes#291
Co-Authored-By: Vijay Yadav <vijay@studentsucceed.com>
0 commit comments