Releases: cloudwego/eino
Releases · cloudwego/eino
v0.8.0-alpha.9
What's Changed
- feat(adk): improve summarization prompt by @mrh997 in #774
- fix(adk): fix concurrent compile race in ChatModelAgent by @shentongmartin in #775
Full Changelog: v0.8.0-alpha.7...v0.8.0-alpha.9
v0.8.0-alpha.7
What's Changed
- docs: rewrite README with focus on ADK, simplify style by @shentongmartin in #748
- feat(adk): add ChatModelAgentMiddleware constructors for filesystem and reduction packages by @shentongmartin in #749
- feat(adk): add summarization middleware by @mrh997 in #729
- feat(adk): add plan task tool by @fanlv in #736
- feat(adk): add summarization middleware (#729) by @mrh997 in #754
- feat(adk): tool reduction middleware by @N3kox in #746
- feat(adk): Enhanced GrepRequest API by converting pointer parameters to value types and added extensive test suite for backend_inmemory GrepRaw implementation by @zhuangjie1125 in #750
- refactor(skill): replace LocalBackend with FilesystemBackend based on filesystem.Backend interface by @hi-pender in #753
- fix(adk): add nil checks for execContext in ChatModelAgent Run and Resume by @shentongmartin in #758
- feat(skill): add context mode (fork/isolate) and model frontmatter support by @hi-pender in #739
- feat(adk): optimize filesystem by @meguminnnnnnnnn in #751
- feat(adk): support patch tool calls middleware by @meguminnnnnnnnn in #756
- feat(adk): add ModelOptions config for summarization middleware by @mrh997 in #763
- refactor(adk): rename constructors to New() for ChatModelAgentMiddleware by @hi-pender in #761
- refactor(adk): refactor tool reduction middleware by @N3kox in #762
- Feat/context reduction middleware by @N3kox in #771
- feat(adk): align filesystem backend FileInfo.Path field behavior with Python glob and ls command by @zhuangjie1125 in #767
- feat(adk): improve summarization middleware user messages truncation by @mrh997 in #769
New Contributors
Full Changelog: v0.7.30...v0.8.0-alpha.7
v0.7.32
What's Changed
- fix(schema): add missing json tag for ToolArgument.Text field by @zhuangjie1125 in #766
Full Changelog: v0.7.31...v0.7.32
v0.7.31
What's Changed
- docs: rewrite README with focus on ADK, simplify style by @shentongmartin in #748
- feat(compose): add enhanced tool interfaces with multimodal support by @zhuangjie1125 in #760
Full Changelog: v0.7.30...v0.7.31
v0.7.30
What's Changed
- fix(deep): add GenModelInput to general subagent in task tool by @hi-pender in #743
- feat(ci): pin typos version by @meguminnnnnnnnn in #744
Full Changelog: v0.7.29...v0.7.30
v0.7.29
What's Changed
- docs: prioritize ADK in README feature highlights by @shentongmartin in #719
- feat(adk): improve skill middleware prompt for better LLM understanding by @hi-pender in #724
- fix(adk): disable automatic instruction rendering in DeepAgent by @hi-pender in #726
- fix(adk): improve instruction formatting error handling by @shentongmartin in #688
Full Changelog: v0.7.28...v0.7.29
v0.7.28
What's Changed
- fix(adk): add writetodos args by @meguminnnnnnnnn in #720
Full Changelog: v0.7.27...v0.7.28
v0.7.27
What's Changed
- feat(docs): Update README Documentation with ADK by @shentongmartin in #686
- feat(adk): add execute backend&tool by @meguminnnnnnnnn in #682
Full Changelog: v0.7.26...v0.7.27
v0.7.26
What's Changed
- fix(adk): return modified message from AfterChatModel by @hi-pender in #717
Full Changelog: v0.7.25...v0.7.26
v0.7.25
What's Changed
- feat(adk): support config OutputKey to store final answer to SessionValues by @hi-pender in #711
Full Changelog: v0.7.24...v0.7.25