@dingdayu/vue-copilotkit-core
v0.1.0
Published
Core runtime integration for Vue CopilotKit.
Maintainers
Readme
@dingdayu/vue-copilotkit-core
Core runtime integration for Vue CopilotKit.
Install
pnpm add @dingdayu/vue-copilotkit-coreExports
CopilotKituseCopilotActionuseCopilotReadableuseCopilotChatuseAgentuseAgentContextuseConfigureSuggestionsuseHumanInTheLoop
Basic usage
import { CopilotKit, useCopilotAction, useCopilotReadable } from '@dingdayu/vue-copilotkit-core'Wrap your app with CopilotKit, then expose state and actions through the hooks.
Notes
- Pair this package with
@dingdayu/vue-copilotkit-uiwhen you want prebuilt chat or popup UI. - This repository targets the CopilotKit v2 single-route runtime protocol.
