Skip to content

v0.1.2

Choose a tag to compare

@PyroDonkey PyroDonkey released this 10 Jul 21:13
· 104 commits to main since this release
a4c7b21

Feature and hardening patch for the internal-alpha hosted stack. The public
memory contract gains one additive operation; CONTRACT_VERSION stays 0.1.0.

Added

  • load_active_context, a structured sibling of fresh_context that returns
    serialized transcript messages a host can replay as model message history
    instead of rendered priming text.
  • LongMemEval evaluation harness rehomed into vexic.longmemeval with a CLI,
    host-port judge wiring, and an --allow-live provider-call gate (COA-342).
  • Hosted control-plane catalog can route to Turso behind a flag, with a
    migrate_control_plane migration path (COA-360).

Changed

  • Dream sweeper storage routes through the customer-target resolver, and raised
    dream-phase output token caps with surfaced sweeper logs (COA-352, COA-355).
  • Hosted ingest storage ValueErrors are classified as 5xx and surface only a
    stable error code (COA-356).

Fixed

  • Dream sweeper state writes lost to reaped Turso Hrana streams are now retried
    (#194).