MCPcopy Create free account
hub / github.com/CopilotKit/with-agent-spec / ExplainerTitle

Function ExplainerTitle

src/components/explainer-section.tsx:1–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export 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
13export function ExplainerCards() {
14 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected