@coolkiller007/my-page-agent 0.1.13 → 0.1.14

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
@@ -57,7 +57,6 @@ Tree、Prompt 和自动修复器属于内部实现,不从包根入口导出。
57
57
  - `src/browser`:DOM 提取与页面操作。
58
58
  - `src/llm`:OpenAI-compatible 模型调用。
59
59
  - `src/ui`:页面内用户界面。
60
- - `src/integrations`:业务框架适配的预留边界。
61
60
  - `src/shared`:跨能力共享的无状态工具。
62
61
  - `src/index.ts`:限定公共 API 的唯一包入口。
63
62