Build Luxury E-Commerce Verification Crew with CrewAI
Luxury fashion platforms operating on ONDC require automated verification to prevent counterfeit listings and price discrepancies. Build a multi-agent crew using CrewAI with specialized inspector roles to analyze product listings and flag compliance errors with over 95% precision.
What you are building
The core problem, expected build, and operating context for this challenge.
Orchestrate collaborative role-based CrewAI agents for luxury apparel authentication and compliance on open digital networks.
How work is evaluated
Evaluates multi-agent catalog audit accuracy against gold luxury brand verification datasets.
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.
flagged_reasons_non_empty
Ensures flagged listings contain specific cause tags
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
audit_precision
Precision score of counterfeit and listing fraud identification • target: 0.95 • 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
Orchestrate collaborative agents with specific roles using CrewAI
Build brand verification and catalog compliance evaluation tools
Flag pricing discrepancies and unauthorized luxury resellers on digital catalog feeds
Reference links and supporting material
Curated dataset of e-commerce luxury fashion listings and reseller price points.
How this agent runs
Evaluates multi-agent catalog audit accuracy against gold luxury brand verification datasets.
Challenge input
JSON containing product_title, seller_name, price_inr, MSRP_inr, image_url
CrewAI
Allows creation of autonomous multi-agent inspection teams
Evaluated output
JSON containing authenticity_status, risk_score, and flagged_reasons
- Ensures flagged listings contain specific cause tags
- Precision score of counterfeit and listing fraud identification • target: 0.95 • range: 0-1
- Benchmark: Luxury-Audit-Bench
- Audit Precision target: 0.95
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- CrewAI · Required
- crewAI · Optional
- Zed · Optional
Evaluation contract
- flagged_reasons_non_empty · Weight 1
- audit_precision · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.