Skip to content

Releases: cloudwego/eino

v0.3.10

14 Feb 07:49
v0.3.10
648ec7c

Choose a tag to compare

Features

  • add concurrency-safe compose.ProcessState and deprecate compose.GetState
  • adjust concat schema.Message.Extra chunk, support register custom Concat for Message.Extra

What's Changed

Full Changelog: v0.3.9...v0.3.10

v0.3.9

10 Feb 03:03
8a2f8a8

Choose a tag to compare

What's Changed

  • fix: react agent invalid copy when modifying message by @Yu0u in #56
  • fix: add ut of react agent for testing messages modifier by @meguminnnnnnnnn in #57

New Contributors

  • @Yu0u made their first contribution in #56

Full Changelog: v0.3.8...v0.3.9

[Deprecated] v0.3.8

26 Jan 08:10
8f485a1

Choose a tag to compare

[Deprecated] v0.3.8 Pre-release
Pre-release

Deprecated Version

This version introduced a bug in flow/agent/react, where the Message List input to the Agent lost when passed to chat model. please use higher version!!!

Fix commit: #56

What's Changed

Features

  • add StreamToolCallChecker for react & host multi agent due to some models can't output ToolCall Information in first package
  • add ToolChoice & ToolInfo for chat model call option
  • adjust Eino's README

Full Changelog: v0.3.7...v0.3.8

v0.3.7-alpha: Workflow

16 Jan 03:56

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.7-alpha

[release] fix global callbacks repeated in AppendHandlers

10 Jan 01:42
v0.3.5
905ee9a

Choose a tag to compare

What's Changed

  • feat: supplement readme by @BytePender in #25
  • fix: global callbacks repeated in AppendHandlers by @meguminnnnnnnnn in #26

Full Changelog: v0.3.4...v0.3.5

[release] the first release version to open-source community

06 Jan 11:17
v0.3.4
10cdbd9

Choose a tag to compare

Features

  • remove all deprecated Func and Field
    • e.g. NewStateGraph, NewStateChain, WithNodeCallbacks, WithGraphCallbacks, SwitchRunInfo, NewManager, ManagerFromCtx
  • [break] redefine callbacks API and move CallbackInput/CalllbackOutput directory

What's Changed

  • feat: remove state chain/graph by @meguminnnnnnnnn in #18
  • refactor: document extra methods by @N3kox in #19
  • feat: parent retriever/indexer by @meguminnnnnnnnn in #16
  • feat: fix workflow's coverage report by @BytePender in #20
  • feat: add api compatibility check workflow by @BytePender in #21
  • feat: delete deprecated api and field by @BytePender in #24

New Contributors

  • @N3kox made their first contribution in #19

Full Changelog: v0.3.1...v0.3.4

v0.3.1

30 Dec 04:56
v0.3.1

Choose a tag to compare

What's Changed

Features

  • Graph and Chain now support State, and deprecated StateGraph and StateChain.
  • Removed the concept of GraphKey.
  • Optimized the read performance of MultiReader during stream merging.

Bug Fixes

  • Fixed a missing error check in Chain when calling AddNode.

Incompatible changes

github.com/cloudwego/eino/compose
Incompatible changes:

  • GraphInfo.Key: removed
  • NewChain: changed from func() *Chain[I, O] to func(...NewGraphOption) *Chain[I, O]
  • NewGraph: changed from func() *Graph[I, O] to func(...NewGraphOption) *Graph[I, O]
  • WithGraphKey: removed

Full Changelog: v0.3.0...v0.3.1

v0.3.1-alpha: feat: expose graph name in GraphInfo (#17)

23 Dec 12:16
8392514

Choose a tag to compare

Change-Id: I945424ec5fdbd0307330aa0bf0b746f71f11a3b8

v0.3.0: align tag within the bytedance's internal eino

13 Dec 08:22
eff15db

Choose a tag to compare

align tag within the bytedance's internal eino