page-agent 1.0.0 β 1.1.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/README.md +6 -6
- package/dist/iife/page-agent.demo.js +22 -23
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ The GUI Agent Living in Your Webpage. Control web interfaces with natural langua
|
|
|
28
28
|
|
|
29
29
|
And π
|
|
30
30
|
|
|
31
|
-
- **π§ͺ `cross-page` control with an experimental chrome extension** -
|
|
31
|
+
- **π§ͺ `cross-page` control with an experimental chrome extension** - `packages/extension`
|
|
32
32
|
|
|
33
33
|
π [**πΊοΈ Roadmap**](https://github.com/alibaba/page-agent/issues/96)
|
|
34
34
|
|
|
@@ -40,7 +40,7 @@ Fastest way to try PageAgent with our free Demo LLM:
|
|
|
40
40
|
|
|
41
41
|
```html
|
|
42
42
|
<script
|
|
43
|
-
src="https://cdn.jsdelivr.net/npm/page-agent@1.
|
|
43
|
+
src="https://cdn.jsdelivr.net/npm/page-agent@1.1.0/dist/iife/page-agent.demo.js"
|
|
44
44
|
crossorigin="true"
|
|
45
45
|
></script>
|
|
46
46
|
```
|
|
@@ -48,10 +48,10 @@ Fastest way to try PageAgent with our free Demo LLM:
|
|
|
48
48
|
> - **β οΈ For technical evaluation only.** Demo LLM has rate limits and usage restrictions. May change without notice.
|
|
49
49
|
> - **π· Bring your own LLM API.**
|
|
50
50
|
|
|
51
|
-
| Mirrors | URL
|
|
52
|
-
| ------- |
|
|
53
|
-
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.
|
|
54
|
-
| China | https://registry.npmmirror.com/page-agent/1.
|
|
51
|
+
| Mirrors | URL |
|
|
52
|
+
| ------- | ---------------------------------------------------------------------------------- |
|
|
53
|
+
| Global | https://cdn.jsdelivr.net/npm/page-agent@1.1.0/dist/iife/page-agent.demo.js |
|
|
54
|
+
| China | https://registry.npmmirror.com/page-agent/1.1.0/files/dist/iife/page-agent.demo.js |
|
|
55
55
|
|
|
56
56
|
### NPM Installation
|
|
57
57
|
|