v0.3.11
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