mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [BREAKING] Move workflow to main package (#767)
* Move workflow to main package * Remove workflow specific unit test config * Remove workflow-specific version info * Revert unintended telemetry changes * Removed the obsolete packages/workflow/tests target * Rename dir workflow to _workflow * Fix test imports
This commit is contained in:
committed by
GitHub
Unverified
parent
65dd48aa1d
commit
732d9f6cd7
@@ -2,16 +2,12 @@
|
||||
|
||||
## Installation
|
||||
|
||||
To install the base `agent_framework.workflow` package, run:
|
||||
|
||||
```bash
|
||||
pip install agent-framework-workflow
|
||||
```
|
||||
Workflow support ships with the core `agent-framework` package, so no extra installation step is required.
|
||||
|
||||
To install with visualization support:
|
||||
|
||||
```bash
|
||||
pip install agent-framework-workflow[viz]
|
||||
pip install agent-framework[viz]
|
||||
```
|
||||
|
||||
To export visualization images you also need to [install GraphViz](https://graphviz.org/download/).
|
||||
|
||||
Reference in New Issue
Block a user