Skip to content
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
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Ted/streaming addons #573

wants to merge 7 commits into from

Conversation

eob
Copy link
Contributor

@eob eob commented Oct 5, 2023

@douglas-reid going to add some cli things that build on your branch.

Douglas Reid and others added 7 commits September 15, 2023 16:41
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.
…github.com:steamship-core/python-client into doug/streaming-with-client-side-request-id-tagging
…github.com:steamship-core/python-client into doug/streaming-with-client-side-request-id-tagging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant