fix(phase2): restore agent streams and persist extension installations

This commit is contained in:
2026-09-06 02:21:27 +08:00
parent 670f4c076b
commit 9e8603d010
32 changed files with 815 additions and 39 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ cd ..
```powershell
# 终端一
cd backend
uv run uvicorn app.main:app --reload --host 127.0.0.1 --port 8000
uv run python scripts/dev-server.py
# 终端二
cd frontend