feat(llm): auto fixing known llm format errors

This commit is contained in:
Simon
2025-10-20 22:03:09 +08:00
parent 48da610732
commit 0d48b71b27
7 changed files with 318 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ The development progress and future plans for PageAgent.
- [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
- [ ] **Robust LLM output**
- [x] **Robust LLM output**
- [ ] **Working homepage with live LLM API**
- [ ] **Hooks for Task and HITL**
- [ ] **Hijacking `page_open` event**