logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
How to install uber/ADR. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

uber/ADR Installation Guide

How to install uber/ADR. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for uber/ADR. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i uber/ADR
or

Install via npx

npx @hexmos/ipm i uber/ADR

Prerequisites

uv

package manager

pip

package manager

Anthropic API Key

api key

Version: optional

OpenAI API Key

api key

Version: optional

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quick start: ADR Detection

git clone https://github.com/uber/ADR

cd ADR/Detection

uv sync

export ANTHROPIC_API_KEY="..."

export OPENAI_API_KEY="..."

Install ADR Sensor (v1.0.0)

pip install https://github.com/uber/ADR/releases/download/sensor-v1.0.0/adr_sensor-1.0.0-py3-none-any.whl

Post Installation Steps

  • Refer to docs/REPRODUCIBILITY.md for the full evaluation workflow.
  • Refer to Sensor/README.md for telemetry collection details.
  • Refer to Detection/README.md for ADR-Bench and detector details.