#!/usr/bin/env npx tsx /** * SLOP Multi-Agent Demo * * Demonstrates SLOP-native agent-to-agent communication: * 1. Starts Coordinator, Scanner, and Analyst agents * 2. Registers agents with coordinator * 3. Runs a full security pipeline with inter-agent communication * * Usage: * npx tsx src/agents/slop/demo.ts [target-path] * * Example: * npx tsx src/agents/slop/demo.ts ./ * npx tsx src/agents/slop/demo.ts /path/to/project */ export {};