Samuel Liedtke

Results 13 comments of Samuel Liedtke

I'm not an expert regarding plugin architecture, but I was wondering if the code that deals with streaming output could be exposed as a plugin hook. basically this part: ```py...

If anyone is interested, I was able to get this to work outside of `llm` with a small script using [rich](https://github.com/Textualize/rich) (inspired by this [comment](https://github.com/charmbracelet/glow/issues/601#issuecomment-2100838870)). ```python # render_streamed_markdown.py import sys...

Same problem here, any clues anyone?