Skip to main content

A portable cognitive-partnership memory + methodology kit. Ship the seed that grows a practice, not the practice.

Project description

Levain

A portable cognitive-partnership memory + methodology kit. You ship the seed that grows a practice, not the practice.

pip install levain
levain init

Heads-up before you scroll — Levain v1 boundaries (kept honest):

  • Harnesses: Claude Code + Codex CLI at v1. One adapter per install (use two installs if you need both).
  • Python: 3.12+ required. The package uses importlib.resources.as_file() on a directory resource, which gained support in 3.12. v0.1.0 supported 3.11+ but only for filesystem installs; v0.1.1 bumps the floor to 3.12 and adds zipapp / PyInstaller / pip install --target into zip support.
  • Web pane onboarding: CLI interview at v1.0. Browser-based onboarding lands in v1.1.
  • Codex hook reliability: Codex 0.132/0.133 has a known platform-level hook-trust gap that no harness consumer can work around. levain doctor + levain verify-hooks surface the wiring; whether your Codex install actually fires the hooks is up to Codex itself (upstream tracking issue).
  • Memory substrate: anneal-memory v0.3.3 is the layer-1 dependency; pinned in pyproject.toml.

What this is

If you've been working with an AI partner long enough to feel the session-amnesia problem — every conversation starts over, every insight has to be re-explained, the quality of the partnership keeps resetting — Levain is the kit you'd otherwise build for yourself.

It packages four things that work together:

  1. A four-layer memory substrate (episodic + continuity + Hebbian associations + limbic) via the anneal-memory library — your partner's hippocampus, neocortex, and lateral connections.
  2. A methodology-core seed — a small set of files defining who the entity is, how partnership works, how memory accrues, who its operator is.
  3. An activation mechanism — primacy-position posture + recency directives + session-boundary wrap discipline, wired through harness hooks.
  4. A scripted onboarding interviewlevain init walks you through filling the seed templates so the entity is uniquely yours from session one.

The kit installs into a Claude Code or Codex CLI workspace. Both harnesses are tier-1 supported at v1.

Why a seed, not a finished methodology

The load-bearing claim under the name levain (the sourdough starter you feed):

A grown cognitive-partnership methodology cannot be shipped as a methodology. Hand someone the artifact and they get a fossil — text describing practices that don't accrete in their substrate. Practice-encoded knowledge transfers through use, not specification.

So Levain ships the engine that grows a methodology: substrate + graduation mechanism + wrap discipline + reflection loop + minimal starting posture. Your own methodology accretes from your sessions. Which is why it sticks, and why it's yours.

A separate operator running Levain will not end up with this operator's continuity — different texture, different graduated patterns, different shape. That's the point.

Proof

See examples/accrual/growth_timeline.md — one continuity file rendered at four snapshots over five months. It started at 96 lines / 6 sections, locked into 9 sections around week 12, and has held that shape since while density grew inside it.

Your week 1 will look like the first snapshot. That's the right starting place — not the last snapshot, which is what this operator's partnership grew into. The trajectory is the proof; the endpoint is not the target.

Install

pip install levain
levain init

levain init runs the scripted interview, lays down the seed templates, registers the chosen adapter (Claude Code or Codex), and initializes the memory store at .levain/memory.db. One adapter per install at v1 — multi-adapter layering is a v1.1 candidate.

levain init --path /path/to/install [--adapter claude-code|codex] [--force]
levain doctor --path /path/to/install
levain verify-hooks --path /path/to/install

levain doctor is the loud in-environment health check — interpreter resolution, MCP server registration, store reachability, hook injection liveness.

levain verify-hooks actually invokes the activation hooks via stdin JSON and verifies they emit valid output. Closes the silent-skip class — particularly the Codex platform hook-reliability gap where the harness itself doesn't surface failures.

Audience

Operator-class developers — the ~5% who already sense session-amnesia is a real problem and would build their own fix. The ceiling isn't a crack; it's the shape of the correct audience.

If you've already built your own substrate-management scripts, you'll recognize the pieces. If "continuity file" and "wrap protocol" don't land, this isn't your tool yet.

What's in v1

  • Methodology-core seed templates (harness-neutral, small, dense)
  • Claude Code adapter (tier-1)
  • Codex CLI adapter (tier-1)
  • levain init / levain doctor / levain verify-hooks CLI
  • Accrual demo showing the empirical growth trajectory

What's not in v1

  • The framework (heartbeat, control pane) — a native flow-shaped framework is parked at v2, held off substitution-drift by one invariant: the human is the fan-in.
  • The web-pane onboarding — the CLI interview is the only front-end at v1.0; the web pane absorbs into v1.1.
  • Multi-adapter layering — one adapter per install at v1; two installs if you need both Claude Code and Codex.

Dependencies

Levain layers on anneal-memory — the four-layer memory library. Both ship to PyPI. Clean dependency direction: Levain depends on anneal-memory, never the reverse.

License

Apache 2.0. See LICENSE for full text and NOTICE for attribution.

The patent grant matters: as the kit accrues operator-class contributions, downstream operators are protected against future contributor patent ambush. The "second sourdough surface" — the activation layer that the operator edits — is the design intent. Apache 2.0 protects that surface.


Built inside the flow workspace; lives at levainhq.com.

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

levain-0.1.1.tar.gz (69.3 kB view details)

Uploaded Source

Built Distribution

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

levain-0.1.1-py3-none-any.whl (84.6 kB view details)

Uploaded Python 3

File details

Details for the file levain-0.1.1.tar.gz.

File metadata

  • Download URL: levain-0.1.1.tar.gz
  • Upload date:
  • Size: 69.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for levain-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6145c8e26026f80117fef600714ab012f3f9d1798f1c3ab3b8e3038d17808ef6
MD5 fb7f9a3e368dbdccf97ab11eb9563e1b
BLAKE2b-256 d8bcb0bc9afc0614e76ba233ba1b0321a69933e188ef378e55899884153ea6c8

See more details on using hashes here.

File details

Details for the file levain-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: levain-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 84.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for levain-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 17343c61365db8d944b480fd7b869874e84c416f47d17c81cd1e2674a908c3a7
MD5 e36ec26a3f2b5f448ab5be922a67212c
BLAKE2b-256 aa0aa1dcd37017286431f71846ec37d5c6a6b4418dc5d98ad5ee0c9a65517cae

See more details on using hashes here.

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