Name your file correctly, drop it into
data/uploads/ on GitHub, commit โ and within minutes the ingestion, synthesis, and review agents run automatically. Check the Pipeline tab for results.VC01_), then a short description, then the year.Format: VCxx_description_year.ext
| Code | Value Chain | Good filename example |
|---|---|---|
| VC01 | Iron & Steel | VC01_market_survey_2024.pdf |
| VC02 | Copper & Allied Metals | VC02_production_data_2024.xlsx |
| VC03 | Automotive | VC03_KMC_capacity_report.docx |
| VC04 | Textiles & Garments | VC04_firms_survey_2025.pdf |
| VC05 | Pharmaceuticals | VC05_NDA_register_2024.xlsx |
| VC06 | Petrochemicals & Fertilizers | VC06_kabalega_project_brief.pdf |
| VC07 | Sugar & Confectionery | VC07_USPA_statistics_2024.pdf |
| VC08 | Plastics & Packaging | VC08_industry_association_data.xlsx |
| VC09 | Cement & Building Materials | VC09_UCHA_capacity_2024.docx |
Accepted file types: PDF, DOCX, XLSX, CSV. Maximum size: no hard limit (content is truncated at 80,000 characters for Claude processing).
a) Browser drag-drop: Navigate to
data/uploads/ โ click "Add file" โ "Upload files" โ drag your file โ scroll down โ write a short commit message โ click "Commit changes".b) Git on your laptop: Copy the file into
data/uploads/, then git add โ git commit โ git push.
Good commit message format: data: add VC<XX> <short description> <year>
data/uploads/
mines doc + trusted sources
writes diagnostic chapter
validates 32 checks
data/revision/ and sends a WhatsApp notification. The notice explains exactly what data is missing and which fields need to be filled.| Ingest Agent | 1โ3 minutes (depends on document size and Claude processing time) |
| Synthesis Agent | 2โ5 minutes (Claude writes the full chapter) |
| Review Agent | 1โ3 minutes (Claude evaluates 32 quality gate checks) |
Total: typically 5โ12 minutes from commit to verdict.
Go to the main dashboard โ click the ๐ Pipeline tab. Each value chain shows its Ingest / Synthesise / Review status at a glance, plus the revision summary if something needs fixing.
Open Dashboard โFor detailed logs: go to the repo โ Actions tab โ find the workflow run triggered by your commit โ click "Ingestion Agent", "Synthesis Agent", or "Review Agent" to see the full output.
data: add VC01 Iron & Steel market survey 2024 ยท main ยท 8 minutes ago
- Read the revision notice โ it names the exact field IDs and the data source needed.
- Find the missing data from the suggested source (e.g. TradeMap, UBOS, firm records).
- Save it as a new file named with the correct VCxx prefix.
- Upload to
data/uploads/and commit โ the pipeline re-runs automatically.
Sometimes the ingestion agent exhausts all three methods (doc mining, trusted sources, web search) and still cannot find a value for a mandatory field. In that case it proposes a candidate from general knowledge and opens a GitHub Pull Request for your approval.
source_url link in the JSON file. If a value is wrong, edit it before merging. Closing without merging = rejection โ nothing enters the dataset.