Files
page-agent/ROADMAP.md
T

56 lines
1.7 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-10-22 17:16:15 +08:00
- [ ] **❗Pause and intervene**
- Current pause does not allow user intervention.
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**
- [ ] **Black/white-list safeguard**
- [ ] **Data-masking**
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-10-11 15:43:22 +08:00
- [ ] **Testing suits**
2025-10-11 17:27:38 +08:00
- [ ] **Support custom llm fetch**
2025-10-22 17:48:06 +08:00
- [ ] **Refactor: Separate `Agent` and `Page-Controller`**
2025-10-22 17:16:15 +08:00
- Agent should be able to run w/o dom.
- Actions should be able to be injected through iframe.
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-10-15 15:55:43 +08:00
- [ ] **Chrome-ext wrapper**
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"