Skip to main content

Claude Code-style CLI harness for the Subnet 66 ninja agent

Project description

xninja

xninja is a small PyPI-ready CLI package that runs the public unarbos/ninja agent like a local coding assistant.

Subnet 66 harnesses are now multi-file bundles: an agent.py entrypoint plus a stdlib-only agent/ package (up to 32 *.py files), with tau_agent_files.json listing every file. xninja bundles the latest such snapshot at build time, loads it exactly the way the validator does (the bundle root goes on sys.path so the entrypoint's from agent.* import ... resolves), and calls its validator-compatible contract:

solve(repo_path, issue, model, api_base, api_key)

Single-file agents (just agent.py) remain fully supported.

Install

Prerequisites

  • Python 3.11 or newer
  • pip (bundled with Python)
  • An OpenRouter API key

From PyPI (recommended)

pip install xninja

Verify the installation:

xninja --version

From source

Clone the repository and install in editable mode:

git clone https://github.com/unarbos/xninja.git
cd xninja
python -m pip install -e .

Verify the installation:

xninja --version

Configure

xninja config

This stores your OpenRouter API key and default model in the OS user config directory, such as ~/.config/xninja/config.json on Linux. The file is written with user-only permissions.

Environment variables override stored config:

OPENROUTER_API_KEY=...
XNINJA_MODEL=anthropic/claude-sonnet-4.6

Use

Open an interactive session in the current git repo:

xninja

Run a one-shot task:

xninja "fix the failing parser test"

Run explicitly:

xninja run --repo . --model anthropic/claude-sonnet-4.6 "add validation for empty input"

By default, xninja previews the returned patch and asks before applying it. Use --apply to request application after the run.

Agent Sources

Show bundled metadata:

xninja agent info

Cache and use a specific unarbos/ninja ref. The whole bundle (every file in tau_agent_files.json) is fetched, not just agent.py:

xninja agent update --ref cec561e45192042687c053237c1db503cd7d3ae0
xninja run --agent-ref cec561e45192042687c053237c1db503cd7d3ae0 "fix the issue"

Use your own compatible local agent. --agent-path accepts either a single agent.py or a bundle directory containing agent.py (and, optionally, an agent/ package and a tau_agent_files.json manifest):

xninja run --agent-path ./agent.py "fix the issue"
xninja run --agent-path ./my_bundle "fix the issue"
xninja --agent-path ~/agents/my_agent.py "fix the issue"

Custom agents must expose the same callable contract as the bundled agent:

def solve(repo_path, issue, model, api_base, api_key):
    return {"patch": "", "logs": "", "steps": 0, "cost": None, "success": True}

For a multi-file bundle, agent.py is the entrypoint and may import its supporting modules (from agent.foo import bar); list every file, including agent.py, in tau_agent_files.json.

Models

xninja models

Recommended defaults are intentionally simple. You can pass any OpenRouter model id with --model.

Development

python -m pip install -e '.[dev]'
pytest
python -m build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xninja-0.3.0.tar.gz (39.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xninja-0.3.0-py3-none-any.whl (38.1 kB view details)

Uploaded Python 3

File details

Details for the file xninja-0.3.0.tar.gz.

File metadata

  • Download URL: xninja-0.3.0.tar.gz
  • Upload date:
  • Size: 39.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for xninja-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b607262cddaaf28b0fa7a3706cab6f42a0c3189e921ae00197fb0b4c0c34c262
MD5 e8c8b70f8d4dcfb15b6809c55a3b8d7d
BLAKE2b-256 de4fcb14dbf7bffc70b7090906540ec0637c07f783a2f6628411758bc7c26053

See more details on using hashes here.

File details

Details for the file xninja-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: xninja-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 38.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for xninja-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d87b322bdfba52268e7fa68ea2f52919561737372dfc1066e889ff4ac5309c0e
MD5 a20b077b1a9e3d5b4fb87fa70834a40e
BLAKE2b-256 895bc6f336baaad131b8f14d8db45e029d5b814a5dbe1293f2b5c6fccaede76f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page