fetchit-engine
Deterministic text cleanup and AI-writing heuristics that run entirely in your process. Your users text never leaves it. Pure standard library, no dependencies.
from fetchit_engine import clean, apply_edits
r = clean(ai_draft, {"mode": "auto"}) # apply only auto-safe edits unattended
publish(r["cleaned"]["text"])
if r["aiReport"].get("level") == "high":
review_queue.put(ai_draft, r) # hand a human the full result
Offsets are code points. See the repository README for the full CleanResult contract, shared 1:1 with @fetchitai/engine (JavaScript).
License
Apache-2.0. Free for everyone, including commercial use.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 fetchit_engine-0.1.2.tar.gz.
File metadata
- Download URL: fetchit_engine-0.1.2.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8989bde604c87bf7607b1eb2c8bc28e7a1bd85e7e60a4e566d2f6dbb99a8f020
|
|
| MD5 |
2a87310cb4f433d2a5f34de669111879
|
|
| BLAKE2b-256 |
9a5bdf8bed5f648a307fbbffee5727fbd7784b02bb6c15284d30cc1b4a319951
|
File details
Details for the file fetchit_engine-0.1.2-py3-none-any.whl.
File metadata
- Download URL: fetchit_engine-0.1.2-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8f9ac31afff2779879158f719106d6e287eab0eec0fef5911a885bac8527397
|
|
| MD5 |
d57b013e3f611166c42b67d1e7224b80
|
|
| BLAKE2b-256 |
efca5a4648b642f2c5818a54cfae366a632216170c153d5d7cb36244765e6377
|