Drop-in React UI for AI agents. Add a full-featured streaming chat interface with tool calls, canvas panel, and customization in under 5 minutes.
npm install agentkit-ui→ Full documentation and API reference
agentkit/
├── packages/ui/ @agentkit/ui — the npm SDK
└── apps/demo/ Next.js demo app
# Install dependencies
pnpm install
# Build the SDK
cd packages/ui && pnpm build
# Run the demo
cd apps/demo && pnpm devOpen http://localhost:3000 to see the demo.
MIT © Vamshidhar Parupally