/** Default built-in tools for headless agents (file I/O only, no bash). */ export const FILE_IO_TOOLS = ["read", "write", "edit", "ls"] as const;