AgentsKit Chat Alpha
Examples

DOM renderer parity examples

View canonical Markdown

DOM renderer parity examples

React, Vue, Svelte, and Solid each host the same framework-neutral definitions from @agentskit/chat-example-shared. App packages own only native bootstrapping, theming chrome, and query-parameter routing.

AppPackageDevProof
React@agentskit/chat-example-reactpnpm --filter @agentskit/chat-example-react devPlaywright project react
Vue@agentskit/chat-example-vuepnpm --filter @agentskit/chat-example-vue devPlaywright project vue
Svelte@agentskit/chat-example-sveltepnpm --filter @agentskit/chat-example-svelte devpackage + app build
Solid@agentskit/chat-example-solidpnpm --filter @agentskit/chat-example-solid devpackage + app build

Query parameters (all DOM examples):

QueryReference
(default)Support
?reference=onboardingOnboarding
?reference=operationsOperations
?reference=operations-unauthorizedUnauthorized operations denial
?reference=ragCited RAG

Angular remains covered by the package conformance and agent-chat suite under packages/angular. A full Angular example app is deferred to keep the monorepo build free of an application-level Angular CLI graph; the shell package is still part of the release matrix.

Ink and React Native keep their dedicated proof apps (@agentskit/chat-example-ink, @agentskit/chat-example-react-native).