feat: Migrate from llamastack to OGX 0.5.2#4
Open
gurvinder wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate from llamastack to OGX 0.5.2
The
llamastack/distribution-remote-vllmDocker image was archived as part of the Llama Stack → OGX rename. This PR migrates the entire deployment to useogxai/distribution-starter:0.5.2.Changes
Helm Charts
llamastack/distribution-remote-vllm:0.2.12toogxai/distribution-starter:0.5.2storagesection,registered_resources, new provider config format, removed deprecatedtelemetryAPI)--yaml-configCLI args withRUN_CONFIG_PATHandCLI_NAME=llamaenv vars (new entrypoint format)VLLM_API_TOKENenv var passthrough for LiteLLM-proxied endpointshttp://llama-stack:80(matching the K8s service port)React Agent (Streamlit UI)
ubi9/python-311toubi9/python-312(required byllama-stack-client>=0.5.0)llama-stack-client>=0.5.0,<0.6.0(0.6.0+ removes the agents API)model.id(replacesmodel.identifier/model.model_type)"mcp::hr-api-tools") to dict ({"type": "mcp", "server_label": ..., "server_url": ...})response_formatandsampling_paramskwargs fromReActAgentchunk.event.delta.text/chunk.event.final_text)thoughtfield from the agent's JSON responseOther
quay.io/rh-ai-quickstart/llama-stack-react