diff --git a/Directory.Packages.props b/Directory.Packages.props
index 01fc6c90..e5f4fcd6 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -60,7 +60,7 @@
-
+
diff --git a/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs b/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs
index 128debad..757919cd 100644
--- a/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs
+++ b/src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs
@@ -15,7 +15,7 @@ public partial class RoutingService
var convService = _services.GetRequiredService();
var storage = _services.GetRequiredService();
- _router = await agentService.GetAgent(message.CurrentAgentId);
+ _router = agent;
var states = _services.GetRequiredService();
var executor = _services.GetRequiredService();