@openvole/paw-filesystem
v1.0.0
Published
Filesystem Paw for reading, writing, editing, and searching files
Readme
@openvole/paw-filesystem
File system operations for reading, writing, editing, and searching files.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-filesystemConfig
{
"name": "@openvole/paw-filesystem",
"allow": {
"filesystem": ["/app/workspace"],
"env": ["VOLE_FS_ALLOWED_DIRS"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| VOLE_FS_ALLOWED_DIRS | Comma-separated list of directories the paw can access |
Tools
| Tool | Description |
|------|-------------|
| fs_read | Read a file |
| fs_write | Write or create a file |
| fs_edit | Search and replace in a file |
| fs_list | List directory contents |
| fs_search | Search for text in files |
| fs_mkdir | Create a directory |
