hezi2020/dsh-plugin-wiki--plugins-dsh-custom-tool0

dsh-custom-tool

DSH custom tools: manage user-defined JavaScript tools in the settings UI with a Monaco editor; the model creates its own tools through custom_tool_create

AI 분석

核心用途是让用户或AI模型在DSH中动态编写和管理自定义JS工具。适合有编程基础、需要扩展模型工具链的开发者或高级用户。可在设置UI中直接编辑,支持配置超时、内存限制等参数。

패키지
dsh-custom-tool
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hezi2020/dsh-plugin-wiki#0f911a1b7aef331b19607a60c884be50e910c0ab&path:plugins/dsh-custom-tool

Configuration

All tunables are cordis.yml config fields of the dsh-custom-tool entry:

FieldDefaultMeaning
timeoutMs30000wall-clock budget per call
memoryLimitMb128worker old-generation heap cap per call
maxResultChars16000rendered result text budget
maxCodeBytes65536UTF-8 byte budget per tool body
maxTools100stored-tool cap
allowNetworktruewhether tool bodies may call fetch