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
@@ -1,12 +1,12 @@
1
1
# Playwright-computer-use
2
2
3
-
In `computer.py` is defined a `PlaywrightComputerTool`. Such tool is an Anthropic computer use tool, that is made to interact with an `async` playwright page.
3
+
In `computer.py` is defined a `PlaywrightToolbox`. Such tool is an Anthropic computer use tool, that is made to interact with an `async` playwright page. Plus another couple of tools to use the navigation bar and going back to the previous page.
4
4
5
5
## Demo
6
6
7
7
An example of an agent using this tool is implemented in `loop.py`.
8
8
9
-
An example of usage of the agent defined in `loop.py` can be found in `test.py`.
9
+
An example of usage of the agent defined in `loop.py` can be found in `demo.py`.
0 commit comments