Metadata-Version: 2.3
Name: thingking-machine
Version: 0.0.14
Summary: A Machine that thingks.
Keywords: thingking-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: pygithub>=2.6.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: urllib3>=2.0.4
Requires-Dist: requests>=2.32.5
Requires-Dist: click>=8.3.0
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/thingking-machine/thingking-machine
Description-Content-Type: text/markdown

# Thingking Machine
A Machine that thingks.

In order to launch it with OpenAI as LLM provider:
```bash
  echo "Theodotos-Alexandreus: Are language models seeking the Truth, machine?" \
    | uvx thingking-machine \
        --provider-api-key=sk-proj-... \
        --github-token=ghp_... 
```

Or:
```bash
  pip install thingking-machine
```
Then:
```Python
  # Python
  import thingking_machine
```
