docs: package structure changes

This commit is contained in:
Simon
2025-12-15 19:08:53 +08:00
parent b9fe8146b6
commit 68d1a10dd0
3 changed files with 25 additions and 25 deletions

View File

@@ -72,11 +72,8 @@ PageAgent adopts a simplified monorepo structure:
```
packages/
├── page-agent/ # AI agent (npm: page-agent)
│ ├── PageAgent # Agent main loop
│ ├── tools/ # LLM tool definitions
│ ├── ui/ # UI components & panels
│ └── llms/ # LLM integration layer
├── page-controller/ # DOM operations (npm: @page-agent/page-controller)
├── ui/ # Panel & Mask & Mouse Animation (npm: @page-agent/ui)
└── website/ # Demo & Documentation site
```