lyuwen/dsh-codeact-tools

lyuwen★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

CodeAct Agent toolkit for DeepSeek Harness, developed with DeepSeek Harness

README 摘要

dsh-codeact-tools Self-contained minimal AI coding tool set for DeepSeek Harness: Tool Package Role str replace editor @dsh-codeact-tools/tool-str-replace-editor view/create/str replace/insert/ undo edit file editing over the filesystem seam execute bash @dsh-codeact-tools/tool-execute-bash Persistent per-agent bash session; per-call timeout (seconds) and reset finish @dsh-codeact-tools/tool-finish Concludes the turn with the message as the final answer The shared persistent-shell machinery (marker-based output capture, scrollback assembly, session reset, per-owner serialization) is vendored in @dsh-codeact-tools/persistent-shell , adapted from @deepseek-ai/dsh-tool-bash-persistent (DeepSeek Harness, MIT). The editor is forked from @deepseek-ai/dsh-tool-str-replace-editor with undo edit added. All tool packages depend only on the already-published harness core ( @deepseek-ai/dsh-tools , dsh-terminal , dsh-agent , dsh-timeout , dsh-agent-loop , … at 0.1.0-rc.8 ) — nothing unpublished — so this repo is installable on its own. The tool schemas and descriptions are pinned against the reference CodeAct tool set in tools.json by tests/schema-parity.spec.ts . The only documented divergenc…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类