# πŸ—ΊοΈ 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?** - [ ] **Hooks for Task and HITL** - [ ] **Hijacking `page_open` event** - [ ] **Custom knowledge base and instructions** - [ ] **Black/white-list safeguard** - [ ] **Data-masking** - [ ] **Custom actions** - [ ] **Optimize for popular UI frameworks** - [ ] **Testing suits** - [ ] **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** - [ ] **Chrome-ext wrapper** - [ ] **Local MCP proxy** ## πŸ€” To Be Decided - [ ] **Cross-origin multi-page?** - Tricky