SuperQode v2 is live on Product HuntCheck it out
← Back to the Hub

SuperQode

superqode

Included

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

CategoryCoding agents
LanguagePython
How we knowSuperagenticAI/superqode carries pyproject.toml (Python 99%).
Runtimebuiltin
InterfaceTUI and CLI
Sourcebuilt-in
LicenceApache-2.0
ContinuityContext replay
SupportReady
Based onSuperQode (Python, Apache-2.0)
Last verified2026-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 servers

Policies 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$ :connect
From your shell
$ superqode hub$ superqode hub --json$ superqode harness run core "Describe your task"

Install and authenticate

  1. 1

    Install

    Or run it once without installing: uvx superqode.

    uv tool install superqode
  2. 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.yaml
Improve
$ superqode harness optimize-omni --spec harness.yaml --tasks eval-tasks.yaml$ superqode harness promote stage