opensteer 0.5.6 → 0.6.0
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/CHANGELOG.md +4 -0
- package/README.md +2 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
# Opensteer
|
|
2
2
|
|
|
3
|
-
Browser automation framework for
|
|
3
|
+
Browser automation framework for AI agents to explore websites and build complex scrapers directly in your codebase.
|
|
4
4
|
|
|
5
|
-
Opensteer
|
|
6
|
-
structured extraction, and CUA agent workflows.
|
|
5
|
+
Opensteer enables AI agents like Claude Code and Codex to interact with browsers and Electron applications, building scrapers directly in your local codebase. It provides a token-efficient suite of tools and agent skills designed for seamless integration.
|
|
7
6
|
|
|
8
7
|
## Install
|
|
9
8
|
|
package/package.json
CHANGED