[Plugin] dsh-bailinghub — run governed business tasks from DeepSeek Harness #3039
niejingchuan
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi DSH community,
dsh-bailinghublets you submit governed tasks from the local DeepSeek Harness Web UI to a business route already connected to BailingHub, then keep following the samejob_iduntil a result is available. You do not need to reopen each business system’s embedded chat entry for these operator-side workflows.What it adds to DSH:
submit_governed_job— submit one task and receive a stablejob_id;get_governed_job— read the current state and available result;wait_for_governed_job— wait on the same job without resubmitting it.Install it into the DSH
webprofile:The operator configures
BAILINGHUB_BASE_URL, a route-scopedBAILINGHUB_CLIENT_TOKEN, andBAILINGHUB_ROUTE. These values are not model-controlled tool arguments.Verified with DeepSeek Harness
0.1.0-rc.7,bailinghub-mcp-server@0.1.1, and BailingHub Client API v1.Identity and authorization boundary: the plugin does not create a trusted business identity and does not bypass downstream authorization. It is an independent community integration, not an official DeepSeek plugin, certification, or endorsement.
All reactions