cookbook/filesystem/_05_operations/README.md
Operating FileSystem stores from the outside. Point these recipes at a live agent's file store, or one about to go live, and you can inspect it, fix it and seed it. Both are plain Python against the same backend the agent uses, with no Agent, model, server or API keys involved.
There is no basic.py here. These are two independent operational recipes and neither one is the simpler starting point.
quota_recovery.py: hits both caps on purpose, per-file and per-namespace, shows the exact error strings the agent would see, and recovers the way those errors suggest, by starting a new partition and deleting partitions you no longer need.inspect_files.py: point a script at the same backend an agent uses, then list files, measure usage, read state, and seed records the agent will dedupe against on its next run.quota_recovery.py.inspect_files.py._01_getting_started/. The record-log layout being inspected comes from _02_durable_records/.python cookbook/filesystem/_05_operations/quota_recovery.py
python cookbook/filesystem/_05_operations/inspect_files.py
No environment variables required, since neither file uses a model.