From f6179a9fb20b97e46abeeb2a3174e65db80c495c Mon Sep 17 00:00:00 2001 From: Karl Eklund Date: Mon, 25 Aug 2025 13:34:32 -0400 Subject: [PATCH] rename to quickstart --- README.md | 6 +++--- helm/llama-stack-react/Chart.yaml | 6 +++--- helm/react-agent/Chart.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 13d3f1a..3de985c 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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/ ``` diff --git a/helm/llama-stack-react/Chart.yaml b/helm/llama-stack-react/Chart.yaml index 79e09d2..f7d61c8 100644 --- a/helm/llama-stack-react/Chart.yaml +++ b/helm/llama-stack-react/Chart.yaml @@ -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 @@ -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 diff --git a/helm/react-agent/Chart.yaml b/helm/react-agent/Chart.yaml index 5dfa46f..cb49a8f 100644 --- a/helm/react-agent/Chart.yaml +++ b/helm/react-agent/Chart.yaml @@ -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 \ No newline at end of file