Skip to content

silent-machine/silent-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silent-Machine

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-machine

Set the environment variables:

export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."

Then:

silent-machine -a multilogue.txt

Or:

silent-machine multilogue.txt > response.txt

Or:

silent-machine -a multilogue.txt > tmp && echo tmp > multilogue.txt

Or use it in your Python code:

# Python
import silent_machine

About

Silent machine

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors