Creates an ACP Stream from a pair of newline-delimited JSON streams.
This is the typical way to handle ACP connections over stdio, converting between AnyMessage objects and newline-delimited JSON.
The writable stream to send encoded messages to
The readable stream to receive encoded messages from
A Stream for bidirectional ACP communication
Creates an ACP Stream from a pair of newline-delimited JSON streams.
This is the typical way to handle ACP connections over stdio, converting between AnyMessage objects and newline-delimited JSON.