Skip to main content

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

reason_py-0.1.4.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reason_py-0.1.4-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file reason_py-0.1.4.tar.gz.

File metadata

  • Download URL: reason_py-0.1.4.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for reason_py-0.1.4.tar.gz
Algorithm Hash digest
SHA256 e1e2e6ff83fbf0511ad7f1f0d6168b27229df80d421ba59877ff2a01de670100
MD5 72280cc0d3e44f7ef79f55cf00d5bea3
BLAKE2b-256 61af76e7e0855549d1aff47f1c5c866156fd37f98439849cd869bc70666677d3

See more details on using hashes here.

File details

Details for the file reason_py-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: reason_py-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.10

File hashes

Hashes for reason_py-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 115d39f24765ace07d00dd3904b95fbe16b243541e2093fd2feb1f65415b3462
MD5 be4d25874158d15bef9ae42fbf6978a2
BLAKE2b-256 34fe93024491eb61c9c860a7be5537c74718c1b7ae2969b0d3631bc686bcdc77

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page