Attending-Machine ...
Project description
Attending-Machine
A Machine that thinks.
In order to launch it from the command line or as a Python subprocess:
echo "Theodotos-Alexandreus: Are language models seeking the Truth, machine?" \
| uvx attending-machine \
--provider-api-key=sk-proj-... \
--github-token=ghp_...
Or, with a local pip installation:
pip install attending-machine
Set the environment variables:
export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."
Then:
attending-machine multilogue.txt
Or:
attending-machine multilogue.txt new_turn.txt
Or:
cat multilogue.txt | attending-machine
Or:
cat multilogue.txt | attending-machine > tmp && mv tmp multilogue.txt
Or:
(cat multilogue.txt; echo:"Theodotos: What do you think, Attending-Machine?") \
| attending-machine
Or:
cat multilogue.txt new_turn.txt | attending-machine
Or:
cat multilogue.txt new_turn.txt | attending-machine > tmp && mv tmp multilogue.txt
Or, if you have installed other machines:
cat multilogue.md | attending-machine \
| summarizing-machine | judging-machine > summary_judgment.md
Or use it in your Python code:
# Python
import attending_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
attending_machine-0.0.3.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 attending_machine-0.0.3.tar.gz.
File metadata
- Download URL: attending_machine-0.0.3.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 |
8129f584e3dd298247b70118b27e34ad158ac13dd8c9483201a81abda092fcb4
|
|
| MD5 |
59af0d679ca7c3ba730e7cbfb4230722
|
|
| BLAKE2b-256 |
45354573759aeb2344cc28406a0c27ef5f91eb972f57ccfce6492c44a25410ba
|
File details
Details for the file attending_machine-0.0.3-py3-none-any.whl.
File metadata
- Download URL: attending_machine-0.0.3-py3-none-any.whl
- Upload date:
- Size: 22.1 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 |
15a013fbc7c272e9437e39f15fd94d443ecfc9c9b7699aa6367c60a25e8697ea
|
|
| MD5 |
72e4a91b0c9f9e80808d50a045247f2e
|
|
| BLAKE2b-256 |
79843b27fc7ac661e8630190cb7eb4fa21e1707a54b5eba66b60003d214d77b5
|