Python: AutoGen migration samples (#1738)

* add autogen migration samples

* fix typo

* remove comment

* fix typo

* fix lab pyright

* fix for HuggingFace change
This commit is contained in:
Eric Zhu
2025-10-28 00:47:31 +00:00
committed by GitHub
parent 92925a8bc7
commit 3194851c11
14 changed files with 1189 additions and 7 deletions
+4 -5
View File
@@ -53,6 +53,9 @@ dev = [
"rich",
"tomli",
"tomli-w",
# AutoGen migration samples
"autogen-agentchat",
"autogen-ext[openai]",
]
docs = [
# Documentation
@@ -175,15 +178,11 @@ omit = [
[tool.pyright]
include = ["agent_framework", "samples"]
exclude = ["**/tests/**", "docs", "**/.venv/**", "samples/semantic-kernel-migration/**", "packages/devui/frontend/**"]
exclude = ["**/tests/**", "docs", "**/.venv/**", "samples/semantic-kernel-migration/**", "samples/autogen-migration/**", "packages/devui/frontend/**"]
typeCheckingMode = "strict"
reportUnnecessaryIsInstance = false
reportMissingTypeStubs = false
[[tool.pyright.executionEnvironments]]
root = "samples/semantic-kernel-migration"
typeCheckingMode = "off"
[tool.mypy]
plugins = ['pydantic.mypy']
strict = true