diff --git a/Python_server/README.md b/Python_server/README.md index 0c817da..76d00fc 100644 --- a/Python_server/README.md +++ b/Python_server/README.md @@ -22,11 +22,7 @@ To set up the development environment: ## API Endpoints -The server will expose RESTful API endpoints for: -- Command execution -- Session management -- Status monitoring -- Error handling +[GET] `/lastResponses` returns the browser-use responses from the end of sessions +[GET]`/run` : Parameter: `task`. The `task` parameter is the string being passed to the intitial command for browser-use. -Documentation for these endpoints will be provided as they are implemented. diff --git a/README.md b/README.md index 73049fc..08efbd4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Your commands control the browser - made easy. This project is **experimental**. You can run it easily on macOS by using the executable generated in the `Python_server/dist` folder (e.g., `./a5browseruse` on macOS). For other platforms like **Linux** and **Windows**, you can build or run the server similarly (see the [Installation](#installation) steps for more details). -# WARNING IMPORTANT BEFORE STARTING +### WARNING: Important before proceeding Make sure to start Chrome in debug mode or you will get irratic behavior (many browser windows opening and closing). Instructions are below on how to do that based on your operating system. @@ -96,6 +96,7 @@ However, if this does not work or alternatively, you can follow these steps to s *NEW* + - **Context Storage**: You can add context to be saved and used for all of your commands (across sessions). Click "Advanced Settings" under the command bar, and save information that will be included with each initial command. This can include methods for overcoming obstacles you have observed or to prevent having to repeat the same information everytime. You can edit this at any time or clear the information. <img src="./attached_assets/screenshot2.png" alt="Screenshot of advanced settings for persistent storage" style="display: block; width: 100%; max-width: none;" />