Skip to content

3.2.0

Latest
Compare
Choose a tag to compare
@bsorrentino bsorrentino released this 05 Dec 19:11
· 6 commits to main since this release

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