File size: 463 Bytes
76085b8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Architecture
## Agent Pipeline
Inspector → OCR → Editor → Annotator → Validator → Exporter
## Data Flow
Every stage writes a new intermediate file to the job folder.
The orchestrator manages routing, logging, and error propagation.
The export agent copies the final validated PDF to the user-selected output folder.
## Logging
Structured JSONL log per job: `<output_dir>/job-<id>/pipeline.jsonl`
Manifest JSON per job: `<output_dir>/manifest.json`
|