revising-machine

A machine that revises memories of meanings and events


Keywords
revising-machine
License
MIT
Install
pip install revising-machine==0.0.1

Documentation

Revising-Machine

A machine that revises memories of meanings and events.

In order to launch it from the command line or as a Python subprocess:

echo "Theodotos-Alexandreus: Your memories of that require revision, machine." \
  | uvx revising-machine \
    --provider-api-key sk-proj-... \
    --github-token ghp_... 

Or, with a local pip installation:

pip install revising-machine

Set the environment variables:

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

Then:

revising-machine -a multilogue.txt

Or:

revising-machine multilogue.txt > response.txt

Or:

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

Or use it in your Python code:

# Python
import revising_machine