-
Notifications
You must be signed in to change notification settings - Fork 55
LCORE-580: Updated documentation that was outdated #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ It is possible to run Lightspeed Core Stack service with Llama Stack "embedded" | |
| 1. Add and install all required dependencies | ||
| ```bash | ||
| uv add \ | ||
| "llama-stack==0.2.17" \ | ||
| "llama-stack==0.2.18" \ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainVersion bump to llama-stack==0.2.18: LGTM; verify repo-wide consistency. Looks good. Please also scan for any lingering 0.2.14–0.2.17 references in docs/examples and confirm 0.2.18 is on PyPI. Run: 🏁 Script executed: #!/bin/bash
set -euo pipefail
echo "Current PyPI version:"
curl -s https://pypi.org/pypi/llama-stack/json | jq -r '.info.version'
echo
echo "Stale version references (expect none):"
rg -nP --glob '!**/dist/**' --glob '!**/build/**' 'llama-stack==0\.2\.(1[0-7]|0?\d)' || true
echo
echo "All pinned occurrences (should mostly be 0.2.18):"
rg -n 'llama-stack=='Length of output: 1003 Bump llama-stack dependency to 0.2.20 across docs and examples. PyPI’s latest llama-stack release is 0.2.20—update every 🤖 Prompt for AI Agents |
||
| "fastapi>=0.115.12" \ | ||
| "opentelemetry-sdk>=1.34.0" \ | ||
| "opentelemetry-exporter-otlp>=1.34.0" \ | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Version bump to llama-stack 0.2.18 looks correct.
Matches the PR goal and is consistent with other updated snippets.
Run to ensure no stale references remain:
🏁 Script executed:
Length of output: 629
Fix stale llama-stack version references
llama-stack==0.2.17(line 7) to0.2.18.llama-stack==0.2.17(line 27) to0.2.18.🤖 Prompt for AI Agents