Skip to content

v0.3.11

Compare
Choose a tag to compare
@N3kox N3kox released this 20 Feb 07:59
· 8 commits to main since this release
5e5dc1f

Features

  • Refactor agents to support graph composition
    • Allow export graph from react.Agent and host.MultiAgent
    • Maintain backward compatibility for direct usage

Bug Fixes

  • When a stream is replicated into sub-streams, contention for a shared lock can cause one sub-stream to wait for new packets while preventing others from consuming already received data.

What's Changed

  • feat: react agent and host multi-agent can be composed directly as AnyGraph by @shentongmartin in #72
  • fix: unfair lock behavior in copied stream by @N3kox in #71

Full Changelog: v0.3.10...v0.3.11