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

Function ExplainerCards

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

Source from the content-addressed store, hash-verified

11}
12
13export function ExplainerCards() {
14 return (
15 <div className="explainer-section">
16 <p className="explainer-headline">
17 Built with Agent Spec, CopilotKit AG-UI, and A2UI
18 </p>
19
20 <div className="explainer-cards">
21 <div className="explainer-card">
22 <div className="explainer-card-icon explainer-card-icon--lilac">
23 <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
24 <path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z" />
25 <polyline points="14 2 14 8 20 8" />
26 <line x1="16" y1="13" x2="8" y2="13" />
27 <line x1="16" y1="17" x2="8" y2="17" />
28 <polyline points="10 9 9 9 8 9" />
29 </svg>
30 </div>
31 <div className="explainer-card-title">Open Agent Specification (Agent Spec)</div>
32 <p className="explainer-card-desc">
33 Define agent behavior and workflows once, run them across compatible runtimes.
34 </p>
35 </div>
36
37 <div className="explainer-card">
38 <div className="explainer-card-icon explainer-card-icon--mixed">
39 <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
40 <polyline points="16 18 22 12 16 6" />
41 <polyline points="8 6 2 12 8 18" />
42 <line x1="14" y1="4" x2="10" y2="20" />
43 </svg>
44 </div>
45 <div className="explainer-card-title">AG-UI (CopilotKit)</div>
46 <p className="explainer-card-desc">
47 Standardize the live, tool-aware interaction stream between an agent run and an application.
48 </p>
49 </div>
50
51 <div className="explainer-card">
52 <div className="explainer-card-icon explainer-card-icon--mint">
53 <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
54 <rect x="3" y="3" width="7" height="7" rx="1" />
55 <rect x="14" y="3" width="7" height="7" rx="1" />
56 <rect x="3" y="14" width="7" height="7" rx="1" />
57 <rect x="14" y="14" width="7" height="7" rx="1" />
58 </svg>
59 </div>
60 <div className="explainer-card-title">A2UI (Google)</div>
61 <p className="explainer-card-desc">
62 Let agents propose safe, declarative UI surfaces that applications can render natively.
63 </p>
64 </div>
65 </div>
66 </div>
67 );
68}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected