41 lines
1.2 KiB
Markdown
41 lines
1.2 KiB
Markdown
# 🗺️ PageAgent Roadmap
|
|
|
|
The development progress and future plans for PageAgent.
|
|
|
|
## 🚀 Current Works
|
|
|
|
- [x] **MVP** - Core functionality implemented
|
|
- [x] **SPA interaction** - Single Page Application support
|
|
- [x] **Reasoning and (short) memory**
|
|
- [x] **Multi model provider integration and testing**
|
|
- [x] **UI with HITL** - Human-in-the-loop user interface
|
|
- [x] **Landing and doc pages**
|
|
- [x] **Remove ai-sdk** - Only one function is being used
|
|
- [x] **Robust LLM output**
|
|
- [x] **Working homepage with live LLM API**
|
|
- [x] **~~free~~ CDN**
|
|
- [x] **Free evaluation plan?**
|
|
- [x] **Custom actions and HITL**
|
|
- [ ] **Hooks and Events**
|
|
- [x] **Step lifecycle**
|
|
- [ ] **Hijacking `page_open` event**
|
|
- [ ] **Custom knowledge base and instructions**
|
|
- [ ] **Black/white-list safeguard**
|
|
- [ ] **Data-masking**
|
|
- [ ] **Optimize for popular UI frameworks**
|
|
- [ ] **Testing suits**
|
|
- [ ] **Support custom llm fetch**
|
|
- [ ] **Refactor: Separate Agent and Page-Controller** - Agent should run w/o dom
|
|
|
|
♻️ Following browser-use's update and contribute back
|
|
|
|
## 📋 Pending Features
|
|
|
|
- [ ] **Chrome-ext wrapper**
|
|
- [ ] **Same-origin multi-page-app rally**
|
|
- [ ] **Local MCP proxy**
|
|
|
|
## 🤔 To Be Decided
|
|
|
|
- [ ] **Cross-origin multi-page?** - Tricky
|