Skip to content

feat: permit streaming of generation rather than just writing to memory#39

Open
rzofchak-a2ai wants to merge 2 commits into
mainfrom
feat/streaming-generate
Open

feat: permit streaming of generation rather than just writing to memory#39
rzofchak-a2ai wants to merge 2 commits into
mainfrom
feat/streaming-generate

Conversation

@rzofchak-a2ai
Copy link
Copy Markdown
Contributor

emit each output entry through a JS-supplied callback as it's produced, and let the TS host pick the way they want to use it:

  • buffer-to-memory (current spackle-ui uses this, we may keep it around for preview gen)
  • sync-write-to-disk (new!)

the goal was to provide a way to lower peak memory constraints

@rzofchak-a2ai rzofchak-a2ai requested a review from andriygm May 8, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant