Skip to content

Commit 8c9ae8e

Browse files
committed
fix: readme
1 parent 8cb94bd commit 8c9ae8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Playwright-computer-use
22

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.
44

55
## Demo
66

77
An example of an agent using this tool is implemented in `loop.py`.
88

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`.
1010

1111
To run it:
1212
* install requirements `pip install -r requirements` (virtual environment recommended)

0 commit comments

Comments
 (0)