Getting started
Get started
Get started
AgentsKit Chat 0.4.0 lets one framework-neutral definition run through a
native renderer. Start with the CLI or select a framework guide.
pnpm dlx @agentskit/chat-cli@0.4.0 init my-chat --renderer react --yes
cd my-chat
pnpm install
pnpm test
The CLI supports react, react-native, ink, vue, svelte, solid, and
angular. It creates a shared definition, Web-standard handler, native shell,
test, and architecture note without copying an AgentsKit runtime.
Renderer quick starts
Continue with the API reference, deployment modes, and compatibility matrix.