Nox-Lumen MfgNox-Lumen Mfg

file_ops

In one sentence

Agents often read, write, unpack, and batch-process files inside the sandbox—file_ops is the unified entry.

OperationPurpose
read_file / write_file / edit_fileFile-level CRUD edits
unified_fileOne-stop read (PDF / DOCX / XLSX / Markdown / images; parser auto-selected)
workspace_opsList dirs, find files, bulk rename
code_executionRun 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_execution is 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

On this page