You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: typescript-sdk/packages/cli/README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,43 +2,48 @@
2
2
3
3
CLI tool for scaffolding **Agent-User Interaction (AG-UI) Protocol** applications.
4
4
5
-
`create-ag-ui-app` provides an interactive setup wizard to quickly bootstrap AG-UI projects with your preferred client framework and agent backend. Choose from CopilotKit/Next.js for web apps or CLI clients for terminal-based interactions.
5
+
`create-ag-ui-app` provides an interactive setup wizard to quickly bootstrap AG-UI projects with your preferred client framework and agent backend.
6
6
7
-
## Installation
7
+
Choose from CopilotKit/Next.js for web apps or CLI clients for terminal-based interactions.
8
+
9
+
## Usage
8
10
9
11
```bash
10
-
npm createag-ui-app@latest
11
-
pnpm createag-ui-app@latest
12
-
yarn createag-ui-app
12
+
npx create-ag-ui-app@latest
13
+
pnpx create-ag-ui-app@latest
14
+
bunx create-ag-ui-app@latest
13
15
```
14
16
15
17
## Features
16
18
17
19
- 🎯 **Interactive setup** – Guided prompts for client and framework selection
18
20
- 🌐 **Multiple clients** – CopilotKit/Next.js web apps and CLI clients
19
-
- 🔧 **Framework integration** – Built-in support for LangGraph, CrewAI, Mastra, AG2, and more
21
+
- 🔧 **Framework integration** – Built-in support for LangGraph, CrewAI, Mastra, Agno, LlamaIndex, and more
20
22
- 📦 **Zero config** – Automatically sets up dependencies and project structure
21
23
- ⚡ **Quick start** – Get from idea to running app in minutes
0 commit comments