mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Python: updated docstrings of all _files (#1107)
* updated docstrings of all _files * fix mypy * fixed codeblocks in workflows and some other files --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
co-authored by
Eric Zhu
parent
d6c40edbc6
commit
8b80a03fbb
@@ -41,6 +41,15 @@ dependencies = [
|
||||
viz = [
|
||||
"graphviz>=0.20.0"
|
||||
]
|
||||
all = [
|
||||
"agent-framework-a2a",
|
||||
"agent-framework-azure-ai",
|
||||
"agent-framework-copilotstudio",
|
||||
"agent-framework-mem0",
|
||||
"agent-framework-redis",
|
||||
"agent-framework-devui",
|
||||
"graphviz>=0.20.0"
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
prerelease = "if-necessary-or-explicit"
|
||||
|
||||
Reference in New Issue
Block a user