ytmaps/dsh-subagent-flowtext0

dsh-subagent-flowtext

DeepSeek Harness one-shot SubagentProvider for the FlowText Agent Gateway

包名
dsh-subagent-flowtext
版本
0.2.0
许可证
MIT
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ytmaps/dsh-subagent-flowtext

Configuration

FieldDefaultMeaning
providerNameflowtextName registered in the Harness provider registry.
baseUrlhttp://127.0.0.1:27124/flowtext-agent/v1FlowText v1 endpoint. Non-loopback or HTTPS endpoints are rejected before the token can be sent.
autoPairtrueAsk FlowText for interactive local authorization when no stored credential exists.
credentialPath$DSH_HOME/credentials/dsh-subagent-flowtext.jsonOptional credential-file override; the default file uses mode 0600.
clientNameDeepSeek HarnessClient name shown in the FlowText pairing prompt.
tokenunsetLegacy explicit Bearer token; normal users do not configure it.
clientIddeepseek-harnessStable owner used by FlowText task recovery.
modelIdunsetOptional model configured in FlowText for every run.
activePathunsetOptional vault-relative active note. No parent cwd is converted into an Obsidian path.
contextPaths[]Vault-relative task context paths.
policy{}Per-run authority request. FlowText server settings can only narrow it.
runOptions{}FlowText options such as thinkingEnabled.
approvalDecisiondenyUnattended answer to FlowText approvals: deny, once, or session.
requestTimeoutMs30000Normal request timeout.
longPollMs25000Event long-poll duration, at most 30 seconds.
maxResponseBytes2097152Maximum complete Gateway response.
maxPromptBytes1048576Maximum UTF-8 child prompt.
maxAnswerBytes1048576Maximum UTF-8 result returned to the parent.

policy is sent as task data, not as authority minted by the model. The Provider instance fixes it in deployment configuration; FlowText intersects it with its own settings and enforces the result at tool exposure and action execution.