puppet2004/dsh-chatpaper
puppet2004★ 0TypeScript最后同步: 2026-08-15
—
README 摘要
dsh-chatpaper After DSH's release, I plan to gradually accumulate the tools I use frequently as DSH plugins. ChatPaper has brought me a lot of convenience — it saves a great deal of time searching for papers and doing research. So, to adapt it into a DSH plugin, I spent some time modifying the code with AI and published it to GitHub, hoping to bring the same convenience to more people. arXiv paper tools for DeepSeek Harness (DSH), provided as native tools — no Python, no MCP server. Paper text is extracted primarily from arXiv's official HTML rendering (LaTeXML), with ar5iv and PDF fallbacks. This project is a DSH plugin port referencing ChatPaper: the tool contracts and query logic are kept consistent, but it now runs directly on DeepSeek Harness's native interfaces. See Acknowledgments at the end for the source and citation. Tools Tool What it does search arxiv Search arXiv. Natural language (e.g. "agent as a judge") is matched as an all: phrase, falling back to an AND match over its content words when nothing is found; native arXiv query syntax ( ti:transformer , cat:cs.CL AND all:agent ) passes through untouched. summarize paper Download a paper, extract its text, and summarize…
在 GitHub 查看完整 README →