page-agent 1.6.3 → 1.7.1
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 +12 -12
- package/dist/iife/page-agent.demo.js +47 -47
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -50,8 +50,8 @@ Fastest way to try PageAgent with our free Demo LLM:
|
|
|
50
50
|
|
|
51
51
|
| Mirrors | URL |
|
|
52
52
|
| ------- | ---------------------------------------------------------------------------------- |
|
|
53
|
-
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.
|
|
54
|
-
| China | https://registry.npmmirror.com/page-agent/1.
|
|
53
|
+
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.7.1/dist/iife/page-agent.demo.js |
|
|
54
|
+
| China | https://registry.npmmirror.com/page-agent/1.7.1/files/dist/iife/page-agent.demo.js |
|
|
55
55
|
|
|
56
56
|
### NPM Installation
|
|
57
57
|
|
|
@@ -74,6 +74,16 @@ await agent.execute('Click the login button')
|
|
|
74
74
|
|
|
75
75
|
For more programmatic usage, see [📖 Documentations](https://alibaba.github.io/page-agent/docs/introduction/overview).
|
|
76
76
|
|
|
77
|
+
## 🌟 Awesome Page Agent
|
|
78
|
+
|
|
79
|
+
Built something cool with PageAgent? Add it here! Open a PR to share your project.
|
|
80
|
+
|
|
81
|
+
> These are community projects — not maintained or endorsed by us. Use at your own discretion.
|
|
82
|
+
|
|
83
|
+
| Project | Description |
|
|
84
|
+
| -------- | ----------------------------------------------------------- |
|
|
85
|
+
| _Yours?_ | [Open a PR](https://github.com/alibaba/page-agent/pulls) 🙌 |
|
|
86
|
+
|
|
77
87
|
## 🤝 Contributing
|
|
78
88
|
|
|
79
89
|
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.
|
|
@@ -104,16 +114,6 @@ excellent work on web automation and DOM interaction patterns that helped make
|
|
|
104
114
|
this project possible.
|
|
105
115
|
```
|
|
106
116
|
|
|
107
|
-
## 🌟 Awesome Page Agent
|
|
108
|
-
|
|
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) 🙌 |
|
|
116
|
-
|
|
117
117
|
---
|
|
118
118
|
|
|
119
119
|
**⭐ Star this repo if you find PageAgent helpful!**
|