Description
Inline Asynchronous Generator Results into Documents.
Description
Given a 'coro' asynchronous generator instance that produces text, write that text into a document selection in 'RStudio' and 'Positron'. This is particularly helpful for streaming large language model responses into the user's editor.
README.md
streamy 
Given a coro generator instance, streamy inlines text into a document selection in RStudio and Positron. This is particularly helpful for streaming LLM responses into documents.
This package powers gander, chores, and ensure.
Installation
You can install streamy with the following R code:
install.packages("streamy")
Install the development version of streamy like so:
pak::pak("simonpcouch/streamy")