refactor: streamline agent turn handling and background review process

This commit is contained in:
asepharyana
2026-07-20 17:25:23 +07:00
parent 4c186b62d4
commit dd7825b481
14 changed files with 409 additions and 327 deletions
-2
View File
@@ -92,8 +92,6 @@ async fn handle_socket(mut socket: WebSocket, state: Arc<WsState>) {
api_key,
model,
api_base: None,
edit_count: 0,
consecutive_empty_reviews: 0,
};
zesdex_infrastructure::agent::spawn_agent_turn(params);