mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
b2f1eb79b1
## Vue quick start guide Adds a minimal getting-started guide for `@copilotkit/vue` under **Platforms**, matching the existing React Native guide. It connects a Vue app directly to an AG-UI agent with `HttpAgent`, so there is no runtime to stand up and nothing framework-specific to configure. The same setup works with any AG-UI agent, and agent-side setup links out to Integrations. ### New page   ### Changes - `showcase/shell-docs/src/content/docs/vue.mdx` (new): five steps from `npm create vue` to a working chat connected to an agent, plus a troubleshooting accordion and next-steps links. - `meta.json`: adds `vue` to the Platforms nav after `react-native`. ### Verification - `pnpm build` of shell-docs passes: TypeScript clean, all static pages generated, no errors. - Built a throwaway Vue app from this guide verbatim. `vite build` and `vue-tsc` resolve every import from `@copilotkit/vue/v2` (installed via the published `@copilotkit/vue`), the chat renders, and a message round-trips to a local AG-UI agent and streams back.