Digitorn
Digitorn
All terms
Runtime

Filesystem module

The runtime module that exposes file operations (read, write, edit, grep, glob) to the agent.

In depth

The filesystem module is the most-used module in coding agents. It tracks read files per session for the read-before-edit guard, paginates large reads to avoid context bloat, and offers fuzzy edit matching with multiple fallback strategies. On Digitorn the same module instance is shared between coordinator and explorer agents so they see the same workspace.

Related concepts
Newsletter

Get the next post in your inbox.

Engineering notes from the Digitorn team. No marketing, no launch announcements, no "10 prompts that will change your life". Just the things we write that we'd want to read.

One-click unsubscribe. We never share your address. Powered by our own infrastructure, not a tracker.

More in Runtime

Behaviour rules/glossary/behavior-rulesCron trigger/glossary/cron-triggerHooks/glossary/hooksHot reload/glossary/hot-reloadModule/glossary/moduleTriggers/glossary/triggers