Skip to content

cortext v1.1.10

Latest

Choose a tag to compare

@gabewillen gabewillen released this 08 Jul 05:05

Patch release for public no-storage recall and package artifacts.

Fixes:

  • Retention::Ephemeral now forces an input boundary across public text, audio, image, media, and replay ingress paths, so no-storage queries still run retrieval and hydrate Context::retrieved_memory.
  • Durable write permission remains off for ephemeral calls, so CLI/package recall does not store the query as a new memory.
  • Adds a public memory-eval runner plus packet, Codex, Grok, and AGY judge adapters.

Packages:

  • PyPI: augmem.cortext==1.1.10, with six cross-platform native libraries and verified q8_0 model bootstrap. The model downloads to the user cache on first use to stay under PyPI's 100 MB file limit.
  • npm: @augmem/cortext@1.1.10, with six N-API prebuilds and bundled q8_0 model/vocab assets.
  • CLI: Zig-built archives for Linux x86_64/aarch64, macOS x86_64/aarch64, and Windows x86_64/aarch64.

Validation:

  • cmake -S . -B build -DCORTEXT_BUILD_TOOLS=ON -DCMAKE_BUILD_TYPE=Debug
  • cmake --build build --target cortext_cli cortext_memory_eval_runner cortext_tests -j
  • ctest --test-dir build -R cortext_tests --output-on-failure passed in 492.62s.
  • CLI smoke: stored The garage door code is 8841., ephemeral recall "garage door code" retrieved it at rel 0.96, and memory/signal counts stayed 2/2 before and after recall.
  • Memory-eval smoke: 6 public ephemeral queries, 66 aggregate retrieved candidates, zero empty retrieval packets. Packet answer accuracy 0.0; Codex/Grok/AGY each 0.2 over five scored queries.
  • Final PyPI wheel import returned 1.1.10; final npm package load returned 1.1.10.