From d7b4fa67f50364c5abd5b1e2ec0913c4a5326bc7 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:54:54 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fdadf9..e54a7fa 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# easytask +# easytask A simple task manager for your agent. Give it a goal, get a task with a plan and steps. +[![Lint and Test](https://github.com/AutonomousResearchGroup/easytask/actions/workflows/test.yml/badge.svg)](https://github.com/AutonomousResearchGroup/easytask/actions/workflows/test.yml) +[![PyPI version](https://badge.fury.io/py/easytask.svg)](https://badge.fury.io/py/easytask) + ## Who is this for? While you can use easytask from the command line, or integrate it into other types of applications, it is primarily useful for autonomous agents and generative AI applications which need to keep track of tasks. @@ -249,4 +252,4 @@ This will create a new task with the goal "Write README.md file", and then mark If you like this library and want to contribute in any way, please feel free to submit a PR and I will review it. Please note that the goal here is simplicity and accesibility, using common language and few dependencies. - \ No newline at end of file + From 87d7b66b980b1a2a03316a204e50415961b520cf 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:55:16 -0700 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5df76cd..42d22ec 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="easytask", - version="0.0.1", + version="0.0.3", description="A task manager for your agent.", long_description=long_description, # added this line long_description_content_type="text/markdown", # and this line