You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add simplified streaming of graph events - an async generator via createProcessor(...).getEvents(spec) and an SSE implementation via createProcessor(...).getSSEStream(spec). See docs for more info.
Add simplified streaming for a single node via createProcessor(...).streamNode(nodeIdOrTitle) (SSE)
GraphProcessor now emits a finish event when it has either completed successfully or failed
Add input ports to Trim Chat Messages Node for max token count & "from beginning"
Add an iteration output to the loop controller node
Add variable name output to get and set global nodes
Changes & Bug Fixes
Updated all dependencies to their latest versions
Fix empty header causing chat node to error
Better code node error when it doesn't return something valid