Note: cli

Context

The cli module (src/attune_rag/cli.py) is the command-line entry point for debugging retrieval. It exposes two commands:

Content

The module contains two top-level functions; nothing needs to be instantiated before calling them:

Because main() returns an integer exit code, it is suitable for use as a console_scripts entry point.

Tags: cli, query, corpus-info