AI Release Governance for production agents.
Project description
FlightDeck
FlightDeck is AI Release Governance for production agents.
It gives teams a local-first control loop for release safety: register immutable agent releases, ingest runtime evidence, compare trusted diffs, and gate promotion with policy.
FlightDeck is not an agent framework, prompt IDE, tracing dashboard, or gateway. It is the operating record for what changed, what it costs, how it behaves, and whether it is safe to promote.
Why It Exists
AI agent changes can silently alter cost, latency, failure rate, and unit economics. FlightDeck turns those changes into explicit release decisions backed by runtime evidence.
Current local spine:
- versioned
release.yamlartifacts with bundle checksums RunEventingestion from JSONL or JSON arrays- immutable pricing tables with explicit
--replace - trusted
flightdeck release diff - policy-gated
flightdeck release promote - promotion decision history
Status
FlightDeck is local-first and ships as a Python CLI backed by SQLite.
v1.0.0 establishes SemVer-stable public contracts for the documented CLI
(README.md on main),
committed schemas/v1/, and POST /v1/events with api_version v1. See
RELEASE_NOTES.md (same narrative on
main).
The product scope is still intentionally narrow (release governance, not a hosted agent platform).
Not implemented yet:
- hosted control plane
- automated traffic routing
- tool-cost pricing
- OpenTelemetry import/export mapping (optional
uv sync --extra telemetryorpip install 'flightdeck-ai[telemetry]'for future work)
Shipped locally:
flightdeck serve+ JSON routes under/v1/*(read + diff/promote/rollback + event ingest); see Local HTTP API below- minimal Python SDK (
flightdeck.sdk.client) flightdeck release rollback(policy-gated, audited)
Local HTTP API
With flightdeck serve (default bind 127.0.0.1), the app exposes GET /health, GET /v1/releases, GET /v1/promoted, GET /v1/actions, POST /v1/events, POST /v1/diff, POST /v1/promote, and POST /v1/rollback. POST /v1/promote and POST /v1/rollback accept requests only from loopback clients unless FLIGHTDECK_LOCAL_API_TOKEN is set, in which case callers must send Authorization: Bearer <token> (same behavior as the web/ dev UI via VITE_FLIGHTDECK_LOCAL_API_TOKEN). See SECURITY.md.
Quickstart
Install uv, then from the repo root:
uv sync --extra dev
uv run flightdeck --help
Or with pip and a venv:
python -m venv .venv
python -m pip install -e ".[dev]"
flightdeck --help
Run the cross-platform quickstart smoke (same as CI):
uv run flightdeck-quickstart-verify
(or python -m flightdeck.quickstart_smoke / python scripts/quickstart_smoke.py inside an activated venv)
Or use the bash wrapper (Git Bash / WSL on Windows):
./scripts/smoke.sh
Or walk through the core commands:
flightdeck init
flightdeck pricing import examples/quickstart/pricing-baseline.yaml
flightdeck pricing import examples/quickstart/pricing-candidate.yaml
flightdeck policy set examples/quickstart/policy.yaml
BASELINE=$(flightdeck release register examples/quickstart/baseline-release)
CANDIDATE=$(flightdeck release register examples/quickstart/candidate-release)
sed "s/__BASELINE_RELEASE_ID__/${BASELINE}/g" examples/quickstart/baseline-events.jsonl > baseline-events.jsonl
sed "s/__CANDIDATE_RELEASE_ID__/${CANDIDATE}/g" examples/quickstart/candidate-events.jsonl > candidate-events.jsonl
flightdeck runs ingest baseline-events.jsonl
flightdeck runs ingest candidate-events.jsonl
flightdeck release diff "$BASELINE" "$CANDIDATE" --window 7d
flightdeck release promote "$BASELINE" --env local --window 7d --reason "initial baseline"
flightdeck release history --agent agent_support --env local
The static event files in examples/quickstart use placeholder release IDs so the repo can ship stable examples.
Substitute them before ingestion, or run uv run flightdeck-quickstart-verify / python -m flightdeck.quickstart_smoke (venv) or ./scripts/smoke.sh from Git Bash/WSL on Windows.
Examples: examples/quickstart/ · examples/ci/ (policy gate + Actions) · examples/deploy/ (serve via Docker/Compose) · examples/integration/ (HTTP event emitter).
Documentation
- CLI reference — all commands, flags, arguments, and exit codes
- HTTP API reference — all
/v1/*routes, request/response shapes, auth,RunEventfield reference - Python SDK —
FlightdeckClient/AsyncFlightdeckClientusage guide - Operations and policy — diff, promote, rollback internals; policy model and confidence tiers
- Release artifacts and pricing —
release.yamlformat, bundle layout, checksum algorithm, workspace config, pricing tables - JSON Schemas
- Release notes (maintainer)
- Roadmap
- Versioning
- Development
- Contributing
- Security
- CLAUDE.md and AGENTS.md
Development
uv sync --frozen --extra dev
uv run python -m ruff check src tests
uv run python -m pytest
uv run flightdeck-quickstart-verify
uv run flightdeck --help
If you change web/ or Pydantic models, also run the static/ and schemas/ drift checks from DEVELOPMENT.md (same gates as .github/workflows/ci.yml). AGENTS.md and .cursor/rules/flightdeck-ci-artifacts.mdc summarize them for humans and Cursor.
See DEVELOPMENT.md for uv and pip setup, verification, troubleshooting, and PyPI releases (tag-driven; not on merge to main).
License
FlightDeck is licensed under the Apache License, Version 2.0 — see LICENSE and NOTICE.
The canonical public repository: https://github.com/flightdeckdev/flightdeck.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file flightdeck_ai-1.0.3.tar.gz.
File metadata
- Download URL: flightdeck_ai-1.0.3.tar.gz
- Upload date:
- Size: 257.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b37b24477ea4f79b90d9c39cdcd9d291464a040d1476cb70e0b08a158e863c42
|
|
| MD5 |
8f90fe9999d4ebebfb6c13bb98cf3276
|
|
| BLAKE2b-256 |
4c0f174557b3d7e169542311bc1a0ee61ffedc7dd3961008aa51357588cbe680
|
Provenance
The following attestation bundles were made for flightdeck_ai-1.0.3.tar.gz:
Publisher:
release-pypi.yml on flightdeckdev/flightdeck
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
flightdeck_ai-1.0.3.tar.gz -
Subject digest:
b37b24477ea4f79b90d9c39cdcd9d291464a040d1476cb70e0b08a158e863c42 - Sigstore transparency entry: 1429043075
- Sigstore integration time:
-
Permalink:
flightdeckdev/flightdeck@a32f7cc063142696b0b48619a12803631f57661e -
Branch / Tag:
refs/tags/v1.0.3 - Owner: https://github.com/flightdeckdev
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a32f7cc063142696b0b48619a12803631f57661e -
Trigger Event:
push
-
Statement type:
File details
Details for the file flightdeck_ai-1.0.3-py3-none-any.whl.
File metadata
- Download URL: flightdeck_ai-1.0.3-py3-none-any.whl
- Upload date:
- Size: 119.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f578ebc2219b4ddcfb96fa005e9a39dd384a7c2d2b9029d9e95ba6d340680bc4
|
|
| MD5 |
e1146db6a85804269fc36b1d370fca82
|
|
| BLAKE2b-256 |
4321b95da142c7aa94242bde28b62a35da428f41877cb4b1ef79febd76835a08
|
Provenance
The following attestation bundles were made for flightdeck_ai-1.0.3-py3-none-any.whl:
Publisher:
release-pypi.yml on flightdeckdev/flightdeck
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
flightdeck_ai-1.0.3-py3-none-any.whl -
Subject digest:
f578ebc2219b4ddcfb96fa005e9a39dd384a7c2d2b9029d9e95ba6d340680bc4 - Sigstore transparency entry: 1429043080
- Sigstore integration time:
-
Permalink:
flightdeckdev/flightdeck@a32f7cc063142696b0b48619a12803631f57661e -
Branch / Tag:
refs/tags/v1.0.3 - Owner: https://github.com/flightdeckdev
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release-pypi.yml@a32f7cc063142696b0b48619a12803631f57661e -
Trigger Event:
push
-
Statement type: