day50-dev / day50-dev/streamdown
一个单词一个单词的输出?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 360
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
这个工具是只能凑满了一行才能输出么?可以一个单词一个单词的输出么?因为llm回复的内容可能速度比较满,终端比较宽凑满一行需要等待太久了.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the terminal streaming and Markdown rendering entry points, then inspect where output waits for a complete line before displaying text. Done means streamed LLM responses can appear incrementally, such as word by word, without waiting for the terminal line to fill.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100