dsh-loop-dock: A DeepSeek Harness for Multiple Agent Loops

dsh-loop-dock is a pre-alpha plugin (v0.1.0, MIT license) designed for DeepSeek Harness (DSH), addressing the limitation where multiple Agents share a single loop entry point in DSH. Instead of restructuring the agent loop, this plugin introduces a loop dock mechanism, enabling the concurrent execution of multiple agent loops within a single Harness and allowing different Agents to select and bind to specific loops. Its core functionalities include loop registration, selection, Agent binding, and driver delegation, along with providing protocols for strategy loop and driver loop integration, a default headless driver, and official sta

Read More