microsoft / microsoft/agent-framework
.NET: Consider implementing functional workflow definition API
Open
.NET
workflows
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 2.3k
- Avg merge
- 2d 45m
- Merged PRs (30d)
- 358
Description
See #4238 for primary issue.
Motivation and Context
The functional API would be a stepping stone between single-agent use and the full graph API. Users write workflows as plain async functions -- no executor classes, no edges, no builder patterns.
This seems like it would be preferred for, e.g. F# users.
Contributor guide
Assessment
This issue has not been assessed yet.