From 33d5b69c92a114d050d4543f7c13b0fcc5459b13 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 17 Jul 2026 16:13:17 -0400 Subject: [PATCH] docs: add lifecycle status banner pointing to openadapt-flow Aligns this repository's front door with the org-wide product narrative: the demonstration compiler (openadapt-flow) installed via the OpenAdapt launcher. Status label matches the public repository lifecycle registry in OpenAdaptAI/.github. Co-Authored-By: Claude Fable 5 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f333729..b525ede 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,21 @@ # OpenAdapt Grounding +> [!IMPORTANT] +> **Status: Research — not required by the product.** This package explores +> making grounding-model detections stable for GUI element localization. Healthy +> compiled replays make no model calls; a grounding model is an optional, +> explicitly enabled fallback rung, and this research is not part of that +> supported path. +> +> 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). + [![Build Status](https://github.com/OpenAdaptAI/openadapt-grounding/actions/workflows/publish.yml/badge.svg)](https://github.com/OpenAdaptAI/openadapt-grounding/actions/workflows/publish.yml) [![PyPI version](https://img.shields.io/pypi/v/openadapt-grounding.svg)](https://pypi.org/project/openadapt-grounding/) [![Downloads](https://img.shields.io/pypi/dm/openadapt-grounding.svg)](https://pypi.org/project/openadapt-grounding/)