Skip to content

fix: accept a2a agent framework in config - #7137

Open
mikemikimike wants to merge 1 commit into
googleapis:mainfrom
mikemikimike:codex/issue-7097-accept-a2a-framework
Open

fix: accept a2a agent framework in config#7137
mikemikimike wants to merge 1 commit into
googleapis:mainfrom
mikemikimike:codex/issue-7097-accept-a2a-framework

Conversation

@mikemikimike

Copy link
Copy Markdown

Summary

  • accept the supported a2a agent framework in Agent Engine config Literal types
  • keep the Pydantic and TypedDict variants in sync
  • add regression coverage for create, update, and general configs

Closes #7097

Tests

  • pytest -q tests/unit/vertexai/test_genai_types.py
  • ruff check vertexai/_genai/types/common.py tests/unit/vertexai/test_genai_types.py
  • python -m compileall -q vertexai/_genai/types/common.py tests/unit/vertexai/test_genai_types.py

@mikemikimike
mikemikimike requested a review from a team as a code owner September 8, 2026 06:14
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: vertex-ai Issues related to the googleapis/python-aiplatform API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AgentEngineConfig.agent_framework Literal rejects "a2a" — out of sync with _SUPPORTED_AGENT_FRAMEWORKS and the GA A2A template

1 participant