Review the project scope¶
In this tutorial, we’ll create an AI agent for a sample web app. The app displays data about cloud infrastructure objects, such as VMs, buckets and services, retrieved from a Google Firebase database.
The AI agent will be embedded directly into the app, enabling it to:
Answer questions using:
Static data from web-based documentation
Dynamic data from the database
Present information in various formats and media types
Provide actionable links for navigating between app pages and sections
Run the sample app¶
To obtain and run the sample app for which the AI agent is built throughout this tutorial:
Download and install Node.js on your machine.
Install the Angular CLI on your machine:
npm install -g @angular/cli
Download the sample app archive.
Extract the app content to a folder on your machine.
In the app folder, in the Terminal, run the following command to install the app dependencies:
npm install
In the Terminal, run the following command to start the app:
ng serve --open
Navigate between VMs, Buckets and Services tabs to review available infrastructure objects.