[NET-1387] fix: Force commit inner stream to capture output on stream break - #352
Open
Nithish-KV wants to merge 27 commits into
Open
[NET-1387] fix: Force commit inner stream to capture output on stream break#352Nithish-KV wants to merge 27 commits into
Nithish-KV wants to merge 27 commits into
Conversation
* feat: add opt-in TTL caching for get_prompt Co-authored-by: Cursor <cursoragent@cursor.com> * update doc * remove 0.1.95 changelog * fix: address PR review feedback for get_prompt caching Restore the 0.1.95 changelog entry, bump to 0.1.96, skip cache writes for non-positive TTL, and add shutdown and edge-case tests. Co-authored-by: Cursor <cursoragent@cursor.com> * fix * fix: align instrumentation tests with current APIs and close LiteLLM/FastAPI gaps Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
…328) * feat: add opt-in TTL caching for get_prompt Co-authored-by: Cursor <cursoragent@cursor.com> * update doc * remove 0.1.95 changelog * fix: address PR review feedback for get_prompt caching Restore the 0.1.95 changelog entry, bump to 0.1.96, skip cache writes for non-positive TTL, and add shutdown and edge-case tests. Co-authored-by: Cursor <cursoragent@cursor.com> * fix * fix: align instrumentation tests with current APIs and close LiteLLM/FastAPI gaps Co-authored-by: Cursor <cursoragent@cursor.com> * feat(models): add opt-in TTL caching for get_model_pricing * chore: remove phase-2-spec from models caching commit * docs(models): fix get_model_pricing returns docs and note cache mutation Co-authored-by: Cursor <cursoragent@cursor.com> * NET-1329 simplify cache TTL to module const and per-call override (#329) * NET-1329 simplify cache TTL to module const and per-call override Co-authored-by: Cursor <cursoragent@cursor.com> * test(prompts): assert default cache TTL is prompts-owned constant Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com> * docs: document opt-in TTL caching for get_model_pricing Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
… and user message generation (#334)
… traces (#338) * [NET-1386] feat: Add label on the root span for evaluation/simulation traces * chore: Update changelog with new changes
Co-authored-by: Cursor <cursoragent@cursor.com>
…SessionManager context thread-safe (#337)
…al BE error messages (#346)
…dling for 'set_root_output_stream' (#342)
…nd introduced postscript_failed status (#343)
…ommit on stream early exit
Nithish-KV
force-pushed
the
fix/set-output-stream-break
branch
from
August 3, 2026 08:24
77ad18a to
82d9307
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.
Change
set_root_output_streamto force-commit the inner iterator, ensuring the inner stream output is correctly captured on early stream exitJira
NET-1387