AI Agent Hub
Back to plugins
🧰

dsh-subagent-flowtext

Web Tools Updated 2026.09.01

Run the following command in DeepSeek Harness:

dsh plugin install ytmaps/dsh-subagent-flowtext

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install ytmaps/dsh-subagent-flowtext in the DeepSeek Harness terminal to install the plugin; the source code is available at https://github.com/ytmaps/dsh-subagent-flowtext .

About this plugin

When DeepSeek Harness executes a single Agent instruction, it typically must run through classification, planning, tool invocation, clarification, and approval. Exposing every one of those steps as DSH tool calls adds configuration overhead and makes the execution chain hard to govern in one place. dsh-subagent-flowtext keeps the scope narrow: it routes all DSH Agent traffic through the FlowText loopback gateway, so DSH stays in the lightweight role of receiving user instructions and surfacing the final answer, while FlowText owns the entire execution lifecycle end to end.

Every Agent request DSH receives is forced onto the FlowText gateway. By default, safe-phase summaries, execution plans, and tool digests stream back as reasoning content rather than appearing as DSH tool calls; setting progressMode to off limits the reply to the final answer alone. A given sessionId reuses one persistent FlowText conversation panel, and separate sessions remain fully isolated. Clarification prompts and dangerous-operation approvals pause DSH until the user handles them in the FlowText UI. Model-level retries are explicitly disabled to prevent duplicate write tasks. Credentials live locally only and never enter the Profile, repository, shell history, or model context.

The plugin is aimed at knowledge workers and developers who already run the FlowText Agent Gateway inside Obsidian desktop and use DeepSeek Harness as their day-to-day AI assistant. If you want DSH to stop orchestrating tools directly, delegate the full execution pipeline to FlowText, and still keep tight control over approvals, clarifications, and retry behavior, it fills the clean, single-route bridge between the two systems.

Use Cases

  • Delegate the full DSH Agent pipeline to the FlowText gateway while DSH only surfaces the final answer
  • Handle clarification prompts and dangerous-operation approvals in the FlowText UI while DSH pauses automatically
  • Reuse one persistent FlowText panel per session while separate sessions stay fully isolated

Best For

  • DeepSeek Harness users who already run the FlowText Agent Gateway in Obsidian desktop
  • Knowledge workers who want DSH to stop orchestrating tools and let FlowText close the loop
  • AI-assisted developers who need centralized control over approvals, clarifications, and retry behavior