mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
fix: Add session support for Handoff-hosted Agents
In order to better support using `Workflows` hosted as `AIAgents` inside of Handoff workflows, we need to make proper use of AgentSession. This causes potential issues around checkpointing and making sure that we properly compute only the new incoming messages for each agent invocation.
This commit is contained in:
@@ -73,6 +73,7 @@ internal static class Step12EntryPoint
|
||||
foreach (string input in inputs)
|
||||
{
|
||||
AgentResponse response;
|
||||
|
||||
ResponseContinuationToken? continuationToken = null;
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user