"""Beaver Gateway — personal AI agent gateway.""" from __future__ import annotations from beaver_gateway.cli import main __all__ = ["main"]