You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ playwright install
108
108
- `--dark-mode`: Enables dark mode for the user interface.
109
109
3. **Access the WebUI:** Open your web browser and navigate to `http://127.0.0.1:7788`.
110
110
4. **Using Your Own Browser(Optional):**
111
-
- Set `CHROME_PATH` to the executable path of your browser and `CHROME_USER_DATA` to the user data directory of your browser.
111
+
- Set `CHROME_PATH` to the executable path of your browser and `CHROME_USER_DATA` to the user data directory of your browser. Leave `CHROME_USER_DATA` empty if you want to use local user data.
- Open the WebUI in a non-Chrome browser, such as Firefox or Edge. This is important because the persistent browser context will use the Chrome data when running the agent.
- If you think all the requirements of user\'s instruction have been completed and no further operation is required, output the done action to terminate the operation process.
59
+
- If you think all the requirements of user\'s instruction have been completed and no further operation is required, output the **Done** action to terminate the operation process.
60
60
- Don't hallucinate actions.
61
61
- If the task requires specific information - make sure to include everything in the done function. This is what the user will see.
62
62
- If you are running out of steps (current step), think about speeding it up, and ALWAYS use the done action as the last action.
@@ -140,6 +140,7 @@ class CustomAgentMessagePrompt(AgentMessagePrompt):
0 commit comments