A2UI
A2UI copied to clipboard
HI, mermaid graphs (defined by ```mermaid in the spec files are currently not rendered (they stay as garbaged text) because the mermaid2 plugin is commented out. This PR reintroduces the...
Hi, Logo for A2UI doesn't display correctly in specification page. This PR tries to fix it for 0.9 in light mode. Please, validate this change (without merging) and I am...
Many of the standard components will need to have accessibility information provide with them in order to expose UX's that can be used by everyone. This spans the gamut from...
I am seeing the below traceback upon running ``` cd samples/client/lit/shell npm install npm run dev ``` ``` > @a2ui/[email protected] dev > npm run serve --watch npm warn Unknown cli...
## Summary Upgrade GitHub Actions to their latest versions to ensure compatibility with Node 24, as Node 20 will reach end-of-life in April 2026. ## Changes | Action | Old...
Since I, in parallel, worked on a (much smaller) project that also returns agent-generated UI specs based on user prompts, I want to state the following proposal for discussion (and...
# Add Motia-Based A2UI Protocol Server ## Description This PR adds a **production-ready A2UI protocol server** implemented using [Motia](https://motia.dev), an open-source event-driven backend framework. ### What's Included - ✅ Complete...
I'm getting an issue like this: ``` (cd a2a_agents/python/adk/samples/restaurant_finder/; uv run .) × Failed to build `a2ui-restaurant-finder @ │ file:///Users/jsimionato/development/A2UI/a2a_agents/python/adk/samples/restaurant_finder` ├─▶ Failed to resolve requirements from `build-system.requires` ├─▶ No solution...
## Summary I'd like to propose adding a **Motia-based server implementation** for A2UI that provides production-ready infrastructure for the protocol. This complements the existing client renderers with a standardized server-side...