feat: Add review events persistence, version display, and auto-versioning system

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-10-13 14:18:37 +03:00
parent cfba28f913
commit 2db1225618
56 changed files with 750 additions and 436 deletions
+6
View File
@@ -23,6 +23,10 @@ from app.schemas.streaming import (
ReviewProgressEvent,
StreamEventType
)
from app.schemas.review_event import (
ReviewEvent as ReviewEventSchema,
ReviewEventCreate
)
__all__ = [
"RepositoryCreate",
@@ -40,5 +44,7 @@ __all__ = [
"LLMStreamEvent",
"ReviewProgressEvent",
"StreamEventType",
"ReviewEventSchema",
"ReviewEventCreate",
]