The dr-anticorruption module is now set up with a FastAPI interface. Below are the key endpoints for the Orchestrator:
| Endpoint |
Method |
Description |
/ingest |
POST |
Triggers background data ingestion from official DGCP sources. |
/risk |
POST |
Returns a detailed risk report (0-100 score + factors) for a specific RPE. |
/graph |
GET |
Returns network JSON nodes/edges for entity relationship mapping. |
/brief |
POST |
Generates an evidence-backed brief (Markdown support). |
Current Status: Pull Request #12 open with the initial skeleton.
The
dr-anticorruptionmodule is now set up with a FastAPI interface. Below are the key endpoints for the Orchestrator:/ingestPOST/riskPOST/graphGET/briefPOSTCurrent Status: Pull Request #12 open with the initial skeleton.