mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: [BREAKING] Cleanup of dependencies (#1803)
* removed extra and non-released deps * added comments * added space and lock * fix pyright config
This commit is contained in:
committed by
GitHub
Unverified
parent
abfdf75cfb
commit
434ffb8ab8
+4
-1
@@ -37,7 +37,10 @@ Prerequisites:
|
||||
- aiofiles installed for async file I/O.
|
||||
- Write access to a tmp directory next to this script.
|
||||
- A source text at resources/long_text.txt.
|
||||
- Optional for SVG export: install the viz extra for agent framework workflow.
|
||||
- Optional for SVG export: install graphviz.
|
||||
|
||||
Installation:
|
||||
pip install agent-framework aiofiles graphviz
|
||||
"""
|
||||
|
||||
# Define the temporary directory for storing intermediate results
|
||||
|
||||
Reference in New Issue
Block a user