Agents Workshop

Project Setup

In this session, we'll build a chat-based AI agent with the AI SDK. The agent will be able to search the web, run commands in a cloud sandbox, and maintain persistent memory across conversations.

Let's start by setting up our project.

Deploy this template.

Deploy with Vercel

Clone the new project's repository locally.

git clone https://github.com/your-username/aie-london-starter.git
cd aie-london-starter

Install the Vercel CLI globally.

npm i -g vercel

Link to your Vercel project.

vercel link

Pull environment variables from Vercel.

vercel env pull

Install dependencies.

pnpm install

Start the development server.

pnpm dev