Skip to main content

Agent-TARS

Agent-TARS is a browser agent developed by the TARS team, distributed as an npm CLI package.

Installation

npm install -g @agent-tars/[email protected]

Configuration

Copy the example config, then edit:
cp agents/Agent-TARS/config.yaml.example agents/Agent-TARS/config.yaml
agents/Agent-TARS/config.yaml:
MODEL_PROVIDER: volcengine
MODEL_ID: doubao-1-5-thinking-vision-pro-250428
MODEL_APIKEY: your_api_key_here
BROWSER_CONTROL: hybrid
TIMEOUT: 300  # Task timeout in seconds (can be overridden by --timeout)

Usage

uv run scripts/run.py --agent Agent-TARS --benchmark LexBench-Browser --mode first_n --count 3

Supported Benchmarks

  • LexBench-Browser
  • Online-Mind2Web
  • BrowseComp