Files
agent-framework/dotnet/tests/Microsoft.Agents.AI.Workflows.UnitTests/Sample
Jacob Alber 249a43c0e9 refactor: Remove instance-shared current agent tracking in handoffs
Because the tracker was instance-shared between the start and end executors, it would be shared between all sessions, resulting in incorrect behaviour.

The corect way to do this is to keep the data in a shared executor scope, which is per-session.
2026-03-25 18:54:03 -04:00
..