file_ops
In one sentence
Agents often read, write, unpack, and batch-process files inside the sandbox—file_ops is the unified entry.
| Operation | Purpose |
|---|---|
read_file / write_file / edit_file | File-level CRUD edits |
unified_file | One-stop read (PDF / DOCX / XLSX / Markdown / images; parser auto-selected) |
workspace_ops | List dirs, find files, bulk rename |
code_execution | Run scripts in isolated sandbox (Python / Bash) |
Safety
- Everything is sandboxed—no writes to host or other tenants
- Large/binary files go to sandbox volume with persistence policy
code_executionis offline by default; outbound calls require credential + allowlists
Industry usage
- Patents: parse disclosure DOCX → extract sections → draft claims
- Automotive: unpack ReqIF → convert ARXML → feed downstream SKILLs
- Manufacturing: batch-read Excel tickets → extract fields → write CSV