Judging-Machine passes judgements.
Project description
Judging-Machine
A machine that passes judgments.
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 judging-machine \
--provider-api-key=sk-proj-... \
--github-token=ghp_...
Or, with a local pip installation:
pip install judging-machine
Set the environment variables:
export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."
Then:
judging-machine multilogue.txt
Or:
judging-machine multilogue.txt new_turn.txt
Or:
cat multilogue.txt | judging-machine
Or:
cat multilogue.txt | judging-machine > tmp && mv tmp multilogue.txt
Or:
(cat multilogue.txt; echo:"Theodotos: What do you think, Judging-Machine?") \
| judging-machine
Or:
cat multilogue.txt new_turn.txt | judging-machine
Or:
cat multilogue.txt new_turn.txt | judging-machine > tmp && mv tmp multilogue.txt
Or, if you have installed other machines:
cat multilogue.md | judging-machine \
| summarizing-machine | judging-machine > summary_judgment.md
Or use it in your Python code:
# Python
import judging_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
judging_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 judging_machine-0.0.3.tar.gz.
File metadata
- Download URL: judging_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 |
10c1b7e7ab2ae67c72d112248bde6890e383cc87067224231b8a92be6598a577
|
|
| MD5 |
e4c4530d13ec27a6b557c9c1d755e29c
|
|
| BLAKE2b-256 |
c9e755c6aaa6ea7f0b103ea2cd0842620dc46414c6aa2af12f3d3a8a0b881f2f
|
File details
Details for the file judging_machine-0.0.3-py3-none-any.whl.
File metadata
- Download URL: judging_machine-0.0.3-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 |
1f9758f7d3e8e906ed50199b441e97d17d416f791f6ca3892c775f4327606321
|
|
| MD5 |
0f83bc8fee3e220955559705212ca60b
|
|
| BLAKE2b-256 |
d74c7494a8a82db3c19185f86e2ffde420df84068c6633439dc291fd24571d0d
|