Silent machine.
In order to launch it from the command line or as a Python subprocess:
echo "Theodotos-Alexandreus: Think, but stay silent, machine." \
| uvx silent-machine \
--provider-api-key sk-proj-... \
--github-token ghp_... Or, with a local pip installation:
pip install silent-machineSet the environment variables:
export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."Then:
silent-machine -a multilogue.txtOr:
silent-machine multilogue.txt > response.txtOr:
silent-machine -a multilogue.txt > tmp && echo tmp > multilogue.txtOr use it in your Python code:
# Python
import silent_machine