<- Adapters

Filesystem

certifiedfilesystem

Governed file read/write/list with path allowlist

pip install chp-adapter-filesystem

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

glob_filesv1.0.0
chp.adapters.filesystem.glob_files
grepv1.0.0
chp.adapters.filesystem.grep
list_directoryv1.0.0

List entries in a directory.

chp.adapters.filesystem.list_directory
read_filev1.0.0

Read a file

chp.adapters.filesystem.read_file
stat_pathv1.0.0

Check existence, type, and size of a path.

chp.adapters.filesystem.stat_path
write_filev1.0.0

Write or overwrite a file.

chp.adapters.filesystem.write_file
See the full capability catalog →