From 8e5d6fe5c8cc5134cb8419180fa6d162d437d8a4 Mon Sep 17 00:00:00 2001 From: geoffsee <> Date: Sat, 21 Jun 2025 08:13:03 -0400 Subject: [PATCH] add status badage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b02445..be36247 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # open-web-agent-rs +[![Rust](https://github.com/seemueller-io/open-web-agent-rs/actions/workflows/main.yml/badge.svg)](https://github.com/seemueller-io/open-web-agent-rs/actions/workflows/main.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) A Rust-based web agent with an embedded OpenAI-compatible inference server (supports Gemma models only). It is packaged and deployed as a container.