-
Notifications
You must be signed in to change notification settings - Fork 88
LCORE-2282: Upgrade llama-stack to 0.7.0 to fix Vertex AI model name mismatch #1816
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
Closed
Closed
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
fb52d17
LCORE-2282: Upgrade llama-stack to 0.7.0 to fix Vertex AI model name …
anik120 3ed6d16
llama-stack breaking change: Agents API → Responses API
anik120 30c9789
llama-stack breaking change: meta-reference → builtin
anik120 3e94b96
llama-stack breaking change: rag-runtime → file-search
anik120 535ea10
Mount run.yaml in docker-compose for e2e tests
anik120 4209b21
Regenerate OpenAPI schema for llama-stack 0.7.0
anik120 1d69e4a
llama-stack breaking change: tool_groups is now a separate API
anik120 0f9edf5
llama-stack breaking change: conversations is now a separate API
anik120 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: lightspeed-core/lightspeed-stack
Length of output: 203
🏁 Script executed:
Repository: lightspeed-core/lightspeed-stack
Length of output: 172
🏁 Script executed:
Repository: lightspeed-core/lightspeed-stack
Length of output: 3577
Fix conflicting exact pins in
.konflux/requirements-build.txt(autogenerated)The file contains incompatible
==pins for the same packages:hatchling==1.26.3(line 43) andhatchling==1.29.0(line 48)setuptools==78.1.1(line 153) andsetuptools==82.0.1(line 155, “unsafe” section)With two different
==requirements for the same distribution, the requirements input is inherently conflicting (pip can’t satisfy both exact versions), breaking deterministic builds.Also ensure regeneration/compatibility with the actual build Python version, since the header states it was generated with Python 3.13 (lines 2-6).
🤖 Prompt for AI Agents