Conversation
…sted mock version of logger class.
…docstring, added tests.
a08415a to
c0bc8f4
Compare
Contributor
Author
|
Excessive number of "formatting" commits was for troubleshooting problem in local pre-commit. Issue was resolved cleaning cache, commands below: |
fernandocorreia-galileo
approved these changes
Jan 26, 2026
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.
User description
(TS SDK Parity Effort) Missing - Streaming Support
[sc-43778] - https://app.shortcut.com/galileo/story/43778/ts-sdk-parity-effort-missing-streaming-support
Description
Obs.: The Galileo Logger PR implemented several features for stream mode support. Current PR reviewed endpoints and prepared shared features the streaming operation of OpenAI and Langchain handlers can use. Future implementations can use and expand these shared functionalities too, the current implementation is limited due to differences on how OpenAI and Langchain work.
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Establishes a foundational streaming architecture by introducing a
BaseStreamingAdapterand specialized utilities for metrics tracking and span finalization. Centralizes error handling and common JSON types to ensure consistency across different LLM provider implementations.BaseStreamingAdapterand metrics tracking components.Modified files (9)
Latest Contributors(2)
ErrorManagerand consolidates core JSON type definitions.Modified files (6)
Latest Contributors(2)