Closed tomusher closed 2 months ago
In progress on #28
In review, theres a few issues related to ASGI that still needs to be resloved for the related intranet work being used to test this, however, I've set aside some time each day address this.
Reviving this as #86
When building a 'chat'-like interface, it can be a nicer experience for responses to stream in rather than waiting for it all to be ready.
Implement a way to stream these responses, e.g. using server-sent events.
This should be an optional feature as it will likely require additional infrastructure.