web agent protocol
Basic Information
The Web Agent Protocol (WAP) repository provides a standardized framework and a Python SDK to record, convert, and replay user interactions in web browsers. It is designed to separate recording from execution so captured browser events can be transformed into reusable action lists and served to agents or users. The repo includes a Chrome extension for capturing interaction data, a data collection server to receive event streams, generators to produce either exact-replay or smart goal-oriented replay lists, utilities to convert recordings into MCP servers, and a replay engine that executes recorded actions against a browser. The README documents setup steps, environment configuration, example commands for generating replays and MCP servers, file output conventions for recorded sessions, and troubleshooting tips for running the tooling on a developer machine.