-
Notifications
You must be signed in to change notification settings - Fork 54
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
Ted/streaming addons #573
Open
eob
wants to merge
7
commits into
main
Choose a base branch
from
ted/streaming-addons
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ted/streaming addons #573
Commits on Sep 15, 2023
-
feat(streaming): proof of concept for streaming agentservice execution
This PR presents a series of changes that should support a way to stream response information back to a client via an AgentService. In order to achieve the streaming result, a new method on the AgentService is exposed: `async_prompt`. This new method returns a new `StreamingResponse` that has two fields: `task` and `file`. These fields provide access to (a) the async task that will be streaming results and (b) a file (here the `ChatHistory` file) to which all status messages and assistant interactions will be saved. This PR relies on a full deployment of steamship-core/gpt4#10 to the target environment for testing / validation.
Douglas Reid committedSep 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 7cc7a7f - Browse repository at this point
Copy the full SHA 7cc7a7fView commit details
Commits on Sep 25, 2023
-
Douglas Reid committed
Sep 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 91bfebe - Browse repository at this point
Copy the full SHA 91bfebeView commit details -
Douglas Reid committed
Sep 25, 2023 Configuration menu - View commit details
-
Copy full SHA for e8a9f8d - Browse repository at this point
Copy the full SHA e8a9f8dView commit details -
Merge branch 'doug/streaming-with-client-side-request-id-tagging' of …
…github.com:steamship-core/python-client into doug/streaming-with-client-side-request-id-tagging
Configuration menu - View commit details
-
Copy full SHA for 6b3287d - Browse repository at this point
Copy the full SHA 6b3287dView commit details
Commits on Sep 26, 2023
-
full test with in-flight streaming
Douglas Reid committedSep 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 832eb1f - Browse repository at this point
Copy the full SHA 832eb1fView commit details
Commits on Sep 28, 2023
-
Merge branch 'doug/streaming-with-client-side-request-id-tagging' of …
…github.com:steamship-core/python-client into doug/streaming-with-client-side-request-id-tagging
Configuration menu - View commit details
-
Copy full SHA for c3267d4 - Browse repository at this point
Copy the full SHA c3267d4View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6dc221d - Browse repository at this point
Copy the full SHA 6dc221dView commit details
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.