Skip to content

Releases: bsorrentino/LangGraph-Swift

3.2.0

05 Dec 19:11
Compare
Choose a tag to compare

v3.2.0 (2024-12-05)

Features

  • LangGraph.swift add support for subgraphs and embedded streams (18803f157c12e4c)

    Add a method `addNode` to allow adding nodes that contain subgraphs, and modify the existing stream processing logic to
    handle embedded streams within these nodes. This enables more complex graph structures and parallel processing of multiple
    data streams within a single node.

    • Add `addNode` method to support subgraphs
    • Modify stream processing to handle embedded streams within subgraph nodes
    • Refactor some parts of the code for better readability and maintainability (Use arrow keys)
      resolve #6 #7

Documentation

Refactor

3.1.0

15 Aug 20:56
Compare
Choose a tag to compare

v3.1.0 (2024-08-15)

Bug Fixes

  • add exclude argumant in target following the right sequence (868d3a01fda16fa)

Documentation

Refactor

ALM

3.0.2

12 Aug 09:33
Compare
Choose a tag to compare

v3.0.2 (2024-08-10)

Documentation

Refactor

  • deprecate setEntryPoint, setConditionalEntryPoint and setFinishPoint (286315d59dd9425)

3.0.1

05 Aug 08:01
Compare
Choose a tag to compare

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

2.0.1

15 Jul 16:44
Compare
Choose a tag to compare

v2.0.1 (2024-07-09)

Bug Fixes

2.0.0

08 Jul 11:08
Compare
Choose a tag to compare

v2.0.0 (2024-07-08)

Features

Documentation

Refactor