Starting a conversation
Start with the default agent (waits for your voice)
vtmate
Start with a specific agent
vtmate -a "main agent"
Start with an initial text prompt
vtmate -p "Are we alone in the galaxy?"
Start with an initial prompt from a file
vtmate -i myprompt.txt
Start with an initial prompt from stdin
echo "How to fly without wings?" | vtmate -i -
Whichever way you start it - by voice, -p, -i, or stdin - that
initial input becomes turn 0 and the conversation continues normally from there.