From 652aca935f6d4982959b2ce1f154a728d5c87f36 Mon Sep 17 00:00:00 2001 From: nerdai Date: Thu, 19 Jun 2025 02:33:32 -0400 Subject: [PATCH] add some bages --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3eb1fe6..a31b2a3 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # LLM Agents From Scratch + +--------------------------------------------------------------------------------------- +[![Linting](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/lint.yml/badge.svg)](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/lint.yml) +[![Unit Testing and Upload Coverage](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/unit_test.yml/badge.svg)](https://github.com/nerdai/llm-agents-from-scratch/actions/workflows/unit_test.yml) +[![codecov](https://codecov.io/gh/nerdai/llm-agents-from-scratch/graph/badge.svg?token=I1CXFJXEXK)](https://codecov.io/gh/nerdai/llm-agents-from-scratch)