mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
* Add a HarnessAgent with available features and sample * Fix formatting * Address PR comments and fix mypy error * Add web search support to HarnessAgent * Fix build warning * Apply suggestions from code review Co-authored-by: Eduard van Valkenburg <eavanvalkenburg@users.noreply.github.com> * Address PR comments * Address PR comments * Address further PR comments. * Fix markdown broken link --------- Co-authored-by: Eduard van Valkenburg <eavanvalkenburg@users.noreply.github.com>
2.6 KiB
2.6 KiB
Release History
[Unreleased]
- Added support for durable workflows (#4436)
v1.0.0-preview.260219.1
- [BREAKING] Changed ChatHistory and AIContext Providers to have pipeline semantics (#3806)
- Marked all
RunAsync<T>overloads asnew, added missing ones, and added support for primitives and arrays #3803 - Improve session cast error message quality and consistency (#3973)
v1.0.0-preview.260212.1
- [BREAKING] Changed AIAgent.SerializeSession to AIAgent.SerializeSessionAsync (#3879)
v1.0.0-preview.260209.1
- [BREAKING] Introduce Core method pattern for Session management methods on AIAgent (#3699)
v1.0.0-preview.260205.1
- [BREAKING] Moved AgentSession.Serialize to AIAgent.SerializeSession (#3650)
- [BREAKING] Renamed serializedSession parameter to serializedState on DeserializeSessionAsync for consistency (#3681)
v1.0.0-preview.260127.1
- [BREAKING] Renamed AgentThread to AgentSession (#3430)
v1.0.0-preview.260108.1
- [BREAKING] Removed AgentThreadMetadata and used AgentSessionId directly instead (#3067)
v1.0.0-preview.251219.1
- Filter empty
AIContentfrom durable agent state responses (#4670)
v1.0.0-preview.260311.1
Changed
NOTE: Some of the above changes may have been part of earlier releases not mentioned in this file.
v1.0.0-preview.251204.1
- Added orchestration ID to durable agent entity state (#2137)
v1.0.0-preview.251125.1
- Added support for .NET 10 (#2128)
v1.0.0-preview.251114.1
- Added friendly error message when running durable agent that isn't registered (#2214)
v1.0.0-preview.251112.1
- Initial public release (#1916)