Skip to content

Release history

Resurf releases

All releases

2 shown

v0.1.1 Maintenance

Minor fixes and improvements.

Full changelog

Minor update on README.

Changed

  • README.md: clarify why this project vs existing web agent benches.
v0.1.0 New feature
Notable features
  • resurf SDK with Environment, Task, Runner, Trajectory and adapter ABCs
  • shop_v1 synthetic e-commerce site (FastAPI + React + SQLite) with modifier middleware
  • Adapters: browser-use, stagehand, vision_baseline
Full changelog

Initial public release.

Added

  • resurf SDK (import resurf): Environment, Task, Runner, Trajectory, adapter ABC.
  • shop_v1 synthetic e-commerce site (FastAPI + React + SQLite) with
    modifier middleware (latency, payment_outcome, server_error_rate,
    session_ttl, frozen_time).
  • Adapters: browser-use, stagehand, vision_baseline.
  • ~10 failure-mode templates and ~10 bundled tasks across find / cart /
    checkout / account / adversarial / mobile.
  • CLI: resurf task new | from-template | validate | try | list.
  • resurf-models: shared SQLModel schema + deterministic seed_database.

Beta — feedback welcome: [email protected]