Overview
The Vendor Onboarding Showcase is the public-facing reagent-flow demo. Multiple cooperating agents evaluate whether a new vendor is safe to approve:The two scenarios
Scenario 1 — Clean packet
The intake agent emits the expected packet. Security sees that the vendor handles customer PII, finance sees the right billing context, and the approval flow escalates for review. Core contract checks:Scenario 2 — Broken handoff caught
The intake payload drifts in two ways:data_access.contains_customer_piibecomeshandles_personal_datacompliance.subprocessorschanges fromlist[str]to a comma-separated string
Schema
What reagent-flow catches
Running the showcase
Running the tests
vendor_onboarding_showcase.excalidraw for posts, screenshots, and decks.
View source
Browse the full showcase source code on GitHub.