A machine that provides guidance.
Project description
Guiding-Machine
A machine that provides guidance.
In order to launch it from the command line or as a Python subprocess:
echo "Theodotos-Alexandreus: How do we do it? Provide guidance, machine." \
| uvx guiding-machine \
--provider-api-key=sk-proj-... \
--github-token=ghp_...
Or, with a local pip installation:
pip install guiding-machine
Set the environment variables:
export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."
Then:
guiding-machine multilogue.txt
Or:
guiding-machine multilogue.txt new_turn.txt
Or:
cat multilogue.txt | guiding-machine
Or:
cat multilogue.txt | guiding-machine > tmp && mv tmp multilogue.txt
Or:
(cat multilogue.txt; echo:"Theodotos: What do you think, Guiding-Machine?") \
| guiding-machine
Or:
cat multilogue.txt new_turn.txt | guiding-machine
Or:
cat multilogue.txt new_turn.txt | guiding-machine > tmp && mv tmp multilogue.txt
Or, if you have installed other machines:
cat multilogue.md | guiding-machine \
| summarizing-machine | judging-machine > summary_judgment.md
Or use it in your Python code:
# Python
import guiding_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
guiding_machine-0.0.1.tar.gz
(15.9 kB
view details)
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 guiding_machine-0.0.1.tar.gz.
File metadata
- Download URL: guiding_machine-0.0.1.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3ff1f28588503ad598c6715364802b83a08b5953e040f3e381ba30a069c730a
|
|
| MD5 |
10ee6d0a97ead91075b141d33892dbc8
|
|
| BLAKE2b-256 |
2960cee75c0a5586eb3b6ab5931b87013dbe475f95b18cfa6138e1065d99110c
|
File details
Details for the file guiding_machine-0.0.1-py3-none-any.whl.
File metadata
- Download URL: guiding_machine-0.0.1-py3-none-any.whl
- Upload date:
- Size: 22.0 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 |
5e235ba7a10baaf11940ba9ddd995776ebe3eb2e97bac1e5d0c996b01b3d4cfd
|
|
| MD5 |
8d37c13cc46a9105bca03b9522108761
|
|
| BLAKE2b-256 |
a908d3c48f30d6dd987b2b49eb44bc7eaad41e2da3ab2fe7b9e3cd6d177b4374
|