Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jul 28, 2023
2 parents b3f4a74 + 87d7b66 commit 4c95b47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# easytask
# easytask <a href="https://discord.gg/qetWd7J9De"><img style="float: right" src="https://dcbadge.vercel.app/api/server/qetWd7J9De" alt=""></a>

A simple task manager for your agent. Give it a goal, get a task with a plan and steps.

<img src="resources/image.jpg">

[![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.
Expand Down Expand Up @@ -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.

<img src="resources/youcreatethefuture.jpg" width="100%">
<img src="resources/youcreatethefuture.jpg" width="100%">
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c95b47

Please sign in to comment.