sigoden / llm-functions

Easily create LLM tools and agents using Bash/JavaScript/Python, also a library of commonly used LLM tools and agents.
MIT License
166 stars 22 forks source link

Mix of existent and nonexistent files in README instructions is confusing #46

Closed ngirard closed 3 months ago

ngirard commented 3 months ago

README.md contains

  • Create a ./agents.txt file with each agent name on a new line.
todo-sh
hackernews

which I found confusing, because todo-sh exists within the repo, but hackernews doesn't.

Cheers, and thanks so much for your work !

sigoden commented 3 months ago

This is not a problem. Users should be careful when copying and pasting.

I was going to add Hacker News, I just haven't gotten around to it yet.