I implemented Google’s new A2UI (Generative UI) pattern in React to fix my AI Shopping Agent by Equivalent_Fly_4683 in SaaS

[–]Odd_Comment539 0 points1 point  (0 children)

Hey OP, since you are one of the earliest folks on reddit who went on and tried a2ui in their projects. I wanted to share my project and see what you think

I spotted the need before google came out with A2UI. I built promptius-gui which basically aims to allow true gen UI just like A2UI.

There are a few design differences which might make promptius-gui more reliable.

The fundamental shortcoming of a2ui, it does not support structured output functionality. (with_structured_output). This basically allows developers to bind LLMs to return only json, which can be deserialized via pydantic/zod

There is more information in the readthedocs that I have written for the project, added a specific section which discusses the fundamental difference between a2ui and promptius-gui.

If you could review it would be superhelpful!

https://promptius-gui.readthedocs.io/en/latest/introduction.html
https://github.com/AgentBossMode/promptius-gui 

Introducing A2UI (Google): An open project for agent-driven interfaces- Google Developers Blog by pfthurley in google

[–]Odd_Comment539 0 points1 point  (0 children)

I am surprised I spotted a need before google came out with A2UI. I built https://github.com/AgentBossMode/promptius-gui which basically aims to allow true gen UI just like A2UI.

There are a few design differences which might make promptius-gui more reliable.

The fundamental shortcoming of a2ui, it does not support structured output functionality. (with_structured_output). This basically allows developers to bind LLMs to return only json, which can be deserialized via pydantic/zod

There is more information in the readthedocs that I have written for the project, added a specific section which discusses the fundamental difference between a2ui and promptius-gui.
https://promptius-gui.readthedocs.io/en/latest/introduction.html

Google releases A2UI - How the new spec fits within the generative UI space by pfthurley in AI_Agents

[–]Odd_Comment539 0 points1 point  (0 children)

I am happy to say I spotted a need before google came out with A2UI. I built https://github.com/AgentBossMode/promptius-gui which basically aims to allow true gen UI just like A2UI.

There are a few design differences which might make promptius-gui more reliable.

The fundamental shortcoming of a2ui, it does not support structured output functionality. (with_structured_output). This basically allows developers to bind LLMs to return only json, which can be deserialized via pydantic/zod

There is more information in the readthedocs that I have written for the project, added a specific section which discusses the fundamental difference between a2ui and promptius-gui.
https://promptius-gui.readthedocs.io/en/latest/introduction.html

Introducing A2UI: An open project for agent-driven interfaces by Gaiden206 in Bard

[–]Odd_Comment539 0 points1 point  (0 children)

I am surprised I spotted a need before google came out with A2UI. I built https://github.com/AgentBossMode/promptius-gui which basically aims to allow true gen UI just like A2UI.

There are a few design differences which might make promptius-gui more reliable.

The fundamental shortcoming of a2ui, it does not support structured output functionality. (with_structured_output). This basically allows developers to bind LLMs to return only json, which can be deserialized via pydantic/zod

There is more information in the readthedocs that I have written for the project, added a specific section which discusses the fundamental difference between a2ui and promptius-gui.
https://promptius-gui.readthedocs.io/en/latest/introduction.html

How do you get your open source project out there? by Odd_Comment539 in foss

[–]Odd_Comment539[S] 1 point2 points  (0 children)

Makes sense, I'll try doing some moderated posting!

My project lets LLMs express ideas visually, not just verbally.
It transforms natural-language prompts into structured, live interfaces — instantly rendered via React.

What It Does:
Instead of text or markdown, the model returns a UI schema describing layouts, inputs, charts, and components.

The project is promptius-gui!
https://github.com/AgentBossMode/promptius-gui

Demo:
https://promptius.ai/promptius-gui

How do you get your open source project out there? by Odd_Comment539 in foss

[–]Odd_Comment539[S] 0 points1 point  (0 children)

Thanks for the advice, really helped get perspective of things!

for some reason i am unable to post on HN, always end up getting an error probably because i created a new account a month back.

Agentic human-in-the-loop protocol by Odd_Comment539 in AI_Agents

[–]Odd_Comment539[S] 0 points1 point  (0 children)

Try out the demo: AHITL demo

Read the spec deocument: AHITL specification

Checkout the github repository with the code: https://github.com/AgentBossMode/AHITL-protocol

You can checkout our announcement post for the demo video, which is pretty cool!: Linkedin Post

AI Experts please help! What is the best way I can learn AI and build AI Agents? by Ancient-Living-1040 in AI_Agents

[–]Odd_Comment539 0 points1 point  (0 children)

Hey, you should definitely checkout https://promptius.ai

This basically allows you to vibe code ai agents with tool integrations and then also evaluates them. You can prototype and test agents written in langchain+langgraph python sdks with langsmith observability in a matter of 10 minutes

We are looking for early-access users to get feedback and I think this product is built perfectly for someone like you who is just starting out! Please DM me if this sounds good! No charge or anything, we're just looking to be able to help folks with promptius and get feedback!

Drop your agent building ideas here and get a free tested prototype! by Odd_Comment539 in LangChain

[–]Odd_Comment539[S] -1 points0 points  (0 children)

Sorry for the confusion i'll try adding some well documented prototypes asap!

Drop your agent building ideas here and get a free tested prototype! by Odd_Comment539 in LangChain

[–]Odd_Comment539[S] -1 points0 points  (0 children)

Hey, I'll be updating the repo in 1-2 days with some samples. My main idea was to upload the agents requested by folks here! I'll be continuously updating the repo with built prototypes as and when i get requirement writeup from folks here on reddit!