CLI (``autorag.cli``) ===================== The ``autorag`` console script is a thin Typer wrapper over :class:`~autorag.core.AutoRAG`. The exposed commands are ``transcribe``, ``generate-topics``, ``blocks``, ``ingest``, ``query``, ``serve``, and the optional ``jobs submit`` / ``jobs status`` subcommands (async pipeline; needs the ``[broker]`` extra). The audio commands own temp-file lifetimes for YouTube URLs and forward optional metadata (title, upload date, source URL) to :meth:`AutoRAG.persist_transcription `. .. automodule:: autorag.cli :members: :show-inheritance: :member-order: bysource