feat(pi): add validated MLflow OSS streaming - #449
Draft
dgokeeffe wants to merge 4 commits into
Draft
Conversation
This was referenced Sep 2, 2026
dgokeeffe
force-pushed
the
pr/pi-oss-sse
branch
from
September 2, 2026 10:24
5ac7937 to
4d79d73
Compare
dgokeeffe
force-pushed
the
pr/pi-oss-sse
branch
from
September 2, 2026 11:00
4d79d73 to
dcd0a73
Compare
dgokeeffe
force-pushed
the
pr/pi-oss-sse
branch
from
September 2, 2026 12:46
dcd0a73 to
98cde76
Compare
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.
Summary
SIGTERMandSIGHUPWhy
Pi could not reliably use coding-oriented OSS models through AI Gateway. Some backends omit the terminal stream fields Pi expects, and an interrupted session could leave the persisted model configuration pointing at a dead loopback port. This adds the compatibility layer with bounded lifecycle and policy handling.
Stack
PR D of five. Depends on PR C (
pr/capability-discovery). It is opened as a draft until A, B and C land; the isolated review delta is763fa3e..5ac7937.D and E are siblings and can be reviewed or landed independently once C is available.
Validation
ty check srcandgit diff --checkpassedsystem.ai.deepseek-v4-pro-0813mainResidual risk
An uncatchable
SIGKILLor power loss can still interrupt cleanup. A subsequent Pi launch repairs a stale loopback URL before starting a new proxy.