Skip to main content

The official zero-trust, high-throughput kinetic execution engine for the coreason-manifest ontology.

Project description

🧠 coreason-runtime

PyPI - Version CI Documentation Deploy Docs PyPI - Python Version Downloads License: Prosperity 3.0 SOTA: 2026
OpenSSF Scorecard Code Coverage Checked with mypy Code style: ruff pre-commit Security: Bandit
uv Forks Powered By: AI OSV-Scanner Trivy TruffleHog OWASP ZAP

The official zero-trust, high-throughput kinetic execution engine for the coreason-manifest ontology.

coreason-runtime is a State-of-the-Art (SOTA) 2026 cybernetic execution engine. It abandons legacy, fragile "chain-of-thought" LLM scripting in favor of deterministic Active Inference, Topological Data Analysis (TDA), and strictly bounded Markov Decision Processes. It is the definitive implementation of the CoReason Tripartite Doctrine for Tier-1 Kinetic Execution.

If coreason-manifest is the DNA of your multi-agent topologies, coreason-runtime is the biological cell that safely executes them.


🚀 The Paradigm Shift

Modern enterprise AI cannot rely on unbounded while True loops and raw Python exec(). The coreason-runtime enforces mathematical rigor at every boundary:

  • Deterministic Orchestration: Built on Temporal, Cognitive Topology executions are durably serialized. If a GPU dies or a network request fails, the topology pauses, rehydrates, and resumes exactly where it left off. No amnesia. No ghost processes.
  • Zero-Trust WASM Sandboxing: Kinetic actions (Tools) are executed inside isolated WebAssembly environments via Extism. Agents can execute complex IO without ever touching your host's root kernel or filesystem.
  • Epistemic Vector Ledger: Native, zero-copy integration with LanceDB. The runtime automatically projects the agent's latent state into an embedded vector memory layer.
  • Embedded Medallion Analytics: No need for heavy Spark clusters. Raw telemetry (SSE) is ingested via dlt and transformed into Silver/Gold analytical intelligence matrices using Rust-backed Polars directly inside the daemon.
  • Human-in-the-Loop (HITL) Webhooks: When an agent calculates high Variational Free Energy (epistemic uncertainty), it durably suspends its thread and emits an Oracle Request, waiting safely for a human expert to inject resolving priors via API.
  • Bipartite Proposer-Verifier Protocol: The runtime is physically isolated from local OS capability generation. To fabricate assets, the runtime strictly proposes topological models over air-gapped MCP boundaries to the remote Universal Asset Forge (coreason-meta-engineering).

⚡ Installation

We utilize uv for ultra-fast, deterministic resolution. Ensure you are running Python 3.14+.

uv add coreason-runtime

Note: For bare-metal enterprise deployment with SGLang GPU passthrough, refer to our Docker Deployment Guide.


🐳 Docker Deployment & Hardware Capabilities

The local docker development environment dynamically scales its container footprint depending on the capabilities of the host system.

If the host system does not have an NVIDIA GPU, it skips the heavy sglang (Cognitive Engine) image download (10GB+) and installs a lightweight runtime package without CUDA/PyTorch dependencies.

To automatically configure your environment based on host capabilities, run:

Windows (PowerShell)

./scripts/detect_capabilities.ps1

macOS/Linux

chmod +x ./scripts/detect_capabilities.sh
./scripts/detect_capabilities.sh

These scripts will automatically inspect your hardware and generate/update the local .env configuration file with:

  • COMPOSE_PROFILES=gpu (activated only if NVIDIA GPU is detected)
  • EXTRAS=inference (packages deep learning libraries only if GPU is present)

After running the capability check, start the local stack:

docker compose up --build

🛠️ Quickstart

The runtime is designed to be operated via its CLI or mounted as an API edge.

1. Run a Local Cognitive Topology

To execute a mathematically verified agentic topology, simply pass the JSON/YAML manifest to the runtime:

coreason run ./my_topology_manifest.json

2. Boot the API Edge & Telemetry Broker

To boot the runtime as a continuous daemon (exposing the CRDT State Sync, Schema Projection, and Server-Sent Events telemetry):

coreason serve --port 8000

Your frontend IDE can now connect to http://localhost:8000/api/v1/telemetry/stream to visualize the active inference loops in real-time.


🏗️ Architecture

The runtime operates across five isolated computational boundaries under the CoReason Tripartite Doctrine:

  1. The Orchestrator: Temporal Python SDK running deterministic AST-scanned workflows.
  2. The Cognitive Engine: SGLang routing for sub-millisecond constrained tensor inference.
  3. The Kinetic Sandbox: Extism executing .wasm tools with zero-trust lattices.
  4. The Epistemic Store: LanceDB & Polars managing long-term vectors and ETL metrics.
  5. The Universal Asset Forge: A decoupled MCP channel connecting strictly to the coreason-meta-engineering Fabrication Lines to physically synthesize assets via the Bipartite generation pipeline.

For a deep dive into the cybernetic loop, read the Architecture Documentation.


📜 License

This software is proprietary and dual-licensed under the Prosperity Public License 3.0. Commercial use beyond a 30-day trial requires a separate commercial license. See the LICENSE file for details.

Copyright (c) 2026 CoReason, Inc.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coreason_runtime-0.74.6.tar.gz (2.2 MB view details)

Uploaded Source

Built Distribution

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

coreason_runtime-0.74.6-py3-none-any.whl (309.4 kB view details)

Uploaded Python 3

File details

Details for the file coreason_runtime-0.74.6.tar.gz.

File metadata

  • Download URL: coreason_runtime-0.74.6.tar.gz
  • Upload date:
  • Size: 2.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for coreason_runtime-0.74.6.tar.gz
Algorithm Hash digest
SHA256 6d503e2d95b3a2d4720fc6f88703656505dc7a7c8064a6b8cd7c7d3ec4452db1
MD5 0e14f5af060c67bfcbc7b6da78868f31
BLAKE2b-256 c32b79256f6cd5ea1ea9984ff935f8f473347b3275a0b8f408b5d1996da8a749

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_runtime-0.74.6.tar.gz:

Publisher: publish.yml on CoReason-AI/coreason-runtime

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file coreason_runtime-0.74.6-py3-none-any.whl.

File metadata

File hashes

Hashes for coreason_runtime-0.74.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7f2721066825f311dd93536fa116dfe3533ed5cc45fd6981d6a739b80d03a92a
MD5 3d4ac678e501eeb057f9a305423b2097
BLAKE2b-256 450ae46b921a791d90e580270d94151ada7c78d2bf7b52fb4b1a8f808e6e66c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_runtime-0.74.6-py3-none-any.whl:

Publisher: publish.yml on CoReason-AI/coreason-runtime

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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