dsh-greet
其他 活跃维护

dsh-greet

HDylanYueH/dsh-greet

作为dsh生态的轻量插件,提供专属问候工具,遵循dsh全插件化架构设计,无需额外依赖,可直接集成到dsh应用,调用简单高效。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
2 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:HDylanYueH/dsh-greet
git clone https://github.com/HDylanYueH/dsh-greet.git
git clone git@github.com:HDylanYueH/dsh-greet.git
README.md main

dsh-greet

A minimal DeepSeek Harness (dsh) plugin that registers a greet tool. Everything in dsh is a plugin; this repository shows the smallest complete bundle you can publish and install.

Features

  • Registers a greet tool callable by the agent: greet(name) → Hello, <name>!
  • No build step: plain JavaScript, installs straight from GitHub.

Install

dsh plugin --profile web add github:HDylanYueH/dsh-greet

Then restart the profile:

dsh --profile web

Ask the agent: "Use the greet tool to greet Ada." The model can call greet and receives Hello, Ada! as the tool result.

Layout

dsh-greet/
├── package.json       # declares dsh.bundle (patch: ./cordis.patch.yml)
├── cordis.patch.yml   # the layer applied when a profile lists this bundle
└── index.js           # the Cordis plugin (name / inject / apply)

Remove

dsh plugin --profile web remove dsh-greet

License

MIT