Skip to content

Releases: cloudwego/eino

v0.3.20

07 Apr 08:30
bf4a8f3

Choose a tag to compare

What's Changed

Full Changelog: v0.3.19...v0.3.20

v0.3.19

02 Apr 08:50
19b10f4

Choose a tag to compare

What's Changed

Full Changelog: v0.3.18...v0.3.19

v0.3.18

28 Mar 09:10
8312061

Choose a tag to compare

What's Changed

Full Changelog: v0.3.17...v0.3.18

v0.3.17

19 Mar 13:44
535eee3

Choose a tag to compare

What's Changed

Full Changelog: v0.3.16...v0.3.17

v0.3.16

13 Mar 13:35
1d1ecde

Choose a tag to compare

What's Changed

  • feat: add logprobs definition by @N3kox in #96
  • fix: unexpected setting ResponseMeta of the first element in slice af… by @N3kox in #106
  • feat: add AppendGlobalHandlers instead of InitCallbackHandlers by @hi-pender in #101

Full Changelog: v0.3.15...v0.3.16

v0.3.15

12 Mar 06:15
077932d

Choose a tag to compare

What's Changed

Full Changelog: v0.3.14...v0.3.15

v0.3.14

26 Feb 10:06
b769ad2

Choose a tag to compare

What's Changed

Full Changelog: v0.3.13...v0.3.14

v0.3.13

21 Feb 09:19
f2f2f5e

Choose a tag to compare

What's Changed

Full Changelog: v0.3.12...v0.3.13

v0.3.12

21 Feb 04:30
3113915

Choose a tag to compare

Features

  • Support branch in dag/AllPredecessor mode

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11

20 Feb 07:59
5e5dc1f

Choose a tag to compare

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