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

refactor: improve `fs_*` #99

Closed sigoden closed 2 months ago

sigoden commented 2 months ago

improve _guard_path to use realpath -m <path> to get absolute path.