Integrating Readable Streams and Effects: Considerations and Tradeoffs
Can I have a readable stream completely inside an effect and all the code inside it be non effect code? What if I want to have effect code inside the readable stream's start method? What are the tradeoffs here? I want my ai model streaming and tool calling to be all inside effect
