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/09/09

インストール

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

ドキュメント

README 全文を読む ↗

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.