← Back to the Hub
Included

SuperQode
superqode
The harness layer itself: a terminal TUI and CLI that runs, compares, evaluates and promotes every harness in this catalogue behind one interface.
PythonbuiltinOpen sourceReadyContext replay sessions
Specification
| Category | Coding agents |
|---|---|
| Language | Python |
| How we know | SuperagenticAI/superqode carries pyproject.toml (Python 99%). |
| Runtime | builtin |
| Interface | TUI and CLI |
| Source | built-in |
| Licence | Apache-2.0 |
| Continuity | Context replay |
| Support | Ready |
| Based on | SuperQode (Python, Apache-2.0) |
| Last verified | 2026-09-06 |
Setup and support
Run `superqode` (or `sq`) for the TUI and browse this catalogue in place with `:hub`. The same records are available from the shell with `superqode hub` and as JSON with `superqode hub --json`.
Runtime behaviour
Capabilities
Harness switchingACP and A2A routesBenchmarking and evaluationHarness optimization and promotionMCP tool servers
Tools
readwriteeditbashMCP serversPolicies and ownership
- +SuperQode owns the loop around the agent, not the agent itself
- +Connected agents keep their own credentials and session state
- +HarnessSpec is a portable YAML contract versioned in your repository
Get started
Inside SuperQode
$ :hub$ :harness status$ :connectFrom your shell
$ superqode hub$ superqode hub --json$ superqode harness run core "Describe your task"Install and authenticate
- 1
Install
Or run it once without installing: uvx superqode.
uv tool install superqode - 2
Open the TUI and browse the Hub
Then type :hub to browse this catalogue from the terminal.
superqode
Evaluate and optimize
Measure
$ superqode harness test --spec harness.yaml$ superqode harness eval --spec harness.yaml --tasks eval-tasks.yaml$ superqode harness bench --manifest harnessbench.yamlImprove
$ superqode harness optimize-omni --spec harness.yaml --tasks eval-tasks.yaml$ superqode harness promote stage



