AI Agent Hub
Back to plugins
🤖

dsh-quadratic

Model Inference Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-quadratic

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

Run dsh plugin install uckkk/dsh-quadratic inside DeepSeek Harness to install this plugin; the full source is at https://github.com/uckkk/dsh-quadratic .

About this plugin

In model-inference pipelines, solving a quadratic equation looks trivial, yet floating-point imprecision or inconsistent output formatting can quietly break downstream logic. dsh-quadratic turns that step into a deterministic, local tool so developers no longer have to rely on the model to do the arithmetic.

Under the hood it is a pure-Node implementation with zero network dependencies. Once registered as a session tool, you pass in the equation coefficients and receive exact roots - no external services, no extra runtimes, just predictable and testable arithmetic.

If you are building an offline inference pipeline, an interactive education app, or simply want to pull mathematical solving out of natural-language model output and hand it to deterministic code, dsh-quadratic slots right into that gap.

Use Cases

  • Deterministic math in offline inference pipelines
  • Real-time quadratic solving in educational apps
  • Extracting arithmetic from model output into standalone tools

Best For

  • Engineers building offline inference pipelines
  • Teams developing math education apps
  • Developers who want to decouple arithmetic from model logic