Back to Copilotkit

Run And Connect

docs/snippets/integrations/microsoft-agent-framework/run-and-connect.mdx

1.57.0746 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](/microsoft-agent-framework/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 microsoft-agent-framework-dotnet
```
</Accordion> </Accordions>