forked from CopilotKit/CopilotKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patha2a.ts
More file actions
28 lines (26 loc) · 1.12 KB
/
Copy patha2a.ts
File metadata and controls
28 lines (26 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// @generated by scripts/extract-framework-overviews.ts — do not edit by hand.
import type { FrameworkOverviewData } from "./types";
const data: FrameworkOverviewData = {
slug: "a2a",
frameworkName: "A2A",
iconKey: "a2a",
header: "Bring your A2A agents to your users",
subheader:
"Give your A2A agents real user-interactivity using CopilotKit and AG-UI. Build rich, interactive, agent-powered applications.",
guideLink: "/a2a/quickstart",
initCommand: "git clone https://github.com/copilotkit-ai/with-a2a-a2ui.git",
featuresLink: "https://feature-viewer.copilotkit.ai/a2a/feature/a2ui",
supportedFeatures: [
{
title: "Declarative UI (A2UI)",
description:
"Render your agent's state, progress, outputs, and tool calls with custom UI components in real-time. Bridges the gap between AI agents and user interfaces.",
documentationLink: "/a2a/generative-ui",
demoLink: "https://feature-viewer.copilotkit.ai/a2a/feature/a2ui",
},
],
architectureImage:
"https://cdn.copilotkit.ai/docs/copilotkit/images/generic-agui-architecture.png",
liveDemos: [],
};
export default data;