Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Llama Stack with ReACT Agent

Welcome to the Llama Stack with ReACT Agent Kickstart!
Welcome to the Llama Stack with ReACT Agent Quickstart!

Use this to quickly deploy Llama 3.2-3B or Llama 4 Scout on vLLM with Llama Stack and ReACT agents in your OpenShift AI environment.

Expand Down Expand Up @@ -32,7 +32,7 @@ To see how it's done, jump straight to [installation](#install).

## Description

This kickstart provides a complete setup for deploying:
This quickstart provides a complete setup for deploying:
- Llama 3.2-3B or Llama 4 Scout model using vLLM on OpenShift AI
- Llama Stack for ReACT agent-based interactions
- ReACT Agent implementation with reasoning and tool execution capabilities
Expand Down Expand Up @@ -165,7 +165,7 @@ All components are deployed using Helm charts located in the `helm/` directory:
### Clone the repository

```bash
git clone https://github.com/rh-ai-kickstart/llama-stack-react-agent.git && \
git clone https://github.com/rh-ai-quickstart/llama-stack-react-agent.git && \
cd llama-stack-react-agent/
```

Expand Down
6 changes: 3 additions & 3 deletions helm/llama-stack-react/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords:
- hr-api
- vllm
- reasoning
home: https://github.com/rh-ai-kickstart/llama-stack-react-agent
home: https://github.com/rh-ai-quickstart/llama-stack-react-agent
sources:
- https://github.com/rh-ai-kickstart/llama-stack-react-agent
- https://github.com/rh-ai-quickstart/llama-stack-react-agent
maintainers:
- name: Red Hat AI Services
email: ai-services@redhat.com
Expand All @@ -22,7 +22,7 @@ annotations:
openshift.io/display-name: "Llama Stack with ReACT Agent"
openshift.io/provider-display-name: "Red Hat AI Services"
openshift.io/documentation-url: "https://rh-aiservices-bu.github.io/llama-stack-tutorial/"
openshift.io/support-url: "https://github.com/rh-ai-kickstart/llama-stack-react-agent/issues"
openshift.io/support-url: "https://github.com/rh-ai-quickstart/llama-stack-react-agent/issues"

dependencies:
- name: llama3-2-3b
Expand Down
4 changes: 2 additions & 2 deletions helm/react-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ keywords:
- ai
- hr
- reasoning
home: https://github.com/rh-ai-kickstart/llama-stack-react-agent
home: https://github.com/rh-ai-quickstart/llama-stack-react-agent
sources:
- https://github.com/rh-ai-kickstart/llama-stack-react-agent
- https://github.com/rh-ai-quickstart/llama-stack-react-agent
maintainers:
- name: Red Hat AI Services
email: ai-services@redhat.com