Skip to content

harness9A lightweight Go Agent Harness framework

Feature-complete and production-ready, with minimal abstractions and code that stays out of your way.

harness9

Architecture Overview

harness9 overall architecture diagram


Quick Start

Install

bash
curl -fsSL https://raw.githubusercontent.com/ZhangShenao/harness9/master/scripts/install.sh | bash

Configure API Keys

bash
# OpenAI / OpenRouter
export OPENAI_API_KEY="sk-..."

# or Anthropic
export ANTHROPIC_API_KEY="sk-ant-..."

Run

bash
cd /your/project && harness9

Automatically launches the full-screen TUI in a TTY environment; falls back to the CLI REPL mode in pipes/CI environments.

For more configuration options, see the Quick Start Guide.

Released under the MIT License.