Deterministic protein design runtime with replayable execution artifacts, CLI automation, and API surfaces for lab-in-the-loop workflows
Project description
agentic-proteins
Package Family
agentic-proteins provides the deterministic execution engine for protein
design workflows, including replayable runtime artifacts, policy-safe runtime
state transitions, CLI automation, and API boundaries.
Use this package when you need production execution behavior, traceable artifacts for auditability, or runtime integration points for agentic and lab-in-the-loop protein design systems.
Why teams pick this package
- reproducible execution with deterministic run state and replay-oriented controls
- inspectable artifacts for scientific review, incident analysis, and compliance
- integration-ready boundaries for CLI usage, API orchestration, and provider wiring
- clear runtime contracts that keep orchestration behavior stable across releases
Typical use cases
- run deterministic protein design loops in CI, batch systems, or orchestrators
- capture run artifacts as evidence for downstream review and approval workflows
- expose runtime capabilities through CLI or HTTP integration surfaces
- enforce provider capability checks before expensive or irreversible execution
Installation
pip install agentic-proteins
Quick start
agentic-proteins --help
Import-driven usage starts from the runtime and design loop modules:
from agentic_proteins.runtime import models as runtime_models
from agentic_proteins.design_loop import orchestrator
Package boundaries
This package owns runtime execution, lifecycle state, run artifacts, and runtime-facing entrypoints.
It does not own cross-package scientific governance:
- domain lifecycle and review-gate semantics live in
bijux-proteomics-core - ranking and scenario reasoning live in
bijux-proteomics-intelligence - evidence trust and contradiction resolution live in
bijux-proteomics-knowledge - lab scheduling and rerun planning live in
bijux-proteomics-lab
Source guide
src/agentic_proteins/runtimefor runtime lifecycle and execution controlsrc/agentic_proteins/design_loopfor design-loop orchestrationsrc/agentic_proteins/interfacesfor CLI surfacessrc/agentic_proteins/apifor HTTP-facing boundariestestsfor executable behavior expectations
Documentation
Changelog
All notable changes for agentic-proteins are recorded here.
0.3.0 - 2026-04-06
Added
- Package-local release manifest and maintainer-facing package docs:
README.md,docs/ARCHITECTURE.md,docs/BOUNDARIES.md,docs/CONTRACTS.md, anddocs/maintainer/pypi.md. - Package-local changelog publishing path wired in package and root metadata.
Changed
- Package URLs now consistently reference
bijux.io/bijux-proteomicsandgithub.com/bijux/bijux-proteomics.
Fixed
- Test path resolution now uses explicit monorepo-root detection so e2e, regression, and governance tests stay stable with nested package manifests.
0.2.3 - 2026-01-16
Added
- Expanded provider test coverage for ColabFold, OpenProtein, and local ESMFold utilities.
- Runtime capability validation tests and candidate filter unit coverage.
- Stability marking test for module annotations.
Changed
- Hardened local ESMFold utility tests to exercise error and success branches.
Fixed
- Reliability checks and helper tests to keep coverage and gating stable.
0.2.2 - 2026-01-16
Added
- Release alignment for docs, gates, and CI structure.
Changed
- Consistent documentation build and validation wiring.
Fixed
- Minor release hygiene issues discovered in CI.
0.2.1 - 2026-01-16
Added
- Expanded unit and integration coverage with new invariants, API, and docs gates.
- Additional tests for provider isolation, reproducibility, and abuse-case blocking.
- Fancy PyPI readme fragments for README + changelog publishing.
Changed
- Refactored
tests/unitinto a structured layout for clearer ownership.
Fixed
- Coverage floors and CI gates stabilized around new test layout.
0.2.0 - 2026-01-16
Added
- Architecture invariants, threat model skeleton, and design debt ledger.
- Reproducible runs via
agentic-proteins reproduce <run_id>with hash checks. - Determinism tests, artifact immutability tests, and invariant regression coverage.
- Provider isolation checks and chaos failure test for mid-run provider loss.
- Benchmark regression gate and per-module coverage floors in CI.
- Documentation system contracts, lint gates, and CLI surface audit coverage.
- API error taxonomy enforcement, correlation ID logging test, and OpenAPI drift guard.
- Dependency allowlist enforcement for SBOM changes.
0.1.0 - 2026-01-14
Added
- Deterministic, artifact-first execution engine with explicit run directories and state snapshots.
- Agent-based architecture covering planning, analysis, execution, verification, and reporting.
- End-to-end design loop with failure handling, stagnation detection, and human-in-the-loop gating.
- CLI for running, resuming, inspecting, comparing, and exporting protein design runs.
- Local and remote provider abstractions with explicit capability and requirement checks.
- Structured reporting system with machine-readable artifacts and human-readable summaries.
- Integrated evaluation pipeline supporting structure-based metrics and ground-truth comparison.
- Reproducibility controls, observability hooks, and execution telemetry.
- Example datasets and reference runs for local experimentation and validation.
- Comprehensive test suite covering unit, integration, regression, and execution boundaries.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_proteins-0.3.1.tar.gz.
File metadata
- Download URL: agentic_proteins-0.3.1.tar.gz
- Upload date:
- Size: 104.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac5f98e9da9d4b8adb9f4398270982b3292293dca48b02402b44365c7780729e
|
|
| MD5 |
a7ead035cec6f71e6b00c9b2fc344524
|
|
| BLAKE2b-256 |
74cb8ab0ca0680b13f6a6c1f73303647dd4fbd18d0a59442ea1221dc414d1e50
|
File details
Details for the file agentic_proteins-0.3.1-py3-none-any.whl.
File metadata
- Download URL: agentic_proteins-0.3.1-py3-none-any.whl
- Upload date:
- Size: 168.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b49959748d227b1592f93ee2ae852d33f32687ac895b8499804661d461929b8
|
|
| MD5 |
906324b5b139275b53bf19b36f8000f1
|
|
| BLAKE2b-256 |
d248e436822440261066eb91e1afe8d547bf08bf921dfd88afdfae7e110063ea
|