Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: cloudwego/eino

Tags

v0.7.25

Toggle v0.7.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(adk): support config OutputKey to store final answer to SessionV…

…alues (#711)

v0.9.0-alpha.2

Toggle v0.9.0-alpha.2's commit message
feat: agentic model support stop option

v0.9.0-alpha.1

Toggle v0.9.0-alpha.1's commit message
feat: improve AgenticToolChoice (#684)

v0.7.24

Toggle v0.7.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(adk): add Unwrap support to WillRetryError for error chain inspe…

…ction (#707)

- Add unexported 'err' field to WillRetryError to store original error
- Implement Unwrap() method for errors.Is/errors.As support
- Update genErrWrapper to populate the err field
- Add comprehensive documentation explaining field design rationale
- Add test for Unwrap functionality with custom error type

The err field is unexported because Gob serialization would fail for
unregistered concrete error types. End-users only need the original
error when AgentEvent first occurs, not after checkpoint restore.

v0.7.23

Toggle v0.7.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(adk): support skill (#661)

v0.7.22

Toggle v0.7.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(components): add tool interrupt APIs and extend isResumeTarget f…

…or descendant targets (#691)

v0.7.21

Toggle v0.7.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(compose): enable ProcessState in OnStart during graph resumption (#…

…695)

v0.7.20

Toggle v0.7.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(compose): unique graph successors (#693)

v0.8.0-alpha.6

Toggle v0.8.0-alpha.6's commit message
fix: reset callback manager when using AgentAsTool

v0.7.19

Toggle v0.7.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(adk): Improve filesystem backend fields comments and add validat…

…ion to write method (#687)

feat(adk): Improve comments and add validation to Write function