chat - MadBomber/aia GitHub Wiki

The --chat switch option enables chat mode. It automatically sets --no-out_file which means that all output from the LLM processing go directly to STDOUT. After the initial prompt is sent and its response received, AIA asks you for a follow-up. This interactive back-and-forth continues until you have no other follow-ups to make. At that time you just press the enter key without any input. Or you do a control-D or type "exit" before the return key.

A good practice is also use the --[terse](/MadBomber/aia/wiki/terse) option when in chat mode.