Official Python client for reason:// — the reasoning infrastructure for the agentic internet
Project description
reason-py
Official Python client for reason:// — the reasoning infrastructure for the agentic internet.
pip install reason-py
Quickstart
from reason_py import ReasonClient
client = ReasonClient()
# Resolve a validated reasoning artifact
artifact = client.resolve("reason://finance/fraud/synthetic-identity-temporal-motif")
# Apply it locally — nothing leaves your environment
for transaction in my_transactions:
similarity = client.compare(transaction.embedding, artifact)
if similarity > artifact.thresholds.high_confidence:
flag(transaction)
Point at your own node
client = ReasonClient(endpoint="http://localhost:8080")
What transfers
The artifact contains only the non-invertible structural centroid of a validated pattern. No raw data. No model weights. Reconstruction rate empirically measured at r = 0.0149 (< 1.5% of original signal recoverable).
License
CC BY 4.0 — Jacob Westerbeck / Astrognosy AI
Project details
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 reason_py-0.1.1.tar.gz.
File metadata
- Download URL: reason_py-0.1.1.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a310283b9026bbbbbe84c6a1a8a5df86047f77198411c89ee934f1ceb8b7b13f
|
|
| MD5 |
7d3e96573fb14dc2ea77e8218fb634e1
|
|
| BLAKE2b-256 |
ac41c1bc75e1ce3b3726fefaf5eda33be538cd49a0068c409c6ab67a5ca9fbd8
|
File details
Details for the file reason_py-0.1.1-py3-none-any.whl.
File metadata
- Download URL: reason_py-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91b78f3fc00780b59c76a35c8d661c7ed374f3ea3465078f8ce989fcd188cd0b
|
|
| MD5 |
029ff5d9aa65ecddb444b4d505ea8ace
|
|
| BLAKE2b-256 |
60c7eebf558884d10931f3bbeeb7f722494662cd6af043b702666d4b87221321
|