Skip to content

Commit

Permalink
endpoints and main readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
galatian44to7 committed Jan 13, 2025
1 parent d4631bf commit ef82a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Python_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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;" />
Expand Down

0 comments on commit ef82a5b

Please sign in to comment.