page-agent 0.0.9 → 0.0.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # PageAgent 🤖🪄
2
2
 
3
- ![banner](https://img.alicdn.com/imgextra/i1/O1CN01RY0Wvh26ATVeDIX7v_!!6000000007621-0-tps-1672-512.jpg)
3
+ ![banner](https://img.alicdn.com/imgextra/i3/O1CN01MyVCS21EoKkIHUT1s_!!6000000000398-49-tps-1280-353.webp)
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/page-agent.svg)](https://badge.fury.io/js/page-agent) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![Downloads](https://img.shields.io/npm/dt/page-agent.svg)](https://www.npmjs.com/package/page-agent) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/page-agent)](https://bundlephobia.com/package/page-agent) [![GitHub stars](https://img.shields.io/github/stars/alibaba/page-agent.svg)](https://github.com/alibaba/page-agent)
6
6
 
@@ -72,11 +72,8 @@ PageAgent adopts a simplified monorepo structure:
72
72
  ```
73
73
  packages/
74
74
  ├── page-agent/ # AI agent (npm: page-agent)
75
- │ ├── PageAgent # Agent main loop
76
- │ ├── tools/ # LLM tool definitions
77
- │ ├── ui/ # UI components & panels
78
- │ └── llms/ # LLM integration layer
79
75
  ├── page-controller/ # DOM operations (npm: @page-agent/page-controller)
76
+ ├── ui/ # Panel & Mask & Mouse Animation (npm: @page-agent/ui)
80
77
  └── website/ # Demo & Documentation site
81
78
  ```
82
79