docs: update roadmap

This commit is contained in:
Simon
2025-10-11 15:43:22 +08:00
parent 4e43ebdc5f
commit 4585a66c52
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"editor.fontLigatures": true, "editor.fontLigatures": true,
"cSpell.words": ["opensource", "retryable"], "cSpell.words": ["HITL", "opensource", "retryable"],
"markdownlint.config": { "markdownlint.config": {
// "comment": "Relaxed rules", // "comment": "Relaxed rules",
"default": true, "default": true,

View File

@@ -10,7 +10,7 @@ The development progress and future plans for PageAgent.
- [x] **Multi model provider integration and testing** - [x] **Multi model provider integration and testing**
- [x] **UI with HITL** - Human-in-the-loop user interface - [x] **UI with HITL** - Human-in-the-loop user interface
- [x] **Landing and doc pages** - [x] **Landing and doc pages**
- [ ] **Testing suits** - [ ] **Support structure output**
- [ ] **Custom knowledge base and instructions** - [ ] **Custom knowledge base and instructions**
- [ ] **Black/white-list safeguard** - [ ] **Black/white-list safeguard**
- [ ] **Data-masking** - [ ] **Data-masking**
@@ -19,6 +19,7 @@ The development progress and future plans for PageAgent.
- [ ] **Free evaluation plan?** - [ ] **Free evaluation plan?**
- [ ] **Working homepage with live LLM API** - [ ] **Working homepage with live LLM API**
- [ ] **free CDN** - [ ] **free CDN**
- [ ] **Testing suits**
♻️ Following browser-use's update and contribute back ♻️ Following browser-use's update and contribute back
@@ -33,3 +34,4 @@ The development progress and future plans for PageAgent.
- [ ] **Remove ai-sdk?** - Only one function is being used - [ ] **Remove ai-sdk?** - Only one function is being used
- [ ] **Cross-origin multi-page?** - Tricky - [ ] **Cross-origin multi-page?** - Tricky
- [ ] **Support custom llm fetch?**