#!/usr/bin/env bash
# BookTrans with the defaults of the "agy" agent.
#
# Загружает настройки из файла profiles/agy.conf, где прописаны 
# цепочки моделей для каждого прохода.
#
# Явные ключи командной строки переопределяют настройки профиля:
#   ./bt_agy book.epub --to de --editor gemini-3.1-pro-high,claude:claude-sonnet-5
exec "$(dirname "$(readlink -f "$0")")/booktrans" --profile agy "$@"
