As a user, I want some portions of the Bloom UX to be formatted accordingly depending on the use case e.g. the transaction process, my balances, depositing to an address, confirming a plan, etc. so that I can interact more dynamically than a chat session allows.
This could be accomplished by surfacing .html files, components or templates dynamically inside folders (alongside a sibling AGENTS.md file) which prompts the agent to inject / load in that HTML when the user asks for certain requests.
E.g. /wallets/<wallet>/balances.html is a HTML template with simple / repeatable components an agent can use to surface a wallets token balance nicely as a widget in the chat UI
As a user, I want some portions of the Bloom UX to be formatted accordingly depending on the use case e.g. the transaction process, my balances, depositing to an address, confirming a plan, etc. so that I can interact more dynamically than a chat session allows.
This could be accomplished by surfacing
.htmlfiles, components or templates dynamically inside folders (alongside a sibling AGENTS.md file) which prompts the agent to inject / load in that HTML when the user asks for certain requests.E.g.
/wallets/<wallet>/balances.htmlis a HTML template with simple / repeatable components an agent can use to surface a wallets token balance nicely as a widget in the chat UI