Commit Graph
1 Commits
Author SHA1 Message Date
rock ab3a81502f [Phase 2.1] Synthesis workflow definition (#12)
CI / CI (push) Successful in 4m34s
## Changes
- `workflow/synthesis.go` — 5-stage synthesis pipeline as Temporal workflow
- `workflow/synthesis_test.go` — 5 tests using Temporal test framework

## Pipeline Stages
1. **ChunkAndEmbed** — chunk text + generate embeddings
2. **ExtractEntities** — LLM entity extraction with reflection
3. **ExtractFacts** — pattern + LLM fact extraction
4. **DetectContradictions** — pre-filter + LLM verification
5. **PersistSynthesis** — save all results to DB
2026-09-09 00:37:16 +00:00