docs: update roadmap

This commit is contained in:
Simon
2025-12-05 19:41:50 +08:00
parent 70caf6856b
commit b9b812cc25

View File

@@ -25,19 +25,22 @@ The development progress and future plans for PageAgent.
- [x] **lifecycle hooks** - [x] **lifecycle hooks**
- [ ] **lifecycle events** - [ ] **lifecycle events**
- [ ] **User takeover** - [ ] **User takeover**
- [#64](https://github.com/alibaba/page-agent/issues/64)
- [ ] **❗Hijack `page_open/page_change/page_unload` behavior** - [ ] **❗Hijack `page_open/page_change/page_unload` behavior**
- [ ] **Custom knowledge base and instructions** - [ ] **Custom knowledge base and instructions**
- [#45](https://github.com/alibaba/page-agent/issues/45)
- [ ] **Black/white-list safeguard** - [ ] **Black/white-list safeguard**
- [ ] **Data-masking** - [ ] **Data-masking**
- [#44](https://github.com/alibaba/page-agent/issues/44)
- [ ] **Improve Memory** - [ ] **Improve Memory**
- Current phrasing can cause logic-loop for some models. - [#66](https://github.com/alibaba/page-agent/issues/66)
- Test adding `Action` to memory. - [#65](https://github.com/alibaba/page-agent/issues/65)
- [ ] **Optimize for popular UI frameworks** - [ ] **Optimize for popular UI frameworks**
- [x] **i18n of the website** - [x] **i18n of the website**
- [x] Chinese version - [x] Chinese version
- [x] English version - [x] English version
- [x] **Refactor: Separate `Agent` and `PageController`** - [x] **Refactor: Separate `Agent` and `PageController`**
- [ ] **Chrome-ext wrapper** - [ ] **Chrome-ext wrapper for multi-page tasks**
♻️ Following browser-use's update and contribute back. ♻️ Following browser-use's update and contribute back.