From 386167e99bab625cf319bdef2564dee372b6ba04 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:48:06 +0800 Subject: [PATCH] chore: wording --- ROADMAP.md | 4 ++-- pages/docs/features/model-integration/page.tsx | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 5ac0584..ae1b60d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -12,7 +12,7 @@ The development progress and future plans for PageAgent. - [x] **UI with HITL** - Human-in-the-loop user interface. Agent can ask user questions. - [x] **Landing and doc pages** -- [x] **Remove ai-sdk** +- [x] **Remove `ai-sdk`** - Only one function of AI-ADK is being used. - Our agent memory and thinking mechanism does not suite ai-sdk. - [x] **Robust LLM output** @@ -36,7 +36,7 @@ The development progress and future plans for PageAgent. - [ ] English version - [ ] **Testing suits** - [ ] **Support custom llm fetch** -- [ ] **Refactor: Separate Agent and Page-Controller** +- [ ] **Refactor: Separate `Agent` and `Page-Controller`** - Agent should be able to run w/o dom. - Actions should be able to be injected through iframe. diff --git a/pages/docs/features/model-integration/page.tsx b/pages/docs/features/model-integration/page.tsx index 0da3f7b..7006323 100644 --- a/pages/docs/features/model-integration/page.tsx +++ b/pages/docs/features/model-integration/page.tsx @@ -91,8 +91,7 @@ export default function ModelIntegration() {