Skip to content

Releases: advait/effect-durable-agent

effect-durable-agent v0.1.0-alpha.3

Pre-release

Choose a tag to compare

@advait advait released this 03 Aug 18:47
eaaa83c

Changes

  • Publish state-projected prompt context and WebSocket schema changes to npm.
  • Pin prerelease publication to the npm alpha dist-tag.
  • Verify npm trusted publishing through GitHub Actions.

0.1.0-alpha.2 was tagged on GitHub but was not published to npm.

effect-durable-agent v0.1.0-alpha.2

Pre-release

Choose a tag to compare

@advait advait released this 03 Aug 18:12
7ee91e4

What's changed

  • Add application-defined instruction and data projections around the durable transcript.
  • Build each model prompt only after turn input selection is committed to durable state.
  • Separate WebSocket protocol schemas into explicit domain and wire surfaces.
  • Add typed domain-frame encoding, app-event narrowing, and transformation round-trip coverage.

The LLM context window and UI can now follow the same architectural rule: both are pure projections of durable state.