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/ADRor
Install via npx
npx @hexmos/ipm i uber/ADRPrerequisites
uv
package managerpip
package managerAnthropic API Key
api keyVersion: optional
OpenAI API Key
api keyVersion: 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.whlPost 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.
