Skip to content

feat: add A2UI v0.8 extension for declarative UI generation#4869

Draft
greysonlalonde wants to merge 7 commits intomainfrom
gl/feat/a2ui-extension
Draft

feat: add A2UI v0.8 extension for declarative UI generation#4869
greysonlalonde wants to merge 7 commits intomainfrom
gl/feat/a2ui-extension

Conversation

@greysonlalonde
Copy link
Contributor

Summary

  • Add A2UI v0.8 extension with full standard catalog (18 components), Pydantic models, schema validation, prompt generation, and server/client extensions
  • Add A2UI content type support to A2A utils
  • Add schema conformance tests (57 test cases)
  • Add A2UI extension documentation guide

def test_valid_component_accepted_by_pydantic(
self, name: str, props: dict[str, Any]
) -> None:
import crewai.a2a.extensions.a2ui.catalog as catalog_mod

def test_catalog_required_fields_match(self) -> None:
"""Required fields in the JSON schema match non-optional Pydantic fields."""
import crewai.a2a.extensions.a2ui.catalog as catalog_mod

def test_catalog_fields_match(self) -> None:
"""Field names in JSON schema match Pydantic model aliases."""
import crewai.a2a.extensions.a2ui.catalog as catalog_mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant