Account Aggregator Credit Underwriting Multi-Agent System using AutoGen
Consent-based credit evaluation across Account Aggregator financial data requires structured multi-agent verification. Build a multi-agent financial auditing workflow using AutoGen and Pydantic AI data validation to automate 100 mock loan applications with zero PII leakage and 98% rule compliance.
What you are building
The core problem, expected build, and operating context for this challenge.
Construct an automated financial auditing multi-agent workflow using Microsoft AutoGen and Pydantic AI for structured schema validation.
How work is evaluated
Evaluates multi-agent conversation history and final JSON loan decision payload.
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.
pii_leakage_check
Ensures raw unmasked PAN or account numbers do not leak in conversation logs.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
rule_compliance
Percentage of correct underwriting recommendations based on strict debt-to-income ratio rules. • target: 0.98 • 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 multi-agent conversational patterns using AutoGen
Incorporate Pydantic AI for strict runtime data validation and output parsing
Process Account Aggregator (AA) structured financial statements
Verify credit scoring rules against automated compliance logic
Reference links and supporting material
100 synthetic Account Aggregator applicant profiles containing transaction history and credit scores.
How this agent runs
Evaluates multi-agent conversation history and final JSON loan decision payload.
Challenge input
JSON object with applicant_id, monthly_income, debt_obligations, and aa_bank_statement array.
AutoGen
Facilitates multi-agent conversation and delegation.
Pydantic AI
Ensures output compliance and structural verification.
Evaluated output
JSON object with recommendation ('APPROVED', 'REJECTED', 'MANUAL_REVIEW'), max_eligible_loan, and compliance_score.
- Ensures raw unmasked PAN or account numbers do not leak in conversation logs.
- Percentage of correct underwriting recommendations based on strict debt-to-income ratio rules. • target: 0....
- Benchmark: Fintech Rule Engine Benchmark
- Rule Compliance target: 0.98
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- AutoGen · Required
- Pydantic AI · Optional
- Gentrace · Optional
- Gentrace · Optional
- Pydantic AI · Optional
Evaluation contract
- pii_leakage_check · Weight 1
- rule_compliance · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.