Tool collection to read and write text files.
Read:
$ hatch run read_file.py '{{"path": "/tmp/foo"}}'
Write:
$ hatch run write_file.py '{{"path": "/tmp/foo", "content": "This is a temporary file"}}'
The repo is distributed under the terms of the MIT license.