orcha
Unix pipes for AI workflows. Define reusable tasks and linear pipelines in orcha.yaml; run them from Python with a single line.
from orcha import Orcha
o = Orcha("./orcha.yaml")
for event in o.run("summarize-and-translate", "./article.txt"):
print(event)
The package ships a tiny Python wrapper; the actual engine is a Go binary that's auto-downloaded to ~/.orcha/bin/ on first use.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
orcha_dev-0.2.0.tar.gz
(10.6 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
orcha_dev-0.2.0-py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file orcha_dev-0.2.0.tar.gz.
File metadata
- Download URL: orcha_dev-0.2.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d35d4d3cf2558cfa4b9412e03aa312baae8a60a3bc0c0b980c4619f0e8abfed
|
|
| MD5 |
d833ed99534373662ca1141186911150
|
|
| BLAKE2b-256 |
639dfffed3605b55af4becd24f9d901667a35a5240524030d402e6eabc2209d2
|
File details
Details for the file orcha_dev-0.2.0-py3-none-any.whl.
File metadata
- Download URL: orcha_dev-0.2.0-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e2d242430b085779ce891b7764d8580aa80eeeb30ebccde193715c012f60020
|
|
| MD5 |
50502d788f71f5e5471a23198dc752b5
|
|
| BLAKE2b-256 |
c29f7aa17bef0c4e21151e21c0ad3287006586bf1aa4e7d35a3bfe691ad0c96c
|