mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user