mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
24ad03af6f
* test: Add Reflection/Invocation tests * fix: Terminate on Completion event * refactor: Update public API surface * feat: Add support for external requests * feat: Support hosting AIAgent instances in Workflows * fix: Fix routing to go through Executor.ExecuteAsync * test: Update samples for "must SendMessage" semantics * Add invoking samples to unit tests to avoid future breaks * fix: ExternalRequest should block Workflow completion * feat: Normalize API surface against Python * Also adds xmldoc to all public APIs * refactor: Normalize UnitTest and Sample namespaces * fix: Formatting * refactor: Normalize project/folder names * feat: Remove DynamicCodeExecution from ValueTaskTypeErasure * fix: Fix ILTrim warnings * docs: Add missing docs and fix typos * feat: Hosted Agents should report Run events * fix: Fix type propagation for ILTrim changes * refactor: Simplify DynamicallyAccessedMembers annotations * sample: Use static-Type construction of InputPort * feat: Support non-Streaming Run Mode * test: Add test for non-streaming execution * Conversion checkpoint * Fix namespace error * Restructure * Completion * Executor checkpoint * Conditional checkpoint * Cleanup * Exception cleanup * Sample cleanup * Updates * feat: Define Workflow and Executor APIs * feat: Define IExecutionContext and Events * feat: Simple Workflow Demos * refactor: Move Workflows classes to separate assembly * feat: Move FanOut/In to LowLevel API with new semantics * feat: Implement Local Execution * refactor: Assembly name .Workflow => .Workflows * feat: Enable Default Message Handling * also lifts Bind in MessageHandlerInfo to better be able to direclty invoke handlers (for AOT, later) * feat: Implement StreamingHandle APIs This allows the user to respond to WorkflowEvents with external messages, enabling HIL. * feat: Add checks for duplicate edges and chain cycles * feat: Add built-in WorkflowEvents * refactor: Pull classes into own files * refactor: Simplify Disposal pattern in Executor * refactor: Break EdgeRunner file into per-type files * refactor: Use Throw.IfNull() * refactor: Remove AddLoop() Per https://github.com/microsoft/agent-framework/pull/272#discussion_r2241739079 we decided this was not very useful. * refactor: Normalize use of ValueTask * fix: Build Break from removing .AddLoop * refactor: Explicit routing and RouteBuilder Split out reflection from MessageRouter implemention into build phase, enabling AOT compilation to drive RouteBuilding without reflection. * test: Add Reflection/Invocation tests * fix: Terminate on Completion event * refactor: Update public API surface * feat: Add support for external requests * feat: Support hosting AIAgent instances in Workflows * fix: Fix routing to go through Executor.ExecuteAsync * test: Update samples for "must SendMessage" semantics * Add invoking samples to unit tests to avoid future breaks * fix: ExternalRequest should block Workflow completion * feat: Normalize API surface against Python * Also adds xmldoc to all public APIs * refactor: Normalize UnitTest and Sample namespaces * fix: Formatting * refactor: Normalize project/folder names * feat: Remove DynamicCodeExecution from ValueTaskTypeErasure * fix: Fix ILTrim warnings * docs: Add missing docs and fix typos * feat: Hosted Agents should report Run events * fix: Fix type propagation for ILTrim changes * refactor: Simplify DynamicallyAccessedMembers annotations * sample: Use static-Type construction of InputPort * feat: Support non-Streaming Run Mode * test: Add test for non-streaming execution * refactor: Remove unused types * refactor: Simplify Event and EdgeData type hierarchies * feat: Add Switch (=Conditional Edge Group) control flow * Fix unit-tests * Add sample * Comment cleanup * Fix debug output * Formating helpers * feat: Define Workflow and Executor APIs * feat: Define IExecutionContext and Events * feat: Simple Workflow Demos * refactor: Move Workflows classes to separate assembly * feat: Move FanOut/In to LowLevel API with new semantics * feat: Implement Local Execution * refactor: Assembly name .Workflow => .Workflows * feat: Enable Default Message Handling * also lifts Bind in MessageHandlerInfo to better be able to direclty invoke handlers (for AOT, later) * feat: Implement StreamingHandle APIs This allows the user to respond to WorkflowEvents with external messages, enabling HIL. * feat: Add checks for duplicate edges and chain cycles * feat: Add built-in WorkflowEvents * refactor: Pull classes into own files * refactor: Simplify Disposal pattern in Executor * refactor: Break EdgeRunner file into per-type files * refactor: Use Throw.IfNull() * refactor: Remove AddLoop() Per https://github.com/microsoft/agent-framework/pull/272#discussion_r2241739079 we decided this was not very useful. * refactor: Normalize use of ValueTask * fix: Build Break from removing .AddLoop * refactor: Explicit routing and RouteBuilder Split out reflection from MessageRouter implemention into build phase, enabling AOT compilation to drive RouteBuilding without reflection. * test: Add Reflection/Invocation tests * fix: Terminate on Completion event * refactor: Update public API surface * feat: Add support for external requests * feat: Support hosting AIAgent instances in Workflows * fix: Fix routing to go through Executor.ExecuteAsync * test: Update samples for "must SendMessage" semantics * Add invoking samples to unit tests to avoid future breaks * fix: ExternalRequest should block Workflow completion * feat: Normalize API surface against Python * Also adds xmldoc to all public APIs * refactor: Normalize UnitTest and Sample namespaces * fix: Formatting * refactor: Normalize project/folder names * feat: Remove DynamicCodeExecution from ValueTaskTypeErasure * fix: Fix ILTrim warnings * docs: Add missing docs and fix typos * feat: Hosted Agents should report Run events * fix: Fix type propagation for ILTrim changes * refactor: Simplify DynamicallyAccessedMembers annotations * sample: Use static-Type construction of InputPort * feat: Support non-Streaming Run Mode * test: Add test for non-streaming execution * refactor: Remove unused types * refactor: Simplify Event and EdgeData type hierarchies * feat: Add Switch (=Conditional Edge Group) control flow * feat: Make .NET AutoSend the MessageHandler result * feat: Implement State APIs * Add tests * Fix merge from main * Test coverage * Message event * Comments and clean-up * Format * Cleanup * Test checkpoint * Clean-up - comments / test * Test baseline - 100% * More clean-up * Comments * Streaming...sort've... * Fix build / test * Stable * Checkpoint * Checkpoint * Stable * Update sample after merge * Add "Question" workflow * State clean-up checkpoint * State clean-up * Sample updated * Expression bug fix * Sample formatting * Add unit test * Comments * Scope cleanup * Refine cleanup * Fill gaps * fcs * Finalize data-types * Add unit-test * Debug cleanup * Bug fixes * Demo progress * Sample clean-up * Update samples * Sample updates * Sync demo workflows * Sample formatting * Sample formatting * Demo complete * Workflow formatting * Demo formatting #2 * Readme + Sample clean-up * Scope update * Update diagnostics * Variable initiaization * Rollback * Tune research summary * State management * Fix merge * Fix merge - demo * Add readme * Overload for workflow builder * Fault tolerance - scope equivalency * Fix feed * Update sample * Add default for "Bot" * Nuget.config patchwork * Scope assignment check * Rollback nuget.config haxx * Sample format * Namespace * Namespace * Agent-Provider * Clean-up extra files * Renaming * Update sample * Prune junk files * Clean-up * Use transform * agent provider fix * Typo * Null check fix * Fix merge * Checkpoint * Cleanup * Exception cleanup * Exception message * Clean-up * Sample config update * Update handling of "Env" scope * Sample agent templates * Add readme * Event cleanup * Rename event * Update workflows/README.md Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> --------- Co-authored-by: Jacob Alber <jaalber@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
210 lines
6.4 KiB
C#
210 lines
6.4 KiB
C#
// Copyright (c) Microsoft. All rights reserved.
|
|
|
|
using System.Threading.Tasks;
|
|
using Microsoft.Agents.Workflows.Declarative.ObjectModel;
|
|
using Microsoft.Bot.ObjectModel;
|
|
using Microsoft.PowerFx.Types;
|
|
using Xunit.Abstractions;
|
|
|
|
namespace Microsoft.Agents.Workflows.Declarative.UnitTests.ObjectModel;
|
|
|
|
/// <summary>
|
|
/// Tests for <see cref="SetVariableExecutor"/>.
|
|
/// </summary>
|
|
public sealed class SetVariableExecutorTest(ITestOutputHelper output) : WorkflowActionExecutorTest(output)
|
|
{
|
|
[Fact]
|
|
public void InvalidModel()
|
|
{
|
|
// Arrange, Act, Assert
|
|
Assert.Throws<DeclarativeModelException>(() => new SetVariableExecutor(new SetVariable(), this.GetState()));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetNumericValue()
|
|
{
|
|
// Arrange, Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetNumericValue),
|
|
variableName: "TestVariable",
|
|
variableValue: new NumberDataValue(42),
|
|
expectedValue: FormulaValue.New(42));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetStringValue()
|
|
{
|
|
// Arrange, Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetStringValue),
|
|
variableName: "TestVariable",
|
|
variableValue: new StringDataValue("Text"),
|
|
expectedValue: FormulaValue.New("Text"));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetBooleanValue()
|
|
{
|
|
// Arrange, Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetBooleanValue),
|
|
variableName: "TestVariable",
|
|
variableValue: new BooleanDataValue(true),
|
|
expectedValue: FormulaValue.New(true));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetBooleanExpression()
|
|
{
|
|
// Arrange
|
|
ValueExpression.Builder expressionBuilder = new(ValueExpression.Expression("true || false"));
|
|
|
|
// Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetBooleanExpression),
|
|
variableName: "TestVariable",
|
|
valueExpression: expressionBuilder,
|
|
expectedValue: FormulaValue.New(true));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetNumberExpression()
|
|
{
|
|
// Arrange
|
|
ValueExpression.Builder expressionBuilder = new(ValueExpression.Expression("9 - 3"));
|
|
|
|
// Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetBooleanExpression),
|
|
variableName: "TestVariable",
|
|
valueExpression: expressionBuilder,
|
|
expectedValue: FormulaValue.New(6));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetStringExpression()
|
|
{
|
|
// Arrange
|
|
ValueExpression.Builder expressionBuilder = new(ValueExpression.Expression(@"Concatenate(""A"", ""B"", ""C"")"));
|
|
|
|
// Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetBooleanExpression),
|
|
variableName: "TestVariable",
|
|
valueExpression: expressionBuilder,
|
|
expectedValue: FormulaValue.New("ABC"));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetBooleanVariable()
|
|
{
|
|
// Arrange
|
|
this.Scopes.Set("Source", FormulaValue.New(true));
|
|
ValueExpression.Builder expressionBuilder = new(ValueExpression.Variable(PropertyPath.TopicVariable("Source")));
|
|
|
|
// Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetBooleanExpression),
|
|
variableName: "TestVariable",
|
|
valueExpression: expressionBuilder,
|
|
expectedValue: FormulaValue.New(true));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetNumberVariable()
|
|
{
|
|
// Arrange
|
|
this.Scopes.Set("Source", FormulaValue.New(321));
|
|
ValueExpression.Builder expressionBuilder = new(ValueExpression.Variable(PropertyPath.TopicVariable("Source")));
|
|
|
|
// Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetBooleanExpression),
|
|
variableName: "TestVariable",
|
|
valueExpression: expressionBuilder,
|
|
expectedValue: FormulaValue.New(321));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task SetStringVariable()
|
|
{
|
|
// Arrange
|
|
this.Scopes.Set("Source", FormulaValue.New("Test"));
|
|
ValueExpression.Builder expressionBuilder = new(ValueExpression.Variable(PropertyPath.TopicVariable("Source")));
|
|
|
|
// Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(SetBooleanExpression),
|
|
variableName: "TestVariable",
|
|
valueExpression: expressionBuilder,
|
|
expectedValue: FormulaValue.New("Test"));
|
|
}
|
|
|
|
[Fact]
|
|
public async Task UpdateExistingValue()
|
|
{
|
|
// Arrange
|
|
this.Scopes.Set("VarA", FormulaValue.New(33));
|
|
|
|
// Act, Assert
|
|
await this.ExecuteTest(
|
|
displayName: nameof(UpdateExistingValue),
|
|
variableName: "VarA",
|
|
variableValue: new NumberDataValue(42),
|
|
expectedValue: FormulaValue.New(42));
|
|
}
|
|
|
|
private Task ExecuteTest(
|
|
string displayName,
|
|
string variableName,
|
|
DataValue variableValue,
|
|
FormulaValue expectedValue)
|
|
{
|
|
// Arrange
|
|
ValueExpression.Builder expressionBuilder = new(ValueExpression.Literal(variableValue));
|
|
|
|
// Act & Assert
|
|
return this.ExecuteTest(displayName, variableName, expressionBuilder, expectedValue);
|
|
}
|
|
|
|
private async Task ExecuteTest(
|
|
string displayName,
|
|
string variableName,
|
|
ValueExpression.Builder valueExpression,
|
|
FormulaValue expectedValue)
|
|
{
|
|
// Arrange
|
|
SetVariable model =
|
|
this.CreateModel(
|
|
displayName,
|
|
FormatVariablePath(variableName),
|
|
valueExpression);
|
|
|
|
this.Scopes.Set(variableName, FormulaValue.New(33));
|
|
|
|
// Act
|
|
SetVariableExecutor action = new(model, this.GetState());
|
|
await this.Execute(action);
|
|
|
|
// Assert
|
|
this.VerifyModel(model, action);
|
|
this.VerifyState(variableName, expectedValue);
|
|
}
|
|
|
|
private SetVariable CreateModel(string displayName, string variablePath, ValueExpression.Builder valueExpression)
|
|
{
|
|
SetVariable.Builder actionBuilder =
|
|
new()
|
|
{
|
|
Id = this.CreateActionId(),
|
|
DisplayName = this.FormatDisplayName(displayName),
|
|
Variable = InitializablePropertyPath.Create(variablePath),
|
|
Value = valueExpression,
|
|
};
|
|
|
|
SetVariable model = this.AssignParent<SetVariable>(actionBuilder);
|
|
|
|
return model;
|
|
}
|
|
}
|