The process behind Claudex.Messages.stream_to/3: it consumes a stream and
forwards each event to another process as a message.
It's linked to whoever started it, so it goes away with them. There's no
child_spec/1, so it can't go in a supervision tree.