ymq e470fdaf20 fix: send literal \\n (0x5c 0x6e) delimiter — matches HttpResponseStream split('\\n')
Confirmed via xxd on bricks.js: split('\\n') splits on backslash-n literal.
Backend now yields json + '\\n', matching LmmIO streaming pattern.
Frontend: clean AgentIO with url, no ready bind.
2026-08-08 22:06:24 +08:00
..