Agentic UI
Shared State (Tandem)
Where actions let the agent perform tasks, Shared State gives the agent eyes and hands inside your application. It creates a two-way sync between your app’s UI state, such as a form or a settings panel, and the agent: the agent reads the current state of your UI in real time and writes changes back to it.
That makes the conversation and the screen one surface rather than two. The user can fill part of a form and ask the agent to finish it, or ask for a change and watch the panel update as it happens.
Related
Section titled “Related”- Shared State (Tandem): the model and the API.
- React meeting form and React filter panel: worked examples.
- Backbone and Vanilla JS: the same pattern without React.