Skip to content

Package Overview

agentic-proteins exists to preserve legacy runtime imports and entrypoints while callers migrate to the canonical runtime package. The package is useful only when that role stays narrow enough that a reviewer can say why it exists without naming several different owners at once.

What It Owns

  • preserve legacy import paths
  • preserve legacy CLI and API entry surfaces
  • route readers and callers to the canonical runtime package

The Compatibility Contract is the hard boundary for this package. If a change cannot be defended there as compatibility forwarding, it belongs in a canonical owner instead.

What It Refuses

  • new canonical runtime behavior
  • new evidence or scoring semantics
  • maintainer-only repository automation

First Proof Check

  • packages/agentic-proteins/src/agentic_proteins
  • packages/agentic-proteins/tests
  • neighboring handbook branches once a change crosses the local role