#!/usr/bin/env bash
# Convenience wrapper to run the Accessibility Intelligence Agent
# Usage: ./a11y-agent scan ./path --platform web

SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
exec python3 -m agent "$@"
