Skip to content

Commit 2c10c73

Browse files
committed
Match upstream CLI walkthrough literally on 8 framework quickstarts (PDX-111)
1 parent 93a1a5b commit 2c10c73

8 files changed

Lines changed: 58 additions & 34 deletions

File tree

showcase/shell-docs/src/content/docs/integrations/adk/quickstart.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ Before you begin, you'll need the following:
4848
### Run our CLI
4949

5050
```bash
51-
npx copilotkit@latest create -f adk
51+
npx copilotkit@latest create
5252
```
53+
54+
The CLI walks you through:
55+
56+
- **Project name**
57+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard ADK setup.
58+
- **Framework** — pick **ADK** when prompted.
5359
</Step>
5460
<Step>
5561
### Install dependencies

showcase/shell-docs/src/content/docs/integrations/agno/quickstart.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ Before you begin, you'll need the following:
4848
### Run our CLI
4949

5050
```bash
51-
npx copilotkit@latest create -f agno
51+
npx copilotkit@latest create
5252
```
53+
54+
The CLI walks you through:
55+
56+
- **Project name**
57+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard Agno setup.
58+
- **Framework** — pick **Agno** when prompted.
5359
</Step>
5460
<Step>
5561
### Install dependencies

showcase/shell-docs/src/content/docs/integrations/aws-strands/quickstart.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ Before you begin, you'll need the following:
4848
### Run our CLI
4949

5050
```bash
51-
npx copilotkit@latest create -f aws-strands-py
51+
npx copilotkit@latest create
5252
```
53+
54+
The CLI walks you through:
55+
56+
- **Project name**
57+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard AWS Strands setup.
58+
- **Framework** — pick **AWS Strands (Python)** when prompted.
5359
</Step>
5460
<Step>
5561
### Install dependencies

showcase/shell-docs/src/content/docs/integrations/langgraph/quickstart.mdx

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,15 @@ Before you begin, you'll need the following:
4747
<Step>
4848
### Run our CLI
4949

50-
First, we'll use our CLI to create a new project for us. Choose between Python or JavaScript:
50+
```bash
51+
npx copilotkit@latest create
52+
```
5153

52-
<Tabs groupId="language_langgraph_agent" items={['Python', 'JavaScript']} persist>
53-
<Tab value="Python">
54-
```bash
55-
npx copilotkit@latest create -f langgraph-py
56-
```
57-
</Tab>
58-
<Tab value="JavaScript">
59-
```bash
60-
npx copilotkit@latest create -f langgraph-js
61-
```
62-
</Tab>
63-
</Tabs>
54+
The CLI walks you through:
55+
56+
- **Project name**
57+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard LangGraph setup.
58+
- **Framework** — pick **LangGraph (Python)** or **LangGraph (JavaScript)**.
6459
</Step>
6560
<Step>
6661
### Install dependencies

showcase/shell-docs/src/content/docs/integrations/llamaindex/quickstart.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ Before you begin, you'll need the following:
4848
### Run our CLI
4949

5050
```bash
51-
npx copilotkit@latest create -f llamaindex
51+
npx copilotkit@latest create
5252
```
53+
54+
The CLI walks you through:
55+
56+
- **Project name**
57+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard LlamaIndex setup.
58+
- **Framework** — pick **LlamaIndex** when prompted.
5359
</Step>
5460
<Step>
5561
### Install dependencies

showcase/shell-docs/src/content/docs/integrations/mastra/quickstart.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,15 @@ Before you begin, you'll need the following:
4646
<Step>
4747
### Run our CLI
4848

49-
First, we'll use our CLI to create a new project for us.
50-
5149
```bash
52-
npx copilotkit@latest create -f mastra
50+
npx copilotkit@latest create
5351
```
52+
53+
The CLI walks you through:
54+
55+
- **Project name**
56+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard Mastra setup.
57+
- **Framework** — pick **Mastra** when prompted.
5458
</Step>
5559
<Step>
5660
### Install dependencies

showcase/shell-docs/src/content/docs/integrations/microsoft-agent-framework/quickstart.mdx

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,15 @@ Before you begin, you'll need the following:
4646
<Step>
4747
### Run our CLI
4848

49-
First, we'll use our CLI to create a new project for us.
49+
```bash
50+
npx copilotkit@latest create
51+
```
5052

51-
<Tabs groupId="language_microsoft-agent-framework_agent" items={['.NET', 'Python']} persist>
52-
<Tab value=".NET">
53-
```bash
54-
npx copilotkit@latest create -f microsoft-agent-framework-dotnet
55-
```
56-
</Tab>
57-
<Tab value="Python">
58-
```bash
59-
npx copilotkit@latest create -f microsoft-agent-framework-py
60-
```
61-
</Tab>
62-
</Tabs>
53+
The CLI walks you through:
54+
55+
- **Project name**
56+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard Microsoft Agent Framework setup.
57+
- **Framework** — pick **Microsoft Agent Framework (.NET)** or **Microsoft Agent Framework (Python)**.
6358
</Step>
6459
<Step>
6560
### Install dependencies

showcase/shell-docs/src/content/docs/integrations/pydantic-ai/quickstart.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ Before you begin, you'll need the following:
4848
### Run our CLI
4949

5050
```bash
51-
npx copilotkit@latest create -f pydantic-ai
51+
npx copilotkit@latest create
5252
```
53+
54+
The CLI walks you through:
55+
56+
- **Project name**
57+
- **Enterprise Intelligence Platform** — persistent threads, observability, and the inspector. Choose **Yes** to scaffold a project pre-wired for the platform (the CLI walks you through sign-up, or you can [create an account](https://dashboard.operations.copilotkit.ai/?utm_source=docs&utm_medium=cta&utm_campaign=intelligence&utm_content=docs_cli_prompt) first), or **No** for a standard Pydantic AI setup.
58+
- **Framework** — pick **Pydantic AI** when prompted.
5359
</Step>
5460
<Step>
5561
### Install dependencies

0 commit comments

Comments
 (0)