Skip to main content

Design and Governance Engine for high-stakes research.

Project description

coreason-protocol

The Design and Governance Engine for high-stakes research.

Organization License Build Status Code Style: Ruff Documentation

Description

coreason-protocol transforms natural language intent into a Rigorous, Audited, and Executable Search Protocol. It acts as the "Study Director" or Design Plane, ensuring that research protocols are designed with rigor, validated with logic (PRESS guidelines), and approved with authority before execution.

Unlike simple RAG retrieval, this package enforces a scientific workflow:

  1. AI Draft: Generates PICO blocks and expands terms using ontologies (via coreason-codex).
  2. Human Governance: Allows experts to override or inject terms.
  3. Strict Validation: Checks structural integrity and PRESS guidelines.
  4. Immutable Registration: Locks and registers approved protocols (via coreason-veritas).

Installation

pip install coreason-protocol

Or using poetry:

poetry add coreason-protocol

Features

  • PICO Architecture: Structuring of research intent into Population, Intervention, Comparator, and Outcome.
  • Ontology Expansion: Integration with coreason-codex for term hydration (Concept IDs).
  • Strategy Compilation: Translation of PICO models into executable queries for:
    • PubMed/Ovid (Boolean strings with MeSH/TiAb mapping).
    • LanceDB (Vector embeddings + metadata filters).
    • Graph (Cypher queries).
  • HITL Governance: Support for human review with override_term and inject_term capabilities.
  • Audit Fidelity: Soft-deletion of terms to maintain a complete history of design decisions.
  • Multi-Format Rendering: Export to HTML (visual diff), PRISMA-S text, and JSON-LD.

Usage

from coreason_protocol import ProtocolDefinition, PicoBlock, TermOrigin, OntologyTerm

# Initialize a new Protocol Definition
protocol = ProtocolDefinition(
    id="prot-123",
    title="Statins for CVD Prevention",
    research_question="Do statins reduce CVD risk in elderly patients?",
    pico_structure={},
    status="DRAFT"
)

# Example: Adding a PICO block (programmatically or via AI expansion)
term = OntologyTerm(
    id="term-001",
    label="Statins",
    vocab_source="MeSH",
    code="D019821",
    origin=TermOrigin.USER_INPUT
)

protocol.pico_structure["I"] = PicoBlock(
    block_type="I",
    description="Intervention",
    terms=[term]
)

# Render the protocol for review
html_output = protocol.render(format="html")
print(html_output)

Documentation

For detailed product requirements and architectural philosophy, see docs/product_requirements.md.

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

coreason_protocol-0.2.0.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

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

coreason_protocol-0.2.0-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

Details for the file coreason_protocol-0.2.0.tar.gz.

File metadata

  • Download URL: coreason_protocol-0.2.0.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for coreason_protocol-0.2.0.tar.gz
Algorithm Hash digest
SHA256 8a6c7649013a11e920d2dced7fa18e2ef7a1f5d38ac4362266485c69d42e6363
MD5 edc58237243d7deeec31c89ece7e0030
BLAKE2b-256 fa1b128bcbcea4b0121e33237f0f86197914a0628a55460aa8a793b43c6c33bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_protocol-0.2.0.tar.gz:

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

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_protocol-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for coreason_protocol-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ebe24514c5a3705ef878381867e77698247301dd8ff9daea96a86ad9482ccea4
MD5 23c112b2161050d762d382f58ccdf86d
BLAKE2b-256 a590f397c801d396d8f5796c38300d96610b1460661942970d6721fce4eb4f79

See more details on using hashes here.

Provenance

The following attestation bundles were made for coreason_protocol-0.2.0-py3-none-any.whl:

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

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