Skip to content

v0.10.0: Total Recall

Compare
Choose a tag to compare
@jlowin jlowin released this 26 Sep 22:21
· 120 commits to main since this release
a4d0221

The 0.10 release is headlined by a new memory system, so that agents can retain partitioned knowledge across flows and invocations. Agents can have multiple memory modules, each with its own instructions and shared access patterns. Memory is backed by a pluggable provider interface; 0.10 includes support for Chroma and LanceDB.

What's Changed

New Features 🎉

Fixes 🐞

  • Ensure flow decorator works with async flows by @jlowin in #336

Breaking Changes 🛫

  • Change raise_on_error to raise_on_failure by @jlowin in #327

Docs 📚

Other Changes 🦾

New Contributors

Full Changelog: v0.9.4...v0.10.0