Get started

Upgrading

Copy page

Upgrade the Inkeep Agent Framework

Overview

The Inkeep Agent Framework is composed of several npm packages:

Upgrading the quickstart template

If you used the npx @inkeep/create-agents CLI command to create your workspace, run the following command from the workspace root:

pnpm upgrade-agents

This will update all the packages to the latest version and migrate your database schema to the latest version.

Upgrading the Agent CLI

If you installed the @inkeep/agents-cli package globally, you can upgrade it to the latest version by running the following command:

inkeep update