Meta-Machina ...
Project description
Meta-Machina
A machine that can morph into any machine.
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 meta-machina \
--provider-api-key=sk-proj-... \
--github-token=ghp_...
Or, with a local pip installation:
pip install meta-machina
Set the environment variables:
export PROVIDER_API_KEY="sk-proj-..."
export GITHUB_TOKEN="ghp_..."
Then:
meta-machina multilogue.txt
Or:
meta-machina multilogue.txt new_turn.txt
Or:
cat multilogue.txt | meta-machina
Or:
cat multilogue.txt | meta-machina > tmp && mv tmp multilogue.txt
Or:
(cat multilogue.txt; echo:"Theodotos: What do you think, Meta-Machina?") \
| meta-machina
Or:
cat multilogue.txt new_turn.txt | meta-machina
Or:
cat multilogue.txt new_turn.txt | meta-machina > tmp && mv tmp multilogue.txt
Or, if you have installed other machines:
cat multilogue.md | meta-machina \
| summarizing-machine | judging-machine > summary_judgment.md
Or use it in your Python code:
# Python
import meta_machina
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
meta_machina-0.0.9.tar.gz
(15.9 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 meta_machina-0.0.9.tar.gz.
File metadata
- Download URL: meta_machina-0.0.9.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4917dd9f996aee00930a7cf446e9c8b2fe9e0142fe84dc321bf49403afc782a
|
|
| MD5 |
1e3f06570416e161b2a363c9b7f2f0e5
|
|
| BLAKE2b-256 |
c117092b0c915107c9eaeb3c951753dbadb807d20a4fec672bf62e8c631c6299
|
File details
Details for the file meta_machina-0.0.9-py3-none-any.whl.
File metadata
- Download URL: meta_machina-0.0.9-py3-none-any.whl
- Upload date:
- Size: 21.9 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 |
fb9b8c2367396bf00b8ee2f75c9cf6de4dff50333ee41b9221e2e0b69f06fdb3
|
|
| MD5 |
f5a91a163ec9e0fc2828fbd63fe96ce9
|
|
| BLAKE2b-256 |
0ca3659354533db24316fe4ff20fc580d8fb15f0ef8d022622e1049e17288535
|