Challenge

Multi-Agent Sanctions Compliance Tracker using CrewAI and Fireworks AI

Rapid shifts in international sanctions lists require immediate reconfiguration of transaction screening parameters for global payment networks. Build a multi-agent compliance squad with CrewAI and Fireworks AI inference to ingest regulatory updates, re-index sanction tables, and evaluate suspended transactions. Achieve 100% detection of sanctioned entities with zero latency degradation on cleared routes.

CybersecurityHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Orchestrate a crew of specialized compliance agents using CrewAI and Fireworks AI to continuously ingest regulatory updates and screen pending payments.

Delivery guide

How work is evaluated

Evaluation

Tests crew efficiency in updating sanction policies and correctly updating transaction release/block decisions.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Evaluation rubric

How submissions are scored

These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.

Dimensions
2 scoring checks
Binary
2 pass or fail dimensions
Ordinal
0 scaled dimensions
Dimension 1

policy_update_test

Ensures status switches to RELEASED upon lifting of sanctions

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Dimension 2

sanction_accuracy

Accuracy of transaction status determinations after regulatory changes • target: 1 • range: 0-1

Binary check

This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.

Learning goals

What you should walk away with

  • Define specialized CrewAI roles: Regulatory Crawler, Rule Reindexer, and Payment Evaluator

  • Configure Fireworks AI high-speed inference endpoints for agent task execution

  • Implement multi-agent sequential and hierarchical task delegation patterns

  • Demonstrate live dynamic update of payment routing decisions following sanction status changes

Resources and assets

Reference links and supporting material

Dataset notes

Dataset of 20 regulatory bulletin announcements and 300 cross-border pending transactions in sanction-transition zones.

How this agent runs

Tests crew efficiency in updating sanction policies and correctly updating transaction release/block decisions.

Challenge input

JSON containing news text regarding sanction modification and held transaction queue

CrewAI

Agent collaboration framework

Fireworks AI

Fast model inference runner

Evaluated output

JSON array of transaction IDs with updated statuses (RELEASED or BLOCKED)

Checks for
  • Ensures status switches to RELEASED upon lifting of sanctions
  • Accuracy of transaction status determinations after regulatory changes • target: 1 • range: 0-1
Proof of success
  • Benchmark: Sanctions-Eval
  • Sanction Accuracy target: 1
  • 1 public reference case
Runtime evidence
  • Python execution harness
  • Python sandbox
View technical recipe

Configured tools

Action Space
  • CrewAI · Required
  • crewAI · Optional
Policy Serving
  • Fireworks AI · Optional
Training Infra
  • Fireworks AI · Optional

Evaluation contract

  • policy_update_test · Weight 1
  • sanction_accuracy · Weight 1

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Frequently Asked Questions about Multi-Agent Sanctions Compliance Tracker using CrewAI and Fireworks AI