From 0c165703caa5bef8391da6d34c94fe8ba92bc8fa Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Fri, 16 Jan 2026 23:18:50 -0500 Subject: [PATCH] Add standardized README badges Add build status, PyPI version, downloads, license, and Python version badges to the README for better visibility of package status. Co-Authored-By: Claude Opus 4.5 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8f4686a31..80af36cc7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # OpenAdapt: AI-First Process Automation with Large Multimodal Models (LMMs) +[![Build Status](https://github.com/OpenAdaptAI/OpenAdapt/workflows/Python%20CI/badge.svg?branch=main)](https://github.com/OpenAdaptAI/OpenAdapt/actions) +[![PyPI version](https://img.shields.io/pypi/v/openadapt.svg)](https://pypi.org/project/openadapt/) +[![Downloads](https://img.shields.io/pypi/dm/openadapt.svg)](https://pypi.org/project/openadapt/) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/) + **OpenAdapt** is the **open** source software **adapt**er between Large Multimodal Models (LMMs) and traditional desktop and web GUIs. Record GUI demonstrations, train ML models, and evaluate agents - all from a unified CLI.