🏗️ Tool Architecture Overview

Modular Tool Design

The browser automation system implements tools as discrete, self-contained functions organized into five specialized categories:

Tool Function Structure

Each tool follows a standardized function signature:

Tool Registration System

Tools are registered in the main background script through a centralized tool mapping:


🧭 Navigation Tools