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

@rex-harness/example-greet

Minimal DSH tool bundle used as the workspace example

AI 분석

核心用途是作为开发和学习 DSH 插件的极简示例。适合想要了解 DSH 工具绑定、配置覆盖等基础开发流程的插件开发者。

패키지
@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}'