devtool
Suture – a reverse proxy that repairs truncated JSON in LLM streams
A clever proxy tool that effectively repairs common truncated JSON issues in LLM streaming output, but its robustness requires more real-world validation.
6.2Overall
Utility7
Onboarding7
Craft6
Niche fit7
Longevity4
Five dimensions scored independently; overall is a weighted average. Scores are only comparable within this same rubric.
Good for
Developers who need stable JSON output from LLM streaming APIs and prefer not to handle complex JSON repair logic on the client or application layer.
Not for
Scenarios with extreme performance requirements, or those who want full control over JSON parsing and repair logic; teams with high demands for long-term maintenance and community support.
Project description
github.com
Alternatives
自定义客户端JSON修复逻辑LangChain/LlamaIndex等框架内置的输出解析器