Agents
Agents
Explore the browser agents supported by LexBench platform, view configuration and integration guide
ByteDance's open-source multimodal browser agent supporting complex web interaction tasks
Key Capabilities
Multimodal understanding
Complex web interactions
Visual element recognition
Auto screenshot analysis
Supported Data
LexBench-BrowserOnline-Mind2WebBrowseComp
How to Integrate New Agent
Follow these steps to integrate your agent into LexBench platform
Quick Start
# Run Agent-TARS evaluation
python scripts/run.py \
--agent Agent-TARS \
--data LexBench-Browser \
--split no_login \
--mode first_n \
--count 10
# Run browser-use evaluation
python scripts/run.py \
--agent browser-use \
--data LexBench-Browser \
--split no_login \
--mode first_n \
--count 10