mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
3577508a20
* start a new implementation based on .net * add response handling * update init files * remove handling of WorkflowCompletedEvent * clean up implemenation * fix bug * update tests for merge_updates * WorkflowAgent validation * add a sample and fix bug * revert pre-commit config * revert pre-commit * add human in the loop sample * add comment * fix type issue in Executor * fix type errors and rename Executor.type to Executor.type_ with field alias * fix test --------- Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
3577508a20
ยท
2025-09-02 16:25:03 +00:00
History
Workflow Getting Started Samples
Installation
You can install the workflow package with visualization dependency:
pip install agent-framework-workflow[viz]
To export visualization images you also need to install GraphViz.