Skip to content

3.0.1

Compare
Choose a tag to compare
@bsorrentino bsorrentino released this 05 Aug 08:01
· 36 commits to main since this release

v3.0.1 (2024-08-05)

Documentation

Refactor

  • rename param name 'schema' to 'channels' (1f449590227b3e8)

    langgraph.js compliance

  • rename param name 'schema' to 'channels' (49a8a0a246ae707)

    langgraph.js compliance

"name: v3.0.0" is a release tag

v3.0.0 (2024-08-04)

Features

  • finalize Status Schema Management (0858b51d0ccb87a)

    refine Channel class
    update Demo
    refine unit test

  • refine Channels management (74a4768633e8caf)

    introducing State Schema concept

  • add EvaluableValueProtocol (8d6f2aabd87333e)

Documentation

Refactor