Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.8 KB

File metadata and controls

44 lines (36 loc) · 1.8 KB

Roadmap

v0.1 — MVP (current)

  • In-memory + Postgres backends.
  • IdentityCompressor (no semantic compression).
  • IdentityConsolidator (no real rebind; cycle exercised end-to-end).
  • LocalArchive; S3Archive shipped as a class but smoke uses local.
  • api.proxy returns 501.

v0.2 — First integration release (target: 12 weeks after v0.1)

  • Real Mamba-2 coprocessor — production-trained 130M-param SSM with semantic rate-distortion loss against a frozen 1B proxy. Replaces IdentityCompressor.
  • Real consolidation worker — HiCL DG/CA3/CA1 rebind logic. Replaces IdentityConsolidator.
  • S3 / MinIO Ghost Archive livex-amz-object-lock-mode: COMPLIANCE / GOVERNANCE paths both wired; cross-region replication.
  • api.proxy live — Anthropic, OpenAI, local-vLLM adapters. Logit-bias fallback for closed-weight models (see closed-model-gap.md).
  • Helm chart — published to ghcr.io.
  • MINJA detector — cosine-energy outlier scan in FHRR space, beyond the regex gate.
  • httpx 0.28 bump repo-wide.
  • Python 3.12 in CI matrix.

v1.0 — GA (target: 9 months after v0.1)

  • Sovereign SKU — AMD SEV-SNP / Intel TDX / AWS Nitro enclaves. Certificate embeds quote.
  • Multi-region — cross-region S3 replication; pgBackRest WAL streaming.
  • CBOR/COSE certificate variant (SPEC §10 Q4).
  • Multi-model adapter calibration pipeline — 72 h SLA on major Claude/GPT/Gemini/Mistral releases.
  • Full eval suite — LongMemEval, LoCoMo, BEAM scripted in benchmarks/.
  • Audit pack — EU AI Act Art. 12 evidence bundle in docs/audit-pack/.

Long tail (post-v1.0)

  • Rust hot-path for FHRR (PyO3) — revisit Y2.
  • gRPC mirror via Connect-RPC.
  • Synthetic-paraphrase contrastive negative source.
  • VIB learned prior for R(z) rate term.