()
| 1 | export function ExplainerTitle() { |
| 2 | return ( |
| 3 | <div className="explainer-title-block"> |
| 4 | <div className="branded-header-title">Portable Agents with Generative UI</div> |
| 5 | <div className="branded-header-subtitle"> |
| 6 | Bring your Agent Spec Agent Configurations to interactive, renderable |
| 7 | UIs, powered by A2UI components over the AGUI Protocol |
| 8 | </div> |
| 9 | </div> |
| 10 | ); |
| 11 | } |
| 12 | |
| 13 | export function ExplainerCards() { |
| 14 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected