refactor: pin crewai-a2a version and move a2a tests to standalone package

Pin crewai-a2a to 1.13.0a6 to match workspace versioning convention.
Move all a2a tests and cassettes from lib/crewai to lib/crewai-a2a,
add crewai-a2a to devtools bump tooling, and update pytest/ruff/mypy configs.
This commit is contained in:
Greyson LaLonde
2026-04-02 04:10:13 +08:00
parent 2ada20e9c6
commit bba48ec9df
21 changed files with 401 additions and 44 deletions

View File

@@ -187,6 +187,7 @@ _DEFAULT_WORKSPACE_PACKAGES: Final[list[str]] = [
"crewai",
"crewai-tools",
"crewai-devtools",
"crewai-a2a",
]