feat(stage8): evidence scoring — transparent multidimensional scores (independence, proximity, support, contradiction, directness, date)

This commit is contained in:
NSCT Agent
2026-08-24 07:47:00 +00:00
parent cc9d4f2ba5
commit 719e218d9a
6 changed files with 2092 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ dependencies = [
"trafilatura>=2.0.0",
"uvicorn>=0.30.0",
"structlog>=24.0.0",
"openai>=3.3.1",
]
[project.optional-dependencies]
@@ -53,4 +54,4 @@ pythonpath = ["src"]
[tool.ruff]
target-version = "py312"
line-length = 120
line-length = 120