agent-browser 0.23.1 → 0.23.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/bin/agent-browser-darwin-arm64 +0 -0
- package/bin/agent-browser-darwin-x64 +0 -0
- package/bin/agent-browser-linux-arm64 +0 -0
- package/bin/agent-browser-linux-musl-arm64 +0 -0
- package/bin/agent-browser-linux-musl-x64 +0 -0
- package/bin/agent-browser-linux-x64 +0 -0
- package/bin/agent-browser-win32-x64.exe +0 -0
- package/package.json +2 -2
- package/skills/agent-browser/SKILL.md +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# agent-browser
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Browser automation CLI for AI agents. Fast native Rust CLI.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -626,6 +626,7 @@ The dashboard displays:
|
|
|
626
626
|
- **Live viewport** -- real-time JPEG frames from the browser
|
|
627
627
|
- **Activity feed** -- chronological command/result stream with timing and expandable details
|
|
628
628
|
- **Console output** -- browser console messages (log, warn, error)
|
|
629
|
+
- **Session creation** -- create new sessions from the UI with local engines (Chrome, Lightpanda) or cloud providers (Browserbase, Browserless, Browser Use, Kernel)
|
|
629
630
|
|
|
630
631
|
## Configuration
|
|
631
632
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -733,7 +733,7 @@ agent-browser open example.com
|
|
|
733
733
|
agent-browser dashboard stop
|
|
734
734
|
```
|
|
735
735
|
|
|
736
|
-
The dashboard runs independently of browser sessions on port 4848 (configurable with `--port`). All sessions automatically stream to the dashboard.
|
|
736
|
+
The dashboard runs independently of browser sessions on port 4848 (configurable with `--port`). All sessions automatically stream to the dashboard. Sessions can also be created from the dashboard UI with local engines or cloud providers.
|
|
737
737
|
|
|
738
738
|
## Ready-to-Use Templates
|
|
739
739
|
|