Quick start

Getting Started

Copy page

Get started with Inkeep's multi-agent framework locally

Optional: Install pnpm

If you don't have pnpm yet, use Corepack:

Tip
Tip

Prerequisites: Make sure you have Node.js 22+ installed (Latest LTS) for compatibility with PNPM 10 and our agent framework.

Step 1: Create a new agents project

npx @inkeep/create-agents my-agent-directory
cd my-agent-directory

If used corepack for installing pnpm:

corepack use pnpm@latest-10  # pins pnpm version in package.json

Step 2: Start the development server

pnpm dev

Step 3: Install the Inkeep CLI

pnpm install -g @inkeep/agents-cli

Step 4: Push your first agent graph

cd src/my-project
inkeep push weather.graph.ts

Step 5: Start the dashboard server

inkeep dev

Step 6: Chat with your agent

Go to the project you created, and click into the weather graph. Then click the "Try It" button to begin a conversation with your agent.