ytmaps/dsh-flowtext0

dsh-flowtext

Run every DeepSeek Harness task directly in the FlowText Agent UI

AI 분석

核心用途是在 FlowText Agent UI 中直接执行 DSH 任务。适合希望整合工作流、使用 FlowText 界面管理任务的用户,支持自动发现 open vaults 并进行本地授权。

패키지
dsh-flowtext
버전
0.8.0
라이선스
MIT
최근 업데이트
2026. 9. 9.

설치

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

Configuration

FieldDefaultMeaning
baseUrlunsetAutomatically discover all open vaults by default; set a loopback Gateway URL only for compatibility with older FlowText versions.
registryDir~/.flowtext/agent-gatewaysOptional advanced discovery-directory override.
autoPairtrueAsk FlowText for local authorization when no credential exists.
credentialPathDSH credential directoryOptional credential-file override.
clientNameDeepSeek HarnessName shown in the FlowText pairing prompt.
clientIddeepseek-harnessStable client identity.
modelIdunsetOptional FlowText model.
activePathunsetOptional vault-relative active note.
contextPaths[]Optional vault-relative context paths.
runOptions{}FlowText options such as thinkingEnabled.
requestTimeoutMs30000Ordinary HTTP timeout.
longPollMs25000Gateway event long-poll duration.
maxResponseBytes2097152Gateway response limit.
maxPromptBytes1048576User-instruction limit.
maxAnswerBytes1048576Terminal-answer limit.
progressModesummarysummary streams a sanitized trace; off returns only the final answer.