docs: update documentation to include llms package

This commit is contained in:
Simon
2025-12-22 16:35:58 +08:00
parent 64f1a8c443
commit 7063b8199d
3 changed files with 21 additions and 4 deletions

View File

@@ -73,6 +73,7 @@ PageAgent adopts a simplified monorepo structure:
```
packages/
├── page-agent/ # AI agent (npm: page-agent)
├── llms/ # LLM client (npm: @page-agent/llms)
├── page-controller/ # DOM operations (npm: @page-agent/page-controller)
├── ui/ # Panel & Mask & Mouse Animation (npm: @page-agent/ui)
└── website/ # Demo & Documentation site