@shizhanyu13/dsh-waom
Ironbound WAOM autonomous-ops service plugin for the DeepSeek Harness (DSH). Monitors a target, decides a fix, drives a DSH subagent to implement it (no claude -p subprocess), and evaluates the result independently (GAN-style). Ported from scripts/waom/waom-orchestrator.py. Discoverable via the dsh-plugin topic.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| field | default | meaning |
|---|---|---|
monitors | [] | targets to watch; each has id, url, healthyCode (200), fixable (false) |
intervalMs | 0 | host ticker period in ms; 0 = manual only |
subagentProvider | 'spawn' | provider used to start the fix subagent |
surgicalConstraints | [] | constraints appended to the fix prompt |
seedSessionId | '' | optional session whose agent becomes the seed parent |