Metadata-Version: 2.3
Name: thingking-machine
Version: 0.0.5
Summary: Machine description
Keywords: thingking-machine
Author: Machina Ratiocinatrix
Author-email: Machina Ratiocinatrix <machina.ratio@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: opehaina>=0.0.5
Requires-Dist: pygithub>=2.6.0
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: urllib3>=2.0.4
Requires-Dist: requests>=2.32.3
Requires-Dist: click>=8.3.0
Requires-Dist: castor-pollux>=0.1.4 ; extra == 'all'
Requires-Dist: electroid>=0.0.19 ; extra == 'all'
Requires-Dist: electroid>=0.0.19 ; extra == 'anthropic'
Requires-Dist: castor-pollux>=0.1.4 ; extra == 'gemini'
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/thingking-machine/thingking-machine
Provides-Extra: all
Provides-Extra: anthropic
Provides-Extra: gemini
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 with Anthropic:
```bash
  echo "Theodotos-Alexandreus: Are language models seeking the Truth, machine?" \
    | uvx --with "thingking-machine[anthropic]" thingking-machine \
        --provider-api-key=sk-proj-... \
        --github-token=ghp_... 
```
Or with Gemini:
```bash
  echo "Theodotos-Alexandreus: Are language models seeking the Truth, machine?" \
    | uvx --with "thingking-machine[gemini]" thingking-machine \
        --provider-api-key=sk-proj-... \
        --github-token=ghp_... 
```
Or:
```bash
  pip install thingking-machine
```
Then:
```Python
  # Python
  import thingking_machine
```
