A Machine that reasons.
Project description
Reasoning-Machine
A Machine that reasons.
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 reasoning-machine \
--provider-api-key=sk-proj-... \
--github-token=ghp_...
Or, with a local pip installation:
pip install reasoning-machine
Set the environment variables:
export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."
Then:
reasoning-machine multilogue.txt
Or:
reasoning-machine multilogue.txt new_turn.txt
Or:
cat multilogue.txt | reasoning-machine
Or:
cat multilogue.txt | reasoning-machine > multilogue.txt
Or:
(cat multilogue.txt; echo:"Theodotos: What do you think, Reasoning-Machine?") \
| reasoning-machine
Or:
cat multilogue.txt new_turn.txt | reasoning-machine
Or:
cat multilogue.txt new_turn.txt | reasoning-machine > multilogue.txt
Or, if you have installed other machines:
cat multilogue.md | reasoning-machine \
| summarizing-machine | judging-machine > summary_judgment.md
Or use it in your Python code:
# Python
import reasoning_machine
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
reasoning_machine-0.0.6.tar.gz
(15.3 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 reasoning_machine-0.0.6.tar.gz.
File metadata
- Download URL: reasoning_machine-0.0.6.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 |
04b200474957a935b36271eb956f3deba7a864b9d6b079f6e8ca760fc98c8bd4
|
|
| MD5 |
ee00bf3d2b8ecca3994dddad974e5490
|
|
| BLAKE2b-256 |
92ba6e6c4e3652a8b0e80aafa9c661b3a7d38512d38fce16d76f1836eb9c6801
|
File details
Details for the file reasoning_machine-0.0.6-py3-none-any.whl.
File metadata
- Download URL: reasoning_machine-0.0.6-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 |
23123596d755918d72c77d27d7170ab3aa17d95bb296fceb1354bc4e866f630e
|
|
| MD5 |
b64564e1871a997966000f3dc45cd743
|
|
| BLAKE2b-256 |
f9c933a50fa495e01a43abcae88d3c7a06f87f8868d1fbfa424ea65f5469b142
|