mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
* Expose workflow as MCP Tool * Expose workflow as MCP Tool * Cleanup * PR feedback fixes * update changelog to include PR numner * Improvements to error handling. * Adding a sample project demonstrating how to setup Agents and Workflows together. * Ensure duplicate agent registrations are properly handled.
1.0 KiB
1.0 KiB
Release History
[Unreleased]
- Added MCP tool trigger support for durable workflows (#4768)
- Added Azure Functions hosting support for durable workflows (#4436)
v1.0.0-preview.251219.1
- Addressed incompatibility issue with
Microsoft.Azure.Functions.Worker.Extensions.DurableTask>= 1.11.0 (#2759)
v1.0.0-preview.251125.1
- Added support for .NET 10 (#2128)
- [BREAKING] Changed
thread_idin HTTP APIs from entity ID to GUID (#2260)
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)