Files
agent-framework/python/samples/getting_started/workflow
T
Eric Zhu 65836ab125 Python: Use generic for WorkflowContext and use its type parameters to indicate executor's output types (#444)
* Use generic for WorkflowContext and use its type parameters to indicate executor's output types

* Update

* Fix type errors and add in-line comments

* fix test

* type

* Fix executor type issues
65836ab125 ยท 2025-08-21 02:40:43 +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.