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 + diff --git a/setup.py b/setup.py index 9bab5aa..8f654a9 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="easytask", - version="0.0.2", + version="0.0.4", description="A task manager for your agent.", long_description=long_description, # added this line long_description_content_type="text/markdown", # and this line