AI Agent Hub
Back to plugins
⚙️

dsh-dag-workflow

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install GM-HZ/dsh-dag-workflow

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

To install this plugin in DeepSeek Harness, visit the source repository at https://github.com/GM-HZ/dsh-dag-workflow and run the command: dsh plugin install GM-HZ/dsh-dag-workflow.

About this plugin

In developing sophisticated AI applications, developers often struggle with fragmented tools, agents, and skills, making workflows hard to manage and reuse. dsh-dag-workflow, as an embeddable persistent DAG workflow kernel, aims to orchestrate these discrete capabilities into a manageable and traceable process. It does not seek to replace existing Agent platforms but instead focuses on seamlessly integrating your existing Agent, Tool, Skill, and MCP capabilities into a stable workflow, ensuring reliability and transparency from design to execution.

The core strength lies in using a single WorkflowTemplate JSON file to define the entire workflow, supporting saving, validation, publishing, recovery, and replay. This allows teams to manage processes with version control, ensuring execution consistency and auditability. The kernel provides strict permissions and constraints, such as a two-level extension design, permission narrowing, and concurrency limits, to secure operations. It also supports complex control flows like conditional branches and batch processing, with Journal tracking for execution history to aid debugging and optimization.

This plugin is particularly suitable for developers or teams that have already built their own Agent and tool ecosystems, especially in scenarios where reliable, maintainable AI workflow platforms or products are needed. If you are looking for a lightweight, embeddable solution to enhance the workflow orchestration capabilities of existing systems rather than building another full-scale platform, dsh-dag-workflow is an ideal choice. It makes workflow management more modular and standardized, helping you focus on business logic rather than underlying infrastructure.

Use Cases

  • Integrate scattered AI agents and tools into manageable automated workflows.
  • Enable auditable, replayable decision workflows in complex business operations.
  • Provide a secure, isolated process execution environment for multi-tenant platforms.

Best For

  • Developers building reliable AI workflow platforms.
  • AI engineers managing multi-tool, multi-agent systems.
  • Technical teams seeking process standardization and audit capabilities.