Documentation Index
Fetch the complete documentation index at: https://docs.magnitude.dev/llms.txt
Use this file to discover all available pages before exploring further.
Magnitude’s harness is open source under Apache 2.0. The repo is at github.com/magnitudedev/magnitude.
Why it’s open
Transparency. The harness is the layer between you and the models. We don’t want it to be a black box. You can read the prompts, the tool definitions, and the agent loop and see exactly what we’re doing.
It also keeps us honest. If we make a bad call somewhere, you can point at it.
What’s open and what isn’t
The harness is open. The evals, inference, and provider handling are not. Those are what you pay for.
The harness only supports the Magnitude Coding Plan. It’s not designed as a generic shell you plug other models into. That’s the whole point of the product.
Contributing
We accept PRs and issues on GitHub. Bug reports are most useful. Feature work is welcome too, but the product direction is opinionated, so we may say no to changes that don’t fit.
Join the Discord if you want to talk through an idea before opening a PR.