A collection of interactive demos showcasing Seclai in action. Each subfolder is a self-contained project — clone the repo, cd into a demo, and follow its local instructions to run it.
These demos exist to make Seclai's governance, policy enforcement, and agent evaluation tangible. Rather than reading about guardrails, you can interact with real (or stubbed) agents and see how policies shape their behavior.
Each demo has its own package.json and README. The general pattern is:
git clone <this-repo>
cd demos/<demo-name> # e.g. jailbreak-arcade
npm install
cp .env.example .env # if present
npm run devMIT © Seclai, Inc.