Quick Start

Copy page

Get started with Inkeep's multi-agent framework locally

Step 1: Create a new agents project

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

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.