Read a file without loading it into context
read_offloadedRead large files without flooding the context: get a preview, structural outline, and size stats. Retrieve the full contents on demand via a handle.
Instructions
Read a file from disk and OFFLOAD it: returns a short digest (preview + structural outline + line/byte counts) and a handle, instead of dumping the full contents into the window. Prefer this over a normal file read for large files. Fetch the full body only when needed via offload_fetch or the compaction://blob/{handle} resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| label | No |