This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Description
Greetings, I've wrote a couple of wrappers around APIs like OpenAI and Anthropic and I've spent considerable amounts of time hacking around parsing sse when streaming.
At some point I would like to share them in nushell_scripts for others to use and your plugin is perfect for parsing the response.
I've been wondering, is there anything (apart from time and effort) stopping one from incorporating the parser in nushell instead of using it separately like a plugin?
SSE have become quite a thing lastly and having them handled without any external dependencies could be quite useful in many cases.
In any case, thanks for authoring this!