diff --git a/.vscode/settings.json b/.vscode/settings.json index 3e20df6..cfcc662 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.fontLigatures": true, - "cSpell.words": ["opensource", "retryable"], + "cSpell.words": ["HITL", "opensource", "retryable"], "markdownlint.config": { // "comment": "Relaxed rules", "default": true, diff --git a/ROADMAP.md b/ROADMAP.md index 44e4ee4..15374c1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -10,7 +10,7 @@ The development progress and future plans for PageAgent. - [x] **Multi model provider integration and testing** - [x] **UI with HITL** - Human-in-the-loop user interface - [x] **Landing and doc pages** -- [ ] **Testing suits** +- [ ] **Support structure output** - [ ] **Custom knowledge base and instructions** - [ ] **Black/white-list safeguard** - [ ] **Data-masking** @@ -19,6 +19,7 @@ The development progress and future plans for PageAgent. - [ ] **Free evaluation plan?** - [ ] **Working homepage with live LLM API** - [ ] **free CDN** +- [ ] **Testing suits** ♻️ 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 - [ ] **Cross-origin multi-page?** - Tricky +- [ ] **Support custom llm fetch?**