refactor: establish standalone application boundary

This commit is contained in:
leefer
2026-08-03 21:42:25 +08:00
parent cc5fb8d73e
commit e1e76cd51e
324 changed files with 63090 additions and 44743 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import unittest
from pathlib import Path
from unittest.mock import patch
from assistant_agent import ReviewAssistantError, stream_review_assistant
from backend.features.review.agent import ReviewAssistantError, stream_review_assistant
from database import ReviewDatabase
from server import RequestHandler