#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
exec python3 agentic_browser_cli.py "$@"
