mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
2b869c2396
* WIP * Fixed build errors (#1638) Comment and nullable type alignment * Sync to SDK update * Checkpoint * Checkpoint: Tests passing * Checkpoint: EndWorkflow * Add trace * .NET: Azure.AI.Agents Package Split + Initial Extensions (#1657) * Move packages * Update nuget.config * Address Xmldoc * Remove format from branches checks * Address Xmldocs * Add more details to the implementation * Moving Agent logic to ChatClient * Adding Name and Id overrides to AzureAIAgent * Updating extensions * Add GetAiAgent extensions * Adding support for version as name can conflict 409 using the Agents API with same name * Addressing more updates to the extensions * More improvements * Remove debugging code from sample * Address copilot feedback * Apply suggestions from co-pilot code review * Checkpoint * Update Directory.Packages.props Fix package version rollback: Azure.AI.Agents.Persistent (beta-6 => beta-7) * Add project reference * .NET: Add comprehensive unit tests for Microsoft.Agents.AI.AzureAIAgents extension methods (#1786) * Initial plan * Add comprehensive unit test project for Microsoft.Agents.AI.AzureAIAgents Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> * Add README documenting test project and package dependency requirements Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> * Fix documentation URL to use learn.microsoft.com Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> * Bump back AAAP 1.2.0-beta.7 * Address AI generated UT's * Remove UT Readme * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * .NET: Change model to be required just for prompt agent definition specific extensions (#1812) * Remove unneeded model from extensions * Add noop justification * Update Package Nameing: V1 -> AzureAI.Persistent / V2 -> AzureAI (#1829) * Checkpoint for merge * No build errors * .NET: Update Extensions for Strict Agent Definitions + Improvements (#1892) * Update Package Nameing: V1 -> AzureAI.Persistent / V2 -> AzureAI * Update agents and extensions to comply with strict agent definitions * More static updates * Address UT, and ResponseTool support * Improving reusability extensions * Addressing ResponseTools Unit Tests and extension setup * Adapted workaround on breaking AAA with OpenAI 2.6.0 * Small updates * Remove strictness when retrieving agents, improved XmlDocs * Improve sample comments * Update dotnet/tests/Microsoft.Agents.AI.AzureAI.UnitTests/AgentsClientExtensionsTests.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Address PR comments * Address UT failing * Address Copilot feedback * Address Copilot feedback * Address comment typo * Address PR feedback * Address typo * Add missing Extensions with ChatClientAgentOptions * Address comments --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Updated package version (#1897) * Version update (#1901) * Checkpoint * Updated package version (#1906) * Checkpoint * Checkpoint * Checkpoint * Align with azure ai agent * Update dotnet/samples/GettingStarted/Workflows/Declarative/StudentTeacher/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/samples/GettingStarted/Workflows/Declarative/MCPToolApproval/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/samples/GettingStarted/Workflows/Declarative/DeepResearch/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Refactored external input * Update dotnet/samples/GettingStarted/Workflows/Declarative/MCPToolApproval/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Agent tools patch * Demos validated * Checkpoint * Hygiene * Checkpoint - Samples * Update dotnet/samples/GettingStarted/Workflows/Declarative/StudentTeacher/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/samples/GettingStarted/Workflows/Declarative/StudentTeacher/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Checkpoint * Checkpoint - Deep Research * Update baseline * Update * Typo * Checkpoint * Typos * Sample cleanup * Update dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/AzureAgentProvider.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/src/Microsoft.Agents.AI.AzureAI/AgentsClientExtensions.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/samples/GettingStarted/Workflows/Declarative/FunctionTools/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/samples/GettingStarted/Workflows/Declarative/StudentTeacher/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/samples/GettingStarted/Workflows/Declarative/ToolApproval/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update dotnet/samples/GettingStarted/Workflows/Declarative/DeepResearch/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Typo * Typo * Fix input loop * Sample - Function Calling / External Input * Typo * Finessed * Checkpoint * Fix feed * Checkpoint - so close * Ding dong! * "there" *** * Fixup comments * Fix sample * Code analysis * Header * Typo (variableName) * Remove dead code * Skip test (agent api ratchet) * Comment * Update dotnet/samples/GettingStarted/Workflows/Declarative/StudentTeacher/Program.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Typo --------- Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
171 lines
7.2 KiB
C#
171 lines
7.2 KiB
C#
// Copyright (c) Microsoft. All rights reserved.
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using System.Reflection;
|
|
using System.Threading.Tasks;
|
|
using Microsoft.Agents.AI.Workflows.Checkpointing;
|
|
using Microsoft.Agents.AI.Workflows.Declarative.Events;
|
|
using Microsoft.Extensions.AI;
|
|
using Shared.Code;
|
|
using Xunit.Sdk;
|
|
|
|
namespace Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests.Framework;
|
|
|
|
internal sealed class WorkflowHarness(Workflow workflow, string runId)
|
|
{
|
|
private CheckpointManager? _checkpointManager;
|
|
private CheckpointInfo? _lastCheckpoint;
|
|
|
|
public async Task<WorkflowEvents> RunTestcaseAsync<TInput>(Testcase testcase, TInput input, bool useJson = false) where TInput : notnull
|
|
{
|
|
WorkflowEvents workflowEvents = await this.RunWorkflowAsync(input, useJson);
|
|
int requestCount = workflowEvents.InputEvents.Count;
|
|
int responseCount = 0;
|
|
while (requestCount > responseCount)
|
|
{
|
|
ExternalRequest request = workflowEvents.InputEvents[workflowEvents.InputEvents.Count - 1].Request;
|
|
Assert.NotNull(testcase.Setup.Responses);
|
|
Assert.NotEmpty(testcase.Setup.Responses);
|
|
string inputText = testcase.Setup.Responses[responseCount].Value;
|
|
Console.WriteLine($"ID: {request.RequestId}");
|
|
Console.WriteLine($"INPUT: {inputText}");
|
|
++responseCount;
|
|
ExternalResponse response = request.CreateResponse(new ExternalInputResponse(new ChatMessage(ChatRole.User, inputText)));
|
|
WorkflowEvents runEvents = await this.ResumeAsync(response).ConfigureAwait(false);
|
|
workflowEvents = new WorkflowEvents([.. workflowEvents.Events, .. runEvents.Events]);
|
|
requestCount = workflowEvents.InputEvents.Count;
|
|
}
|
|
|
|
return workflowEvents;
|
|
}
|
|
|
|
public async Task<WorkflowEvents> RunWorkflowAsync<TInput>(TInput input, bool useJson = false) where TInput : notnull
|
|
{
|
|
Console.WriteLine("RUNNING WORKFLOW...");
|
|
Checkpointed<StreamingRun> run = await InProcessExecution.StreamAsync(workflow, input, this.GetCheckpointManager(useJson), runId);
|
|
IReadOnlyList<WorkflowEvent> workflowEvents = await MonitorAndDisposeWorkflowRunAsync(run).ToArrayAsync();
|
|
this._lastCheckpoint = workflowEvents.OfType<SuperStepCompletedEvent>().LastOrDefault()?.CompletionInfo?.Checkpoint;
|
|
return new WorkflowEvents(workflowEvents);
|
|
}
|
|
|
|
public async Task<WorkflowEvents> ResumeAsync(ExternalResponse response)
|
|
{
|
|
Console.WriteLine("\nRESUMING WORKFLOW...");
|
|
Assert.NotNull(this._lastCheckpoint);
|
|
Checkpointed<StreamingRun> run = await InProcessExecution.ResumeStreamAsync(workflow, this._lastCheckpoint, this.GetCheckpointManager(), runId);
|
|
IReadOnlyList<WorkflowEvent> workflowEvents = await MonitorAndDisposeWorkflowRunAsync(run, response).ToArrayAsync();
|
|
return new WorkflowEvents(workflowEvents);
|
|
}
|
|
|
|
public static async Task<WorkflowHarness> GenerateCodeAsync<TInput>(
|
|
string runId,
|
|
string workflowProviderCode,
|
|
string workflowProviderName,
|
|
string workflowProviderNamespace,
|
|
DeclarativeWorkflowOptions options,
|
|
TInput input) where TInput : notnull
|
|
{
|
|
// Compile the code
|
|
Assembly assembly = Compiler.Build(workflowProviderCode, Compiler.RepoDependencies(typeof(DeclarativeWorkflowBuilder)));
|
|
Type? type = assembly.GetType($"{workflowProviderNamespace}.{workflowProviderName}");
|
|
Assert.NotNull(type);
|
|
MethodInfo? method = type.GetMethod("CreateWorkflow");
|
|
Assert.NotNull(method);
|
|
MethodInfo genericMethod = method.MakeGenericMethod(typeof(TInput));
|
|
object? workflowObject = genericMethod.Invoke(null, [options, null]);
|
|
Workflow workflow = Assert.IsType<Workflow>(workflowObject);
|
|
|
|
return new WorkflowHarness(workflow, runId);
|
|
}
|
|
|
|
private CheckpointManager GetCheckpointManager(bool useJson = false)
|
|
{
|
|
if (useJson && this._checkpointManager is null)
|
|
{
|
|
DirectoryInfo checkpointFolder = Directory.CreateDirectory(Path.Combine(".", $"chk-{DateTime.Now:yyMMdd-hhmmss-ff}"));
|
|
this._checkpointManager = CheckpointManager.CreateJson(new FileSystemJsonCheckpointStore(checkpointFolder));
|
|
}
|
|
else
|
|
{
|
|
this._checkpointManager ??= CheckpointManager.CreateInMemory();
|
|
}
|
|
|
|
return this._checkpointManager;
|
|
}
|
|
|
|
private static async IAsyncEnumerable<WorkflowEvent> MonitorAndDisposeWorkflowRunAsync(Checkpointed<StreamingRun> run, ExternalResponse? response = null)
|
|
{
|
|
await using IAsyncDisposable disposeRun = run;
|
|
|
|
if (response is not null)
|
|
{
|
|
await run.Run.SendResponseAsync(response).ConfigureAwait(false);
|
|
}
|
|
|
|
bool exitLoop = false;
|
|
bool hasRequest = false;
|
|
|
|
await foreach (WorkflowEvent workflowEvent in run.Run.WatchStreamAsync().ConfigureAwait(false))
|
|
{
|
|
switch (workflowEvent)
|
|
{
|
|
case SuperStepCompletedEvent:
|
|
if (hasRequest)
|
|
{
|
|
exitLoop = true;
|
|
}
|
|
break;
|
|
case RequestInfoEvent requestInfo:
|
|
Console.WriteLine($"REQUEST #{requestInfo.Request.RequestId}");
|
|
hasRequest = true;
|
|
break;
|
|
|
|
case ConversationUpdateEvent conversationEvent:
|
|
Console.WriteLine($"CONVERSATION: {conversationEvent.ConversationId}");
|
|
break;
|
|
|
|
case ExecutorFailedEvent failureEvent:
|
|
Console.WriteLine($"Executor failed [{failureEvent.ExecutorId}]: {failureEvent.Data?.Message ?? "Unknown"}");
|
|
break;
|
|
|
|
case WorkflowErrorEvent errorEvent:
|
|
throw errorEvent.Data as Exception ?? new XunitException("Unexpected failure...");
|
|
|
|
case ExecutorInvokedEvent executorInvokeEvent:
|
|
Console.WriteLine($"EXEC: {executorInvokeEvent.ExecutorId}");
|
|
break;
|
|
|
|
case DeclarativeActionInvokedEvent actionInvokeEvent:
|
|
Console.WriteLine($"ACTION: {actionInvokeEvent.ActionId} [{actionInvokeEvent.ActionType}]");
|
|
break;
|
|
|
|
case AgentRunResponseEvent responseEvent:
|
|
if (!string.IsNullOrEmpty(responseEvent.Response.Text))
|
|
{
|
|
Console.WriteLine($"AGENT: {responseEvent.Response.AgentId}: {responseEvent.Response.Text}");
|
|
}
|
|
else
|
|
{
|
|
foreach (FunctionCallContent toolCall in responseEvent.Response.Messages.SelectMany(m => m.Contents.OfType<FunctionCallContent>()))
|
|
{
|
|
Console.WriteLine($"TOOL: {toolCall.Name} [{responseEvent.Response.AgentId}]");
|
|
}
|
|
}
|
|
break;
|
|
}
|
|
|
|
yield return workflowEvent;
|
|
|
|
if (exitLoop)
|
|
{
|
|
break;
|
|
}
|
|
}
|
|
|
|
Console.WriteLine("SUSPENDING WORKFLOW...\n");
|
|
}
|
|
}
|