-
Notifications
You must be signed in to change notification settings - Fork 538
(Prototype) Multi-Agent AI UI Designer #774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Full Video Demo can be seen here. AI_UI_DESIGNER_PROTO.mp4 |
9800282
to
aa850b1
Compare
Hey @synapsecode, Since the UI Generation only considers the Response Body it would make more sense to place the I was able to successfully generate the UI output 2/5 times and I believe that can be improved by tuning the prompts?
|
Hi Ragul, apologies for the delayed response.
so with some good prompt engineering + adding relevant examples and correct validation logic, the success rate should definitely improve Lastly, I looked up 503 issue on Gemini., that is something coming from server side gemini itself. "service unavailable" or "overloaded". Will add better error handling into the prototype so that the user is not confused expect an updated POC by late EOD |
I have improved the POC and addressed the above points.
Screen.Recording.2025-05-04.at.3.56.29.AM.mov
Screen.Recording.2025-05-04.at.3.52.26.AM.mp4I have pushed the latest code to the same PR |
PR Description
Hi, I have implemented the very early version of what I claimed I will do in my Proposal.
This Prototype PR demonstrates the following critical features that I have integrated into the APIDash Application itself:
Will try to prototype Tool generation too in the coming days.
This is an early version. The working Providers as of now are ollama and gemini. Ollama works but I need to add extra validators to prevent faulty generations (out of scope for this prototype). Gemini is working quite well.
I am excited to see improve and make this thing production ready in my GSoC period!
Related Issues
Prototype for Idea in: #617
Checklist
main
branch before making this PRflutter upgrade
and verify)flutter test
) and all tests are passingAdded/updated tests?
We encourage you to add relevant test cases.
OS on which you have developed and tested the feature?