RexYoung000/rex-harness--packages-example-greet ↗★ 0
@rex-harness/example-greet
Minimal DSH tool bundle used as the workspace example
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RexYoung000/rex-harness#0632e036027f89ecef28769204c60104ae63178d&path:packages/example-greet说明文档
阅读完整 README ↗@rex-harness/example-greet
Workspace example bundle: a greet tool with a configurable greeting.
pnpm plugin:add example-greet
pnpm dev
Ask the Web UI: Use the greet tool to greet Ada. Expected result: Hello, Ada!
Override the greeting in the profile cordis.patch.yml:
- id: rex-example-greet
name: '@rex-harness/example-greet'
config:
greeting: 'Hi {name}'