Skip to content

Commit

Permalink
refactor: update todo agent
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Aug 1, 2024
1 parent 36b34c5 commit 3305f25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

This project allows you to enhance large language models (LLMs) with custom tools and agents developed in bash/javascript/python. Imagine your LLM being able to execute system commands, access web APIs, or perform other complex tasks – all triggered by simple, natural language prompts.

![tool-showcase](https://github.com/sigoden/llm-functions/assets/4012553/41c297cb-b3f7-4e5f-925e-a80d07684b1d)

![agent-showcase](https://github.com/sigoden/aichat/assets/4012553/7308a423-2ee5-4847-be1b-a53538bc98dc)
**Tool Showcase**
![llm-function-tool](https://github.com/user-attachments/assets/40c77413-30ba-4f0f-a2c7-19b042a1b507)

**Agent showcase**
![llm-function-agent](https://github.com/user-attachments/assets/6e380069-8211-4a16-8592-096e909b921d)

## Prerequisites

Expand Down
3 changes: 1 addition & 2 deletions agents/todo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

An AI agent that helps you manage a todo list.

https://github.com/user-attachments/assets/d6321ab7-3c1b-4149-bde0-90f4d5ed0bf5

![image](https://github.com/user-attachments/assets/6e380069-8211-4a16-8592-096e909b921d)
6 changes: 3 additions & 3 deletions agents/todo/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ instructions: |
conversation_starters:
- "List all todos"
- "Clean the entire todo list"
- "Add a new todo: "
- "Done todo id="
- "Delete todo id="
- "Add a new todo: Buy milk"
- "Done todo id=1"
- "Delete todo id=1"

0 comments on commit 3305f25

Please sign in to comment.