From e6a541f88a9a88daaf97ae097ceaa8c66d891b6e Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 17 Jul 2026 17:43:27 -0400 Subject: [PATCH] docs: add lifecycle status banner Adds the standard lifecycle banner used across the org (matching the banner wave on openadapt-capture, openadapt-grounding, etc.), derived from this repo's classification in the repository lifecycle registry (OpenAdaptAI/.github repository-lifecycle.yml, reviewed 2026-07-15): Research. Existing README content is unchanged below the banner. Co-Authored-By: Claude Fable 5 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f3dc1e9..f9f579f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # OpenAdapt-ML +> [!IMPORTANT] +> **Status: Research — not required by the product.** This package explores +> training and running demo-conditioned vision-language model (VLM) agents for +> GUI automation. It is evidence-generating research work and is not required +> to record, compile, or replay a workflow. +> +> The OpenAdapt product is the demonstration compiler, +> [`openadapt-flow`](https://github.com/OpenAdaptAI/openadapt-flow), installed +> via the [`OpenAdapt`](https://github.com/OpenAdaptAI/OpenAdapt) launcher +> (`pip install openadapt`): it compiles a demonstrated GUI workflow into a +> deterministic, locally executable program. Healthy runs make no model calls, +> and it halts instead of guessing when verification fails. Lifecycle labels for +> every repository are in the +> [repository lifecycle registry](https://github.com/OpenAdaptAI/.github/blob/main/REPOSITORY_LIFECYCLE.md). + [![Tests](https://github.com/OpenAdaptAI/openadapt-ml/actions/workflows/test.yml/badge.svg)](https://github.com/OpenAdaptAI/openadapt-ml/actions/workflows/test.yml) [![PyPI version](https://img.shields.io/pypi/v/openadapt-ml.svg)](https://pypi.org/project/openadapt-ml/) [![Downloads](https://img.shields.io/pypi/dm/openadapt-ml.svg)](https://pypi.org/project/openadapt-ml/)