DeepSeek Protocol Doctor v0.1.0
第一版先处理几个接 DeepSeek tool calling 时经常碰到的问题:reasoning_content 没有带回下一轮、tool result 对不上调用、流式 arguments 没拼完就解析,以及 strict schema 配置不完整。
可以当命令行工具用,也可以直接装进 DSH。DSH 里会注册 deepseek_protocol_check 和 deepseek_stream_check 两个工具。
安装:
dsh plugin --profile demo add github:Whning0513/deepseek-protocol-doctor
目前需要 Python 3.10+。DSH 还在 developer preview,后续如果插件接口变化,这边也会跟着调整。真实的脱敏失败记录很欢迎。