# AG-UI Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/ag-ui
> Markdown URL: https://aitinkerers.org/technologies/ag-ui.md
> Technology record last updated: 2026-09-18T15:13:55Z
> Generated: 2026-09-21T04:44:25Z

AG-UI (Agent-User Interaction Protocol) is the open, lightweight standard for streaming real-time, bi-directional JSON events between any AI agent backend and a user-facing frontend.

AG-UI is the Agent-User Interaction Protocol: a standardized, event-based layer that solves the 'last mile' problem for AI agents. It operates over standard web transports like HTTP and Server-Sent Events (SSE), streaming a single, ordered sequence of JSON events—specifically, messages, tool calls, and state patches—to maintain perfect real-time synchronization between your agent and the UI . This open protocol eliminates the need for custom WebSocket formats or ad-hoc integrations, ensuring backend flexibility: you can swap between models like OpenAI, Ollama, or LangGraph without touching the frontend . Implementations are available via TypeScript and Python SDKs, making it the definitive contract for building reliable, production-ready agentic applications .

- Official technology site: https://ag-ui.com
- Public AI Tinkerers demos and talks: 4
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Playing with Multi-agent User Interfaces](https://nyc.aitinkerers.org/talks/rsvp_eRYOqSoiYFo)

I've been playing around with multi-agent systems, how they fit in to using multiple frameworks and what various pieces of UI could look like with it.

- Event context: November Demo Day ft. Google Cloud and CopilotKit — 2025-11-17 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_eRYOqSoiYFo

### [AG-UI + Ragas for Evals](https://sf.aitinkerers.org/talks/rsvp_ka1abEJdLQY)

There are numerous examples in the Ragas documentation and Github showing how to integrate directly with various agentic frameworks, but they all involve directly invoking the agents through their respective APIs. This demo will show how AG-UI can be used as a more generic integration mechanism, communicating with any AG-UI-compatible agent over HTTP instead, opening up additional frameworks (e.g., ADK) as well as test scenarios (e.g., easily running the same datasets across a wider variety of agents).

- Event context: Evals are Over - Evals are Back - AI in Prod @ Okta — 2025-10-31 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_ka1abEJdLQY

### [Pydantic with MCP](https://sf.aitinkerers.org/talks/rsvp_nbaXvVUdGlQ)

demo by Samuel Colvin of Pydantic

- Event context: Protocol Demo Night at WorkOS (MCP, A2A, AG-UI) — 2025-10-10 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_nbaXvVUdGlQ

### [A2A&lt;&gt;AG-UI&lt;&gt;MCP](https://sf.aitinkerers.org/talks/rsvp_1Sxrp1U1rbo)

Demo which highlights how all three protocols can be connected

- Event context: Protocol Demo Night at WorkOS (MCP, A2A, AG-UI) — 2025-10-10 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_1Sxrp1U1rbo

## Related Technologies

- [MCP](https://aitinkerers.org/technologies/mcp) ([Markdown](https://aitinkerers.org/technologies/mcp.md)) — 129 public demos
- [A2A](https://aitinkerers.org/technologies/a2a) ([Markdown](https://aitinkerers.org/technologies/a2a.md)) — 7 public demos
- [ADK](https://aitinkerers.org/technologies/adk) ([Markdown](https://aitinkerers.org/technologies/adk.md)) — 5 public demos
- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 214 public demos
- [CopilotKit](https://aitinkerers.org/technologies/copilotkit) ([Markdown](https://aitinkerers.org/technologies/copilotkit.md)) — 8 public demos
- [CopilotKit V2](https://aitinkerers.org/technologies/copilotkit-v2) ([Markdown](https://aitinkerers.org/technologies/copilotkit-v2.md)) — 1 public demo
- [LangGraph](https://aitinkerers.org/technologies/langgraph) ([Markdown](https://aitinkerers.org/technologies/langgraph.md)) — 67 public demos
- [Next](https://aitinkerers.org/technologies/next) ([Markdown](https://aitinkerers.org/technologies/next.md)) — 186 public demos
- [Pydantic AI](https://aitinkerers.org/technologies/pydantic-ai) ([Markdown](https://aitinkerers.org/technologies/pydantic-ai.md)) — 7 public demos
- [PydanticAI](https://aitinkerers.org/technologies/pydanticai) ([Markdown](https://aitinkerers.org/technologies/pydanticai.md)) — 8 public demos
- [Ragas](https://aitinkerers.org/technologies/ragas) ([Markdown](https://aitinkerers.org/technologies/ragas.md)) — 2 public demos
- [Sonnet](https://aitinkerers.org/technologies/sonnet) ([Markdown](https://aitinkerers.org/technologies/sonnet.md)) — 25 public demos
