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.7.tar.gz (15.9 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.7-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: reason_py-0.1.7.tar.gz
  • Upload date:
  • Size: 15.9 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.7.tar.gz
Algorithm Hash digest
SHA256 c0391868df2cca9e812cf572da6aeaf9492a9e7bc270f61b6d23adf44e0999a1
MD5 050cb8749a96dc779618ab0616b2e041
BLAKE2b-256 4bce59d6df155c71f67e571e086a37053d9f8249c87020c7de7f8d1d6ab6ad48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: reason_py-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 10.1 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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 13742d8d8e0e44b19590138f1aaf4199cc51c4ded7d936314442355ad04dc613
MD5 7a20afbec02d7e50ba183e1563d8ad35
BLAKE2b-256 9de71a46e8558fef7af3dd01f95d0479c0c6dab5427ad2cd70b3d86e93d4b913

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