feat: add a2a server config; agent card generation

This commit is contained in:
Greyson LaLonde
2026-01-14 22:09:11 -05:00
committed by GitHub
parent 9edbf89b68
commit 22f1812824
10 changed files with 1096 additions and 324 deletions

View File

@@ -117,7 +117,7 @@ show_error_codes = true
warn_unused_ignores = true
python_version = "3.12"
exclude = "(?x)(^lib/crewai/src/crewai/cli/templates/ | ^lib/crewai/tests/ | ^lib/crewai-tools/tests/)"
plugins = ["pydantic.mypy", "crewai.mypy"]
plugins = ["pydantic.mypy"]
[tool.bandit]