Back to Copilotkit

Run And Connect

docs/snippets/integrations/adk/run-and-connect.mdx

1.57.0638 B
Original Source

import { Accordions, Accordion } from "fumadocs-ui/components/accordion";

You'll need to run your agent and connect it to CopilotKit before proceeding.

If you don't already have CopilotKit and your agent connected, choose one of the following options:

<Accordions> <Accordion title="I already have an agent"> You can follow the instructions in the [quickstart](/adk/quickstart) guide. </Accordion> <Accordion title="I want to start from scratch"> Run the following command to create a brand new project with a pre-configured agent:
```bash
npx copilotkit@latest create -f adk
```
</Accordion> </Accordions>