CLI
agentskit init
Scaffold a new project — react, ink, runtime, or multi-agent template.
pnpm dlx agentskit init
# or
npm create agentskit@latestInteractive. Picks template + provider + memory backend.
Flags
| Flag | Purpose |
|---|---|
--template <name> | react / ink / runtime / multi-agent |
--provider <name> | openai / anthropic / ollama / ... |
--name <dir> | target directory |
--no-install | skip pnpm install |
Templates
- react — Vite +
@agentskit/react+useChat+ headless components - ink — terminal chat via
@agentskit/ink - runtime — standalone
createRuntimewith ReAct loop - multi-agent — supervisor topology starter