streaming-output-reader
Read long streaming responses in bounded chunks with cumulative summary, max 3 reads, never loop.
USE WHEN: tool returns long stream (SSE / WebSocket / tail -f / large log), output might be > 3000 tokens, file size unknown, previous read returned "truncated" / "use offset to read more" / "output cut off", tail of a growing log, "流式" / "实时" / "incremental" / "read in chunks".
TRIGGER PHRASES: "流式", "streaming", "实时", "tail -f", "real-time", "一边跑一边看", "log 在长", "output cut off", "读到一半卡了", "incremental", "stream-read", "read in chunks", "流式读取".
SKIP WHEN: output is small (<100 lines), output is structured and needs whole parse, polling for specific event (different pattern).
- Version
- 0.1.1
- License
- Apache-2.0
- Compatibility
- Requires MiniMax Code with Agent Plugins 1.0 support.
Pinned to revision 6481e4ae1e03, so it is the text this page describes rather than whatever the author pushed since.
Files
Every link opens the file at its source, pinned to the revision this page describes.