A machine that recalls memorized ideas.
Project description
Recalling-Machine
A machine that recalls memorized ideas.
In order to launch it from the command line or as a Python subprocess:
echo "Theodotos-Alexandreus: What did we decide then, Recalling-Machine?" \
| uvx recalling-machine \
--provider-api-key=sk-proj-... \
--github-token=ghp_...
Or, with a local pip installation:
pip install recalling-machine
Set the environment variables:
export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."
Then:
recalling-machine multilogue.txt
Or:
recalling-machine multilogue.txt new_turn.txt
Or:
cat multilogue.txt | recalling-machine
Or:
cat multilogue.txt | recalling-machine > multilogue.txt
Or:
(cat multilogue.txt; echo:"Theodotos: What did we decide, Recalling-Machine?") \
| recalling-machine
Or:
cat multilogue.txt new_turn.txt | recalling-machine
Or:
cat multilogue.txt new_turn.txt | recalling-machine > multilogue.txt
Or, if you have installed other machines:
cat multilogue.md | recalling-machine \
| summarizing-machine | judging-machine > summary_judgment.md
Or use it in your Python code:
# Python
import recalling_machine
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file recalling_machine-0.0.2.tar.gz.
File metadata
- Download URL: recalling_machine-0.0.2.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89e7d22e4f446202cd2a05d2806a14c946305875d0e77bca7c77799fa988e7af
|
|
| MD5 |
48ad02aa57b28ece9ced1da15f35f8f0
|
|
| BLAKE2b-256 |
55fd034c043ceff7d5bb6a9362db7fd9d2327f3f6457a279776a6930650852a1
|
File details
Details for the file recalling_machine-0.0.2-py3-none-any.whl.
File metadata
- Download URL: recalling_machine-0.0.2-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03187dd8fe9e271059475ff9c172850eca7dfe00939e57e62d09582689a7dd11
|
|
| MD5 |
ea6f3a8b99b4a54a426c6a7d941f16f3
|
|
| BLAKE2b-256 |
38a16bbc2b78a4aac31f66b0941a55bdb40a290eb558cf36008c44ce2881e024
|