agentskit.js
CLI

agentskit init

Scaffold a new project — react, ink, runtime, or multi-agent template.

pnpm dlx agentskit init
# or
npm create agentskit@latest

Interactive. Picks template + provider + memory backend.

Flags

FlagPurpose
--template <name>react / ink / runtime / multi-agent
--provider <name>openai / anthropic / ollama / ...
--name <dir>target directory
--no-installskip pnpm install

Templates

  • react — Vite + @agentskit/react + useChat + headless components
  • ink — terminal chat via @agentskit/ink
  • runtime — standalone createRuntime with ReAct loop
  • multi-agent — supervisor topology starter
✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page