dsh-routing-suite is a runtime injector and router preset kit for AI agents built on the DSH framework.
The tool addresses the problem of routing AI agent reasoning modes and task awareness by combining two components: a runtime injector that enables hot-reloading and dynamic tool management without restarting the runtime, and a task-aware router preset that classifies agent behavior into reasoning modes (spec, react, mixed, weak) based on model capabilities and task requirements. The router preset uses persona-based routing with fixed guidance injection after each user message to maintain task focus and prevent topic drift, achieving reported convergence rates of 96% with zero-shot task completion improved from 0% to 100%.
Developers should adopt this tool if they are working with the DSH framework and need fine-grained control over how AI agents reason through different task types. The suite is designed for projects requiring task-aware routing where different models benefit from different reasoning strategies—for example, using spec-mode (planning-focused) prompting for Pro models and neutral classification for Flash models. The injector component provides development utilities for inspecting and adjusting router behavior at runtime.
The project maintains both the injector and preset as directories within a single repository while preserving upstream independent repositories for separate release cycles. The preset includes multiple routing strategies: router-standard with persona classification and complete sections, and router-spec prioritizing deep reasoning, with router-pro planned for future release.