ZAIKit
A toolkit for building AI-powered applications with TypeScript
ZAIKit
ZAIKit is a TypeScript toolkit for building AI-powered applications. It provides composable primitives for creating agents, tools, and conversational interfaces.
Packages
- @zaikit/core — Core agent and tool primitives (
createAgent,createTool,model) - @zaikit/react — React bindings (
AgentProvider,useAgent,useAgentChat,useToolRenderer) - @zaikit/memory-postgres — PostgreSQL-backed conversation memory
Getting Started
Head to the Getting Started guide to set up ZAIKit in your project.