RexYoung000/rex-harness--packages-example-greet0

@rex-harness/example-greet

Minimal DSH tool bundle used as the workspace example

包名
@rex-harness/example-greet
版本
0.0.1
许可证
MIT
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RexYoung000/rex-harness#0632e036027f89ecef28769204c60104ae63178d&path:packages/example-greet

@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}'