For agents
@agentskit/vue — for agents
Vue 3 composable + ChatContainer component.
Install
npm install @agentskit/vue
# peer:
npm install vuePrimary exports
useChat(config): ChatReturn— Vue 3 composable, reactive viareactive()+ auto-cleanup on scope dispose.<ChatContainer :config="...">— headless container usingdata-ak-*attributes.
Minimal example
import { useChat } from '@agentskit/vue'
const chat = useChat({ adapter })
// chat.messages, chat.input are reactive
// chat.send(text), chat.setInput(value), etc.Related frameworks
- @agentskit/react — canonical contract.
- @agentskit/svelte, @agentskit/solid, @agentskit/angular.