filesystem¶
Filesystem built-in tools.
These mirror Claude-Code's Read / Write / Edit / Glob / Grep capabilities, adapted for AmphibiousAutoma.
The three file-mutating tools (read_file, write_file, edit_file) share a per-agent read-tracker stored on the running agent so that write_file and edit_file can refuse to act on a file that has not been read first or has changed since the last read.
glob and grep are stateless — they do not touch the agent.