Commit Graph
18 Commits
Author SHA1 Message Date
c46ce45fdb Preserve IsStalled on stall-triggered plan review requests
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/1b9e74e8-69e1-43f2-8467-c5ba963c2622

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 23:10:45 +00:00
5063540e19 Add PlanReview_Multiple_Revisions E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/125f6628-6b3b-4c51-9a51-ae84baece6bb

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:49:20 +00:00
34b270937b Add Stall_NoProgress_Increments_StallCount E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/125f6628-6b3b-4c51-9a51-ae84baece6bb

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:47:34 +00:00
600bc91c84 Add ProgressLedger_Max_Retries_Triggers_Reset E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/125f6628-6b3b-4c51-9a51-ae84baece6bb

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:46:21 +00:00
375356f765 Add ProgressLedger_Retry_On_Parse_Failure E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/125f6628-6b3b-4c51-9a51-ae84baece6bb

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:44:17 +00:00
1ff632d365 Add Instruction_Message_Sent_When_Present E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/aba19507-7c7e-40dd-850d-d1fabb5dfa65

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:28:42 +00:00
2673054af2 Add PlanReview_On_Stall_Replan E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/aba19507-7c7e-40dd-850d-d1fabb5dfa65

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:26:31 +00:00
4601c1ac7b Add MaxResetLimit_Terminates_Workflow E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/aba19507-7c7e-40dd-850d-d1fabb5dfa65

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:25:12 +00:00
d52de26759 Add MaxStallCount_Triggers_Reset E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/6e8bca46-448d-4f21-a7e9-240179571970

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:08:57 +00:00
b7fd35401b Add MaxRoundLimit_Terminates_Workflow E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/6e8bca46-448d-4f21-a7e9-240179571970

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:07:32 +00:00
bbd94f7b05 Add PlanReview_Revised_Triggers_Replan E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/6e8bca46-448d-4f21-a7e9-240179571970

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:06:14 +00:00
1b609b230b Add Task_Completes_After_Multiple_Rounds E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/6e8bca46-448d-4f21-a7e9-240179571970

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:03:25 +00:00
d1a66a8f3d Add NextSpeaker_Empty_Falls_Back_To_First E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/6e8bca46-448d-4f21-a7e9-240179571970

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:02:11 +00:00
c0bd2a33eb Add PlanSignoff_Disabled_Proceeds_Immediately E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/6e8bca46-448d-4f21-a7e9-240179571970

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 22:00:48 +00:00
00a132a095 Add next speaker validation test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/322c9e2d-59bc-42ad-9a1e-f6fd4c866b26

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 21:28:35 +00:00
cd7e8c8822 Add plan review test and event emission tests
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/322c9e2d-59bc-42ad-9a1e-f6fd4c866b26

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 21:26:53 +00:00
b207921fcc Fix MagenticOrchestrator output declaration and add first E2E test
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/322c9e2d-59bc-42ad-9a1e-f6fd4c866b26

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 21:23:17 +00:00
68fbead632 Add MagenticOrchestrationTests.cs scaffold for Magentic E2E tests
Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/44a4fd8a-3828-40e5-9435-90381aeffdb8

Co-authored-by: lokitoth <6936551+lokitoth@users.noreply.github.com>
2026-05-13 20:52:51 +00:00