From 71567f0c87a85fc0af7e4a66d8e29783eb1f4746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=CC=B5=CD=9D=CC=85=CC=8F=CC=8E=CC=9E=CC=97=CC=9D=CC=BCO?= =?UTF-8?q?=CC=B4=CC=87=CC=8A=CC=83=CC=8B=CC=80=CC=9D=CC=BBO=CC=B7=CC=83?= =?UTF-8?q?=CD=8B=CC=BCN=CC=B8=CC=BF=CD=9C=CC=A9=20=CC=B6=CD=92=CC=9C?= =?UTF-8?q?=CC=A0=CC=B9=CC=BC=CC=A9?= Date: Fri, 21 Jul 2023 15:10:48 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df2f255..c5cb66b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# agentloop +# agentloop A simple, lightweight loop for your agent. Start/stop, step-through, and more. From 63b40607959804d4477127f3680ac05263ce4528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=CC=B5=CD=9D=CC=85=CC=8F=CC=8E=CC=9E=CC=97=CC=9D=CC=BCO?= =?UTF-8?q?=CC=B4=CC=87=CC=8A=CC=83=CC=8B=CC=80=CC=9D=CC=BBO=CC=B7=CC=83?= =?UTF-8?q?=CD=8B=CC=BCN=CC=B8=CC=BF=CD=9C=CC=A9=20=CC=B6=CD=92=CC=9C?= =?UTF-8?q?=CC=A0=CC=B9=CC=BC=CC=A9?= Date: Fri, 28 Jul 2023 01:57:45 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c5cb66b..0b1e34c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A simple, lightweight loop for your agent. Start/stop, step-through, and more. +[![Lint and Test](https://github.com/AutonomousResearchGroup/agentloop/actions/workflows/test.yml/badge.svg)](https://github.com/AutonomousResearchGroup/agentloop/actions/workflows/test.yml) +[![PyPI version](https://badge.fury.io/py/agentloop.svg)](https://badge.fury.io/py/agentloop) + # Quickstart ```python