Skip to content

ReygentAI-Powered Development Automation

Orchestrate multiple Claude agents to automate the software development lifecycle — from spec to shipped PR

Reygent Logo

Quick Install

Install globally via npm:

bash
npm install -g reygent-code

Or run directly with npx:

bash
npx reygent-code

Prerequisites

  • Node.js 22+
  • AI Provider — Claude CLI, Gemini CLI, Codex CLI, or OpenRouter API key
  • GitHub CLI (gh) for PR operations
  • Git configured in your project

See the Providers Guide for detailed setup instructions.

What is Chesstrace?

Chesstrace Logo

Chesstrace is Reygent's local telemetry engine that works alongside the main tool. It:

  • Captures pipeline execution events
  • Stores data locally in SQLite
  • Powers reygent last, reygent analyze, reygent dashboard, and reygent telemetry commands
  • Keeps all data on your machine — nothing sent externally

Learn more in the Chesstrace documentation and explore your data with the Dashboard.

Example Workflow

bash
# Run the full workflow from a spec
reygent run --spec ./specs/add-auth.md

# Or start from a Jira issue
reygent run --jira PROJ-123

# Or from a Linear issue
reygent run --linear DT-456

# Review last run telemetry
reygent last

# Analyze recent runs
reygent analyze --since "2 days ago"

License

Released under the Apache-2.0 License.

Released under the Apache-2.0 License.