Skip to main content

agent from Development (mutable drafts) to Production (immutable artifacts)

Project description

coreason-publisher

The Regulatory Gatekeeper & Artifact Packager

CI Python License Ruff

coreason-publisher is the "Final Gatekeeper" of the CoReason platform. It orchestrates the transition of an agent from a mutable "Development Experiment" to an immutable "Clinical-Grade Product."

It solves the "Big AI" problem in GxP environments. Agents are not just code; they are a complex dependency of Logic (Prompts), Evidence (Test Results), and Binary Assets (Fine-Tuned Weights). This package bundles these diverse assets into a verifiable package, manages the Git LFS (Large File Storage) pointers for heavy models, and enforces a strict Two-Stage Governance Workflow (Submission $\to$ SRB Approval) before any code reaches production.

Functional Philosophy

The agent must implement the Package-Propose-Approve-Merge Loop:

  1. The "Thick" Artifact: A release is monolithic. It must contain the exact Prompts, Code, Test Data, and Model Weights used during validation. If one piece is missing, the release is void.
  2. Governance as Code: The Scientific Review Board (SRB) approval is a digital state transition, not an email. coreason-publisher blocks the Git merge until a cryptographically signed approval from an authorized SRB member is registered.
  3. Semantic Versioning (SemVer): The tool manages versioning (v1.0 $\to$ v1.1) automatically based on the nature of the change (Patch/Minor/Major), preventing human error.
  4. Reproducibility: The "Council of Models" (the specific LLM versions used for testing) must be locked in the release manifest to ensure the test results are reproducible 5 years from now.

Key Features

  • Artifact Bundling: Aggregates code, data, and models into a single deployment folder.
  • Git LFS Management: Automatically handles large files and model weights.
  • Governance as Code: Blocks merges until a cryptographically signed SRB approval is received.
  • Automated Versioning: Manages SemVer based on change types (Patch/Minor/Major).
  • Reproducibility: Locks the specific "Council of Models" used for validation.

Documentation

For detailed documentation, please refer to the docs/ directory or the deployed MkDocs site:

Quick Start

Prerequisites

  • Python 3.12+
  • Poetry
  • Git LFS

Installation

git clone https://github.com/CoReason-AI/coreason_publisher.git
cd coreason_publisher
poetry install

Basic Usage

To propose a new release (as an SRE):

poetry run python -m coreason_publisher.main propose \
    --project-id <PROJECT_ID> \
    --draft-id <DRAFT_ID> \
    --bump minor \
    --user-id <USER_ID> \
    --description "Release description"

For more details, see the Usage Guide.

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_publisher-0.2.0.tar.gz (26.7 kB view details)

Uploaded Source

Built Distribution

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

coreason_publisher-0.2.0-py3-none-any.whl (40.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for coreason_publisher-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3652d0324b8f0949a74be8dde493507f0787e9d789a4889fa35014b4040f0678
MD5 e00059cd914a5632e00d9a3eb46273af
BLAKE2b-256 6047504749321edb32c95db363c84c25984355634808b5020c6892680468e2f0

See more details on using hashes here.

Provenance

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

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

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

File metadata

File hashes

Hashes for coreason_publisher-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 926e578f6b88d90f0edcd678b5502187cf9770daf232c5024af5a9a93d945568
MD5 53615f818254b9dcdb111ac39796439b
BLAKE2b-256 974679cc2434c0d135c06f20004cdf37e90961c0cde417bfa2ce3a493906ca8f

See more details on using hashes here.

Provenance

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

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

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