page-agent 1.6.2 → 1.6.3

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.
Files changed (2) hide show
  1. package/README.md +19 -19
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -33,7 +33,8 @@ The GUI Agent Living in Your Webpage. Control web interfaces with natural langua
33
33
  - **SaaS AI Copilot** — Ship an AI copilot in your product in lines of code. No backend rewrite.
34
34
  - **Smart Form Filling** — Turn 20-click workflows into one sentence. Perfect for ERP, CRM, and admin systems.
35
35
  - **Accessibility** — Make any web app accessible through natural language. Voice commands, screen readers, zero barrier.
36
- - **Multi-page Agent** — Extend your own agent's reach across browser tabs with the optional [chrome extension](https://alibaba.github.io/page-agent/docs/features/chrome-extension).
36
+ - **Multi-page Agent** — Extend your own web agent's reach across browser tabs [chrome extension](https://alibaba.github.io/page-agent/docs/features/chrome-extension).
37
+ - **MCP** - Allow your agent clients to control your browser.
37
38
 
38
39
  ## 🚀 Quick Start
39
40
 
@@ -49,8 +50,8 @@ Fastest way to try PageAgent with our free Demo LLM:
49
50
 
50
51
  | Mirrors | URL |
51
52
  | ------- | ---------------------------------------------------------------------------------- |
52
- | Global | https://cdn.jsdelivr.net/npm/page-agent@1.6.2/dist/iife/page-agent.demo.js |
53
- | China | https://registry.npmmirror.com/page-agent/1.6.2/files/dist/iife/page-agent.demo.js |
53
+ | Global | https://cdn.jsdelivr.net/npm/page-agent@1.6.3/dist/iife/page-agent.demo.js |
54
+ | China | https://registry.npmmirror.com/page-agent/1.6.3/files/dist/iife/page-agent.demo.js |
54
55
 
55
56
  ### NPM Installation
56
57
 
@@ -75,11 +76,15 @@ For more programmatic usage, see [📖 Documentations](https://alibaba.github.io
75
76
 
76
77
  ## 🤝 Contributing
77
78
 
78
- We welcome contributions from the community! Follow our instructions in [CONTRIBUTING.md](CONTRIBUTING.md) for setup and guidelines.
79
+ We welcome contributions from the community! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and [docs/developer-guide.md](docs/developer-guide.md) for local development workflows.
79
80
 
80
- Please read the [maintainer note](https://github.com/alibaba/page-agent/issues/349) and [Code of Conduct](docs/CODE_OF_CONDUCT.md) before opening issues or PRs.
81
+ Please read the [maintainer's note](https://github.com/alibaba/page-agent/issues/349) on principles and current state.
81
82
 
82
- Contributions generated entirely by **bots or agents** without substantial human involvement will **not be accepted**.
83
+ Contributions generated entirely by **bots or AI** without substantial human involvement will **not be accepted**.
84
+
85
+ ## ⚖️ License
86
+
87
+ [MIT License](LICENSE)
83
88
 
84
89
  ## 👏 Acknowledgments
85
90
 
@@ -97,23 +102,18 @@ Licensed under the MIT License
97
102
  We gratefully acknowledge the browser-use project and its contributors for their
98
103
  excellent work on web automation and DOM interaction patterns that helped make
99
104
  this project possible.
100
-
101
- Third-party dependencies and their licenses can be found in the package.json
102
- file and in the node_modules directory after installation.
103
105
  ```
104
106
 
105
- ## 📄 License
107
+ ## 🌟 Awesome Page Agent
106
108
 
107
- [MIT License](LICENSE)
109
+ Built something cool with PageAgent? Add it here! Open a PR to share your project.
110
+
111
+ > These are community projects — not maintained or endorsed by us. Use at your own discretion.
112
+
113
+ | Project | Description |
114
+ | -------- | ----------------------------------------------------------- |
115
+ | _Yours?_ | [Open a PR](https://github.com/alibaba/page-agent/pulls) 🙌 |
108
116
 
109
117
  ---
110
118
 
111
119
  **⭐ Star this repo if you find PageAgent helpful!**
112
-
113
- <a href="https://www.star-history.com/?repos=alibaba%2Fpage-agent&type=date">
114
- <picture>
115
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=alibaba/page-agent&type=date&theme=dark&legend=top-left&v=7" />
116
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=alibaba/page-agent&type=date&legend=top-left&v=7" />
117
- <img alt="Star History Chart" src="https://api.star-history.com/image?repos=alibaba/page-agent&type=date&legend=top-left&v=7" />
118
- </picture>
119
- </a>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "page-agent",
3
3
  "private": false,
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/page-agent.js",
7
7
  "module": "./dist/esm/page-agent.js",
@@ -44,10 +44,10 @@
44
44
  "postpublish": "node -e \"['README.md','LICENSE'].forEach(f=>{try{require('fs').unlinkSync(f)}catch{}})\""
45
45
  },
46
46
  "dependencies": {
47
- "@page-agent/core": "1.6.2",
48
- "@page-agent/llms": "1.6.2",
49
- "@page-agent/page-controller": "1.6.2",
50
- "@page-agent/ui": "1.6.2",
47
+ "@page-agent/core": "1.6.3",
48
+ "@page-agent/llms": "1.6.3",
49
+ "@page-agent/page-controller": "1.6.3",
50
+ "@page-agent/ui": "1.6.3",
51
51
  "chalk": "^5.6.2"
52
52
  },
53
53
  "peerDependencies": {