Files
page-agent/ROADMAP.md
T

62 lines
1.9 KiB
Markdown
Raw Normal View History

2025-09-29 16:33:15 +08:00
# 🗺️ PageAgent Roadmap
The development progress and future plans for PageAgent.
## 🚀 Current Works
2025-10-22 17:16:15 +08:00
- [x] **MVP**
- Core functionality implemented.
- [x] **SPA interaction**
2025-09-29 16:33:15 +08:00
- [x] **Reasoning and (short) memory**
- [x] **Multi model provider integration and testing**
2025-10-22 17:16:15 +08:00
- [x] **UI with HITL**
- Human-in-the-loop user interface. Agent can ask user questions.
2025-09-29 19:29:52 +08:00
- [x] **Landing and doc pages**
2025-10-22 17:48:06 +08:00
- [x] **Remove `ai-sdk`**
2025-10-22 17:16:15 +08:00
- Only one function of AI-ADK is being used.
- Our agent memory and thinking mechanism does not suite ai-sdk.
- [x] **Robust LLM output**
2025-10-22 17:16:15 +08:00
- Auto-fix incomplete output format of DeepSeek and QWen.
2025-10-21 16:39:38 +08:00
- [x] **Working homepage with live LLM API**
2025-10-21 17:05:38 +08:00
- [x] **~~free~~ CDN**
2025-10-22 17:16:15 +08:00
- [x] **Free evaluation plan**
2025-10-21 19:29:13 +08:00
- [x] **Custom actions and HITL**
- [ ] **Hooks and Events**
2025-10-22 16:32:40 +08:00
- [x] **lifecycle hooks**
- [ ] **lifecycle events**
2025-12-05 19:38:56 +08:00
- [ ] **User takeover**
2025-12-05 19:41:50 +08:00
- [#64](https://github.com/alibaba/page-agent/issues/64)
2025-10-21 21:31:35 +08:00
- [ ] **❗Hijack `page_open/page_change/page_unload` behavior**
2025-09-29 16:33:15 +08:00
- [ ] **Custom knowledge base and instructions**
2025-12-05 19:41:50 +08:00
- [#45](https://github.com/alibaba/page-agent/issues/45)
2025-09-29 16:33:15 +08:00
- [ ] **Black/white-list safeguard**
- [ ] **Data-masking**
2025-12-05 19:41:50 +08:00
- [#44](https://github.com/alibaba/page-agent/issues/44)
2025-10-24 17:50:57 +08:00
- [ ] **Improve Memory**
2025-12-05 19:41:50 +08:00
- [#66](https://github.com/alibaba/page-agent/issues/66)
- [#65](https://github.com/alibaba/page-agent/issues/65)
2025-09-29 19:29:52 +08:00
- [ ] **Optimize for popular UI frameworks**
2025-10-22 22:41:48 +08:00
- [x] **i18n of the website**
2025-10-22 17:18:39 +08:00
- [x] Chinese version
2025-10-22 22:41:48 +08:00
- [x] English version
2025-12-05 19:38:56 +08:00
- [x] **Refactor: Separate `Agent` and `PageController`**
2025-12-05 19:41:50 +08:00
- [ ] **Chrome-ext wrapper for multi-page tasks**
2025-09-29 16:33:15 +08:00
2025-10-22 17:16:15 +08:00
♻️ Following browser-use's update and contribute back.
2025-09-29 16:33:15 +08:00
## 📋 Pending Features
2025-12-05 19:38:56 +08:00
- [ ] **Tools for more complex tasks**
- todo list
- file sys
- [ ] **Support custom llm fetch**
- [ ] **Testing suits**
2025-10-21 19:29:13 +08:00
- [ ] **Same-origin multi-page-app rally**
2025-09-29 16:33:15 +08:00
- [ ] **Local MCP proxy**
## 🤔 To Be Decided
2025-10-22 17:16:15 +08:00
- [ ] **Cross-origin multi-page?**
- Tricky
- Need some kind of "memory rally"