Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with instructions for prioritize.py #17

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool-use

Tools to simplify life with AI. Brought to you by the hosts of [ToolUse](https://www.youtube.com/@ToolUseAI).
Tools to simplify life with AI. Brought to you by the hosts of [ToolUse](https://www.youtube.com/@ToolUseAI). You can install the package via [PyPI](https://pypi.org/project/tool-use-ai/).

## Installation

Expand Down Expand Up @@ -88,3 +88,12 @@ ai log tell me what I did yesterday
ai log category list
```

### 8. Prioritize Tasks (`ai prioritize`)

Prioritizes your tasks based on urgency and importance, helping you focus on what matters most.

**Note:** You can input your tasks using voice commands for a hands-free experience.

```bash
ai prioritize "List of tasks to prioritize"
```