Basic CLI

Run one-shot prompts, interactive chat, streaming output, and JSON output from the command line.

yaaf ask "How are you?"
yaaf chat "Reply with one short greeting."
yaaf ask --stream "Write a haiku about C++."
yaaf ask --format json --pretty "Return a JSON object with answer equal to 2."