# CLI App `oduit.cli.app` is the canonical Typer composition root for the CLI. It owns the root app object, the `agent` sub-app, and the console entrypoint. ```{eval-rst} .. automodule:: oduit.cli.app :members: :undoc-members: :show-inheritance: ``` ## Primary Exports - `create_global_config()` is documented in the canonical module API above. - `cli_main()` is documented in the canonical module API above.