# Sortie

> Sortie is an autonomous coding agent orchestrator. It picks up issues from your tracker, runs a coding agent against each one in an isolated workspace, and writes the result back to the ticket. Engineers manage work at the ticket level — Sortie handles retry logic, state reconciliation, and cost tracking. A single Go binary with zero dependencies and SQLite persistence. Trackers, coding agents, and Git forges are all pluggable adapters; the Reference section below lists the ones that ship today. Apache-2.0. The binary sends no telemetry.

This is the project's landing page. The canonical HTML page of documentation links bellow is the same URL with `.md` replaced by a trailing slash. Requesting that HTML URL with the header `Accept: text/markdown` also returns Markdown, but that rendering is converted from the HTML and still carries the sidebar and page chrome.


## Documentation

- [Documentation index](https://docs.sortie-ai.com/llms.txt): Navigation index of every documentation page.
- [Full documentation, single file](https://docs.sortie-ai.com/llms-full.txt): The complete documentation as one Markdown file.
- [Installation](https://docs.sortie-ai.com/getting-started/installation.md): Install on macOS, Linux, or Windows via script, Homebrew, Go, Docker, or release binaries.
- [Quick start](https://docs.sortie-ai.com/getting-started/quick-start.md): End-to-end tutorial from polling an issue to running an agent session locally.
- [Architecture](https://docs.sortie-ai.com/concepts/architecture.md): How the orchestrator is built.
- [Workflow configuration reference](https://docs.sortie-ai.com/reference/workflow-config.md): Every field of WORKFLOW.md.

## Project

- [Source](https://github.com/sortie-ai/sortie): Go source, Apache-2.0.
- [Releases](https://github.com/sortie-ai/sortie/releases): Signed binaries with checksums and SBOMs. Current release 1.24.0.
- [Architecture specification](https://github.com/sortie-ai/sortie/blob/main/docs/architecture.md): The canonical description of the system.
- [Decision records](https://github.com/sortie-ai/sortie/tree/main/docs/decisions): Accepted ADRs explaining why the system is shaped the way it is.
