Filesystem
certifiedfilesystemGoverned file read/write/list with path allowlist
pip install chp-adapter-filesystemAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
glob_filesv1.0.0chp.adapters.filesystem.glob_filesgrepv1.0.0chp.adapters.filesystem.greplist_directoryv1.0.0List entries in a directory.
chp.adapters.filesystem.list_directoryread_filev1.0.0Read a file
chp.adapters.filesystem.read_filestat_pathv1.0.0Check existence, type, and size of a path.
chp.adapters.filesystem.stat_pathwrite_filev1.0.0Write or overwrite a file.
chp.adapters.filesystem.write_file