wagtail / wagtail-ai

Get help with your Wagtail content using AI superpowers.

Home Page:https://wagtail-ai.readthedocs.io/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add streaming support

tomdyson opened this issue · comments

From the README:

Streaming support - the API supports server-sent events, we could do the same

I've just worked this out for Microllama. An additional challenge here is that we'll need Channels or similar to support long-running connections in Django. django-eventstream looks like a solid option for wrapping the SSE bits.