Roadmap: Phase 6 Complete - Evidence and Entity Integrity
Browse files- ROADMAP.md +3 -3
ROADMAP.md
CHANGED
|
@@ -46,11 +46,11 @@ This document tracks the practical evolution of Aubm from a working multi-agent
|
|
| 46 |
- [x] Worker Integration: Task and project run endpoints can route work to the queue with `TASK_EXECUTION_MODE=queue` or `use_queue=true`.
|
| 47 |
- [x] Queue Default: Sync execution is now fallback; queue mode is default in development and production.
|
| 48 |
|
| 49 |
-
## Phase 6: Evidence and Entity Integrity (
|
| 50 |
- [x] Strict JSON Task Schemas: Backend classifies structured task types, prompts for JSON, and blocks approval when required fields are missing.
|
| 51 |
- [x] Semantic Deduplication: Extracted claims use normalized text hashes and embedding-based semantic merging to avoid duplicates per project.
|
| 52 |
-
- [
|
| 53 |
-
- [
|
| 54 |
- [x] Evidence-Aware Final Report: Final reports now consume consolidated claims from `task_claims` using semantic merging for high-accuracy strategic conclusions.
|
| 55 |
|
| 56 |
## Phase 7: Intelligence and Memory (Next)
|
|
|
|
| 46 |
- [x] Worker Integration: Task and project run endpoints can route work to the queue with `TASK_EXECUTION_MODE=queue` or `use_queue=true`.
|
| 47 |
- [x] Queue Default: Sync execution is now fallback; queue mode is default in development and production.
|
| 48 |
|
| 49 |
+
## Phase 6: Evidence and Entity Integrity (Complete)
|
| 50 |
- [x] Strict JSON Task Schemas: Backend classifies structured task types, prompts for JSON, and blocks approval when required fields are missing.
|
| 51 |
- [x] Semantic Deduplication: Extracted claims use normalized text hashes and embedding-based semantic merging to avoid duplicates per project.
|
| 52 |
+
- [x] Mandatory `source_url` per Claim: Structured factual/comparison outputs require source URLs and extracted claims are stored in `task_claims`; approval is blocked if sources are missing for sensitive schemas.
|
| 53 |
+
- [x] Entity Normalization Layer: `task_claims` stores normalized `entity_key` values; new `EvidenceView` component provides a unified UI for semantic findings and entity intelligence.
|
| 54 |
- [x] Evidence-Aware Final Report: Final reports now consume consolidated claims from `task_claims` using semantic merging for high-accuracy strategic conclusions.
|
| 55 |
|
| 56 |
## Phase 7: Intelligence and Memory (Next)
|