Workspace File Preview
The workspace file browser is where your Agent’s sandbox files live. Click a file and Myrm decides how to show it — text renders as text, and rich media renders in-app without leaving the workspace.What previews in-app
Smart text vs binary detection
Myrm does not guess. The backend marks every file entry with an authoritativeis_text flag (zero-IO extension detection during the scan), and the frontend routes on that flag:
- Text files are served with a size cap so a huge log never freezes the page.
- Binary files stream in full over HTTP Range — the whole PDF, not a truncated fragment — so previews and downloads stay intact.