Real-world Integration: A2UI + Google ADK for AI Technical Interviewer #390
VIKAS9793
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
For another approach to bridging (using A2A + AG-UI in addition to ADK), see https://github.com/CopilotKit/with-a2a-a2ui |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
I recently integrated A2UI with Google's Agent Development Kit (ADK) to build an AI Technical Interviewer application. I wanted to share my experience and provide feedback that might help the A2UI team and community.
What I Built
AI Technical Interviewer v4.7.1 - A multi-agent system for conducting technical interviews, now with a beautiful A2UI frontend.
Architecture
A2UI Frontend (Lit) ← A2A Protocol → Bridge Server ← REST/SSE → ADK Backend (Gemini)
Since ADK uses REST/SSE and A2UI uses A2A (JSON-RPC 2.0), I built a protocol bridge to translate between them.
What Worked Well ✅
Challenges Encountered 🔧
1. Protocol Mismatch with ADK
2. Windows Development
npm run devfailed due towireitusing Linux shell commandsnpx vite devdirectly3. SSE Response Parsing
Suggestions for Improvement 💡
Resources
Thank You
A2UI is a promising project that enables beautiful agent UIs. Looking forward to seeing it evolve to v1.0!
Happy to answer any questions about the integration experience.
Vikas Sahani
Building with Google ADK, A2UI, and Gemini
Beta Was this translation helpful? Give feedback.
All reactions