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.
Documentation
-
update readme (9c8fa3aa612e5df)
-
add documentation to method addNode(String, StateGraph.CompiledGraph) (b61cad7a640f8c1)
-
update package documentation (808e4ea2015bace)
-
update changeme (359731642c9d2df)
Refactor
- add eternal package SwiftyACE, removing the local one (7dc4588a0980d7d)