Get started
Install AgentsKitOS, scaffold a workspace, and run your first flow.
AgentsKitOS is split across many packages. You install only the pieces you need.
Pick your entry point
- CLI-first (most common) → Install → Quickstart → CLI reference.
- Library only → install
@agentskit/os-corefor contracts, plus any individual package (@agentskit/os-flow,@agentskit/os-runtime, ...). - Migrating from Langflow / n8n / Dify → see
@agentskit/os-import.
Requirements
- Node.js ≥ 22
- pnpm ≥ 10 (recommended) — npm and yarn also work
- Optional: Docker for the
deploy --target dockerworkflow