[WIP] Streaming responses#545
Draft
julien-nc wants to merge 13 commits into
Draft
Conversation
…e task is running and has outputs Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…en displaying intermediate results (running + has output) Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…sage Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…ation task's output Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…neric form Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
…ching chat sessions Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
That is looking great and will definitely improve the experience of performance for users! |
Member
Author
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
8def970 to
fc321fd
Compare
|
I don't really know what the best solution is, maybe @marcoambrosini can help with that. Keep in mind that things are good regarding people who don't use animations for motion sickness. Pulsing the border color could be an idea |
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
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.

Depends on:
This adds the ability to get and display intermediate (streamed) text responses in the chat UI and in the generic form.
We use
@nextcloud/notify_pushif the notify push service is configured and available. If not, we still get intermediate results with the (pre-existing) task status polling.Notify push
Kooha-2026-05-18-13-27-53.webm
Kooha-2026-05-18-13-31-56.webm
Polling (fallback)
Kooha-2026-05-18-13-40-25.webm
Kooha-2026-05-18-13-39-28.webm