From 4c49982e08dd85c30d7cbe12c21f4111d651331a Mon Sep 17 00:00:00 2001 From: abrichr Date: Sat, 29 Aug 2026 12:55:50 -0400 Subject: [PATCH] docs: lead the README with research, not VLM-agent training The IMPORTANT banner opened with "trains and runs vision-language model agents". That is this package. It is not the OpenAdapt product. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5616d95..1dd5ac4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ # openadapt-ml > [!IMPORTANT] -> **Status: Research. Not required by the product.** This package trains and -> runs vision-language model agents for GUI automation. You do not need it to -> record, compile, or replay a workflow. That is -> [openadapt-flow](https://github.com/OpenAdaptAI/openadapt-flow), installed by -> the [OpenAdapt](https://github.com/OpenAdaptAI/OpenAdapt) launcher. Lifecycle -> labels for every repository are in the +> **Research. Optional VLM training. Not the OpenAdapt product.** This package +> is not required to record, compile, or replay a workflow. The product is a +> compiled program: +> [openadapt-flow](https://github.com/OpenAdaptAI/openadapt-flow) via +> `pip install openadapt`. 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)