Skip to content

HarmonyRuntime Patches for DeepSeek Harness plugins.

A library for patching, replacing and decorating DeepSeek Harness plugins during runtime.

Harmony interlocking rings

Patch the runtime, not the installation

Harmony loads Patch providers in a deterministic order. Each Patch receives the previous Patch's output, so independent modifications can compose against the same target. A Patch that cannot be applied is reported and skipped; installed plugin files are never rewritten.

text
installed source (unchanged)
  -> ordered Patch providers
  -> validated in-memory transformations
  -> Host reload or browser HMR

Start with how Harmony fits into the runtime, or go directly to the installation guide. Inspired by Andreas Pardeike and contributors' C# project Harmony.

Released under the MIT License.