Metadata-Version: 2.4
Name: thingking-machine
Version: 0.0.9
Summary: A Machine that thingks.
Author-email: Machina Ratiocinatrix <machina.ratio@gmail.com>, Alexander Fedotov <alex.fedotov@aol.com>
Project-URL: Homepage, https://github.com/thingking-machine/thingking-machine
Keywords: thingking-machine
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
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
Dynamic: license-file

# 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
```
