Back to Copilotkit

Run And Connect

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

1.57.0689 B
Original Source

import { Tabs, Tab } from "fumadocs-ui/components/tabs"; 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](/agno/quickstart) guide. </Accordion> <Accordion title="I want to start from scratch"> Run the following command to clone a brand new project with a pre-configured agent:
```bash
npx copilotkit create -f agno
```
</Accordion> </Accordions>