Metadata-Version: 2.3
Name: thinking-machine
Version: 0.0.19
Summary: A Machine that thinks.
Keywords: thinking-machine
Author: Machina Ratiocinatrix, Alexander Fedotov
Author-email: Machina Ratiocinatrix <machina.ratio@gmail.com>, Alexander Fedotov <alex.fedotov@aol.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: pyyaml==6.0.3
Requires-Dist: click==8.3.1
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/machina-ratiocinatrix/thinking-machine
Description-Content-Type: text/markdown

# Thinking-Machine
A Machine that thingks.

In order to launch it from command line or as a subprocess:
```bash
  echo "Theodotos-Alexandreus: Are language models seeking the Truth, machine?" \
    | uvx thinking-machine \
        --provider-api-key=sk-proj-... \
        --github-token=ghp_... 
```

Or:
```bash
  pip install thinking-machine
```
Then:
```Python
  # Python
  import thinking_machine
```
