v3.3.3 — Fix parallel wave serialization crash + working examples #26
Jovancoding
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Fixes
validateValue()now correctly handlesundefinedbefore callingJSON.stringify(which returns JSundefined, not a string, causing.lengthto throw as a false "circular reference" error). All 3 parallel waves no longer abort on agents that return no result.executeSingleTask()now checksresult.successand correctly propagates failures instead of returning{ success: true, result: undefined }.executeParallel()wraps the blackboard cache write in try/catch so a cache failure no longer aborts the entire wave.Examples
Three working starter examples added to
examples/:01-hello-swarm.ts— minimal swarm with a single agent round-trip02-fsm-pipeline.ts— finite-state-machine pipeline across 3 sequential agents03-parallel-agents.ts— parallel fan-out to 4 agents with collected resultsRun any example:
Beta Was this translation helpful? Give feedback.
All reactions