Build a MAS Compliance Audit Swarm with CrewAI and /dev/agents
Multi-asset fund managers struggle to maintain continuous regulatory compliance across dynamic Singapore fund structures. Deploy a collaborative multi-agent CrewAI swarm integrated with /dev/agents to audit asset allocations against MAS guidelines and automatically generate structured rebalancing instructions.
What you are building
The core problem, expected build, and operating context for this challenge.
Deploy a collaborative CrewAI agent team using /dev/agents to analyze asset management portfolios for MAS regulatory compliance and generate structured rebalancing instructions.
How work is evaluated
Evaluates CrewAI swarm accuracy in identifying portfolio concentration breaches and emitting correct rebalancing actions.
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.
violation_detection_pass
Ensures all asset threshold breaches are detected
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
rebalance_accuracy
Percentage of rebalance orders that resolve limits without creating new breaches • 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 role-based AI agents using CrewAI framework
Integrate /dev/agents runtime environment for reliable tool execution
Parse portfolio allocations against MAS statutory limits
Generate verifiable rebalancing order tickets with full audit trails
Reference links and supporting material
Synthetic multi-asset fund holdings data and MAS investment limit parameter sets.
How this agent runs
Evaluates CrewAI swarm accuracy in identifying portfolio concentration breaches and emitting correct rebalancing actions.
Challenge input
JSON object with portfolio holdings and MAS regulatory constraints
CrewAI
Supports role-based agent collaboration and delegation
/dev/agents
Provides tool execution environment for quantitative portfolio tools
Evaluated output
JSON object with compliance_status, violations array, and rebalance_orders array
- Ensures all asset threshold breaches are detected
- Percentage of rebalance orders that resolve limits without creating new breaches • target: 0.95 • range: 0-1
- Benchmark: PortfolioAudit-2026
- Rebalance Accuracy target: 0.95
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- CrewAI · Required
- /dev/agents · Optional
- Traceloop · Optional
Evaluation contract
- violation_detection_pass · Weight 1
- rebalance_accuracy · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.