Documentation Index
Fetch the complete documentation index at: https://docs.openbrowser.me/llms.txt
Use this file to discover all available pages before exploring further.
CodeAgent Parameters
Core Settings
task: Task description string that defines what the agent should accomplishllm: LLM instance for code generation (required: ChatBrowserUse)browser: Browser session object for automationtools: Registry of tools the agent can callmax_steps(default:20): Maximum number of execution steps before terminationmax_failures(default:8): Maximum consecutive errors before terminationmax_validations(default:0): Maximum number of times to run the validator agent (default: 0)
Vision & Processing
use_vision(default:"auto"): Vision mode -"auto"includes screenshot tool but only uses vision when requested,Truealways includes screenshots,Falsenever includes screenshots and excludes screenshot toolpage_extraction_llm: Separate LLM model for page content extraction. You can choose a small & fast model because it only needs to extract text from the page (default: same asllm)
Actions & Behavior
use_thinking(default:True): Controls whether the agent uses its internal “thinking” field for explicit reasoning steps
File & Data Management
available_file_paths: List of file paths the agent can accesssensitive_data: Dictionary of sensitive data to handle carefully
Advanced Options
calculate_cost(default:False): Calculate and track API costs (see … to track costs)