Build a Sports Privatization Bid Valuer with Pydantic AI & NeMo Guardrails
Evaluating multi-bidder privatization proposals for Saudi sports infrastructure requires strict financial guardrails. Build a type-safe agent using Pydantic AI and NVIDIA NeMo Guardrails to validate compliance, calculate financial ratios, and block non-compliant bids.
What you are building
The core problem, expected build, and operating context for this challenge.
Utilize Pydantic AI for structured valuation models combined with NVIDIA NeMo Guardrails to enforce regulatory compliance policies on privatization bids.
How work is evaluated
Ensures output compliance with regulatory boundaries and valid Pydantic type signatures.
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.
type_safety_check
Validate that output conforms strictly to Pydantic schema
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
guardrail_safety_rate
Percentage of invalid bids correctly blocked • target: 1 • range: 0.95-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
Define type-safe Pydantic models for sports club valuation parameters
Implement NeMo Guardrails to prevent unauthorized valuation logic alterations
Evaluate financial risk profiles of foreign and local bidding consortia
Automate generation of prequalification audit reports for ministry officials
Reference links and supporting material
Privatization proposal data, financial disclosures, and regulatory qualification criteria for sports assets.
How this agent runs
Ensures output compliance with regulatory boundaries and valid Pydantic type signatures.
Challenge input
JSON containing bidder profile and liquidity metrics
Pydantic AI
Type-safe agent definition and JSON validation
NVIDIA NeMo Guardrails
Enforces domain-specific financial policy rules
Evaluated output
JSON prequalification status
- Validate that output conforms strictly to Pydantic schema
- Percentage of invalid bids correctly blocked • target: 1 • range: 0.95-1
- Benchmark: FinGuardBench
- Guardrail Safety Rate target: 100%
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- RAI · Required
- Pydantic AI · Optional
- NVIDIA NeMo Guardrails · Optional
- Pydantic AI · Optional
Evaluation contract
- type_safety_check · Weight 1
- guardrail_safety_rate · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.