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:
Eduard van Valkenburg
2025-10-02 16:18:58 +00:00
committed by GitHub
co-authored by Eric Zhu
parent d6c40edbc6
commit 8b80a03fbb
23 changed files with 3098 additions and 819 deletions
+9
View File
@@ -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"