AI Agent Hub
Back to plugins
octie-dsh-plugin preview

octie-dsh-plugin

Workflow Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install StarChen-Cycler/octie-dsh-plugin

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

In DeepSeek Harness, you can install this plugin using the command `dsh plugin install StarChen-Cycler/octie-dsh-plugin`, with the full source code available at https://github.com/StarChen-Cycler/octie-dsh-plugin.

About this plugin

In agent-driven automation workflows, task planning and execution often face challenges like chaotic state management and difficult dependency tracking. octie-dsh-plugin integrates the Octie task graph kernel into DeepSeek Harness, offering a state-oriented task management solution. States are derived read-only based on task progress instead of manual setting, ensuring consistency; dependencies are automatically unlocked via BFS algorithm, simplifying processes.

Its core capabilities include a persistent task graph state machine with atomic tasks and explicit dependencies; immutable snapshots using SHA-256 hashes guarantee recoverability in long sessions. As a DSH bundle plugin, it provides 13 octie_* tools for planning, executing, and tracking task graphs directly in sessions, along with a real-time syncing task panel and a preset "Octie Task Graph Mode" agent mode.

This plugin is ideal for agent developers, DSH users, and teams needing collaborative task management. Whether used independently via CLI/Web UI or as a DSH bundle plugin, it helps users manage complex workflows efficiently with an "usable first, iterate later" approach, boosting automation productivity.

Screenshots

Use Cases

  • Automate agent task planning and dependency unlocking.
  • Execute and track task states in real-time within sessions.
  • Collaboratively manage persistent task graphs for teams.

Best For

  • Agent developers seeking state-oriented workflow management.
  • DeepSeek Harness users integrating task graph tools.
  • Project managers needing visualization of task dependencies and progress.