From 1bafc23042c4295b27c79652afa3643c9e722bba Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:55:43 +0800 Subject: [PATCH] docs: update roadmap --- ROADMAP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 88970ba..7b0d7de 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** -- [ ] **Support structure output** +- [ ] **Robust LLM output** - [ ] **Custom knowledge base and instructions** - [ ] **Black/white-list safeguard** - [ ] **Data-masking** @@ -23,14 +23,14 @@ The development progress and future plans for PageAgent. - [ ] **Testing suits** - [ ] **Remove ai-sdk** - Only one function is being used - [ ] **Support custom llm fetch** - +- [ ] **Refactor: Separate Agent and Page-Controller** - Agent can run w/o dom ♻️ Following browser-use's update and contribute back ## 📋 Pending Features - [ ] **Same-origin multi-page-app rally** -- [ ] **Simple chrome-ext wrapper** +- [ ] **Chrome-ext wrapper** - [ ] **Local MCP proxy** ## 🤔 To Be Decided