This commit is contained in:
2026-06-19 14:31:33 +09:00
parent 8e145803d8
commit ce07537eef
5 changed files with 463 additions and 19 deletions
+2
View File
@@ -331,6 +331,7 @@ object RagService {
result(finalDecision, true)
} catch (e: Exception) {
e.printStackTrace()
println("❌ [$stockName] 분석 실패: ${e.message}")
}
}
@@ -560,6 +561,7 @@ object RagService {
println("⏱️ [$stockName] 처리 성능 리포트: 전체 ${totalDuration}ms | 재무 ${finDuration}ms | 기술 ${techDuration}ms | 뉴스AI ${newsDuration}ms | 합성 ${synthDuration}ms")
return TradingDecision().apply {
this.analyzer = tempDecision.analyzer
this.technicalScore = techScore100
this.financialScore = finScore100
this.systemScore = sysScore100