ONDC Merchant Catalog Guardrailing with CrewAI and NVIDIA NeMo
Small retail merchants face catalog ingestion errors and policy compliance violations when listing products on ONDC. Orchestrate a team of agents using CrewAI and NVIDIA NeMo Guardrails to sanitize and classify catalog items, achieving 99% safety policy compliance and under 2s per item processing time.
What you are building
The core problem, expected build, and operating context for this challenge.
Deploy a CrewAI collaborative agent workflow combined with NVIDIA NeMo Guardrails to enforce automated product listing safety and schema normalization.
How work is evaluated
Evaluates catalog item processing for safety policy compliance and output schema alignment.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
safety_policy_enforcement
Verifies misleading claims are correctly flagged and suppressed.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
compliance_rate
Accuracy of safety policy classification across tests. • target: 0.99 • range: 0-1
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Build collaborative role-based agent workflows using CrewAI
Implement programmable guardrails using NVIDIA NeMo Guardrails
Normalize heterogeneous merchant catalog data to ONDC protocol schemas
Validate product claim policies against e-commerce consumer guidelines
Reference links and supporting material
200 raw D2C product catalog listings with varied formatting and policy violation edge cases.
How this agent runs
Evaluates catalog item processing for safety policy compliance and output schema alignment.
Challenge input
JSON containing raw_title, description, price, and category_claim.
CrewAI
Coordinates multi-agent role execution.
NVIDIA NeMo Guardrails
Enforces strict input/output policy constraints.
Evaluated output
JSON containing ondc_title, normalized_category, safety_passed (bool), and flag_reasons list.
- Verifies misleading claims are correctly flagged and suppressed.
- Accuracy of safety policy classification across tests. • target: 0.99 • range: 0-1
- Benchmark: E-Commerce Safety Guardrail Benchmark
- Compliance Rate target: 99%
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- CrewAI · Required
- RAI · Optional
- Nvidia · Optional
Evaluation contract
- safety_policy_enforcement · Weight 1
- compliance_rate · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.