Skip to content

Release v0.2.34#153

Merged
sauagarwa merged 19 commits into
mainfrom
release/v0.2.34
Mar 11, 2026
Merged

Release v0.2.34#153
sauagarwa merged 19 commits into
mainfrom
release/v0.2.34

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Release v0.2.34

This PR merges changes from dev to main for release v0.2.34.

Checklist

  • All tests passing
  • Documentation updated
  • Breaking changes documented (if any)

After merging, this will automatically:

  • Create git tag v0.2.34
  • Build and push container images

sauagarwa and others added 19 commits February 16, 2026 22:57
…o Makefile

- Add LLM_MODEL parameter to override the model ID via command line
- Auto-derive Helm key from LLM_MODEL when LLM=remote-llm (reserved key
  in llama-stack chart that skips model registration)
- Add INTERACTIVE flag (default: true) to skip interactive prompts for
  HF_TOKEN and TAVILY_API_KEY when set to false
- Update README with remote LLM deployment example and parameter docs

Co-authored-by: Cursor <cursoragent@cursor.com>
Remove the LLM_MODEL parameter and MODEL_KEY auto-derivation logic in
favor of using the LLM key directly. Update help text to add Option 3
for remote LLM deployment with LLM_URL and LLM_API_TOKEN.

Co-authored-by: Cursor <cursoragent@cursor.com>
  - add framework to run conversations against RAG quickstart
    UI and capture the user request, agent response along
    with the RAG results shown in the UI
  - add framework to evaluate captured conversation using
    deep_eval to evaluate the response given "expected"
    RAG results and to evaluate the actual RAG chunks against
    the expected answer and the "expected" RAG results
  - add initial set of conversations for the hr and legal
    databases using the questions suggested in the UI
  - see evaluations/README.md on how to setup and run

Signed-off-by: Michael Dawson <midawson@redhat.com>
…o Makefile

- Add LLM_MODEL parameter to override the model ID via command line
- Auto-derive Helm key from LLM_MODEL when LLM=remote-llm (reserved key
  in llama-stack chart that skips model registration)
- Add INTERACTIVE flag (default: true) to skip interactive prompts for
  HF_TOKEN and TAVILY_API_KEY when set to false
- Update README with remote LLM deployment example and parameter docs

Co-authored-by: Cursor <cursoragent@cursor.com>
Remove the LLM_MODEL parameter and MODEL_KEY auto-derivation logic in
favor of using the LLM key directly. Update help text to add Option 3
for remote LLM deployment with LLM_URL and LLM_API_TOKEN.

Co-authored-by: Cursor <cursoragent@cursor.com>
Bump llama-stack chart and Python package versions, update local deploy VERSION, and tighten agent error logging for failed response creation.

Made-with: Cursor
Add an Argo CD Application manifest for deploying deploy/helm/rag with parameterized namespace and remote LLM/API secret Helm values, and adjust agent request token handling.

Made-with: Cursor
Replace the standalone application manifest with a bootstrap ApplicationSet template that centralizes Helm values, remote LLM parameters, and per-user namespace composition using rag prefix and guid.

Made-with: Cursor
…e-mode

feat: add remote LLM command-line support, and INTERACTIVE flag
Restructure bootstrap values to mirror the RAG chart schema and render them directly through ApplicationSet Helm values without per-field remapping.

Made-with: Cursor
Set bootstrap remotellm.enabled to false so remote endpoint configuration is opt-in by default.

Made-with: Cursor
refactor: align bootstrap values with RAG chart
Relocate the bootstrap chart files from deploy/bootstrap to deploy/helm/bootstrap while preserving the ApplicationSet and values structure used to configure the RAG Helm deployment.

Made-with: Cursor
Configure ApplicationSet sync options to create destination namespaces automatically and explicitly disable llm-service in bootstrap values to avoid unsupported ServingRuntime resources.

Made-with: Cursor
Add configurable GitOps namespace settings and provision ClusterRole/ClusterRoleBinding resources from the bootstrap chart so the Argo CD application controller can create target namespaces and reconcile RAG resources.

Made-with: Cursor
…eploy-helm

refactor: move bootstrap chart under deploy/helm
@sauagarwa sauagarwa merged commit a26e592 into main Mar 11, 2026
@github-actions github-actions Bot deleted the release/v0.2.34 branch March 11, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants