Initial Exploration

Getting Started

Explore the environment

Use the OpenShift Console Links to quickly navigate around the environment.

  • RHOAI

  • LLamaStack Playground

  • OpenShift

  • ACM

  • ArgoCD

Console Links

Create a workbench

  1. Login to OpenShift AI and select the agent-demo data science project.

    Create Workbench
  2. We are going to Create a workbench using the following parameters:

    Name: agent-tools
    Image Selection: Standard Data Science
    Version: 2025.1 (select the latest version)

    Leave all the other fields as defaults. You should see the Hardware profile auto-selected to use the GPU Accelerator Nvidida L4 (Shared).

    CUDA Workbench

    Select Create workbench.

  3. Once the workbench is running open it in your browser.

Open the first notebook in your workbench

  1. Clone the code into your workbench by using the Terminal and entering:

    git clone https://github.com/redhat-ai-services/etx-agentic-ai.git
    Clone Code
  2. Open up the following notebook in your workspace.

    In this notebook we will help you get started with LLamaStack.