π
Hello everyone β ControlFlow 0.10 is live! This release introduces a major new feature:
persistent memory for AI agents.
π§
Memory System
Your agents can now store and recall information across multiple interactions, making them more context-aware and able to handle long-term tasks with ease. Whether itβs remembering user preferences, tracking issues, or maintaining project details, the memory system allows agents to act with more intelligence and consistency across workflows.
π
Modular Memory Management
Create and assign one or more memory modules on a per-agent or per-task basis, enabling seamless information sharing and persistent knowledge bases. Customize memory instructions to guide when and how your agents read or write data.
π
Chroma and LanceDB Support
ControlFlow memory integrates with Chroma and LanceDB vector stores, giving you flexibility in how you manage and store memory. Easily swap in your preferred provider and configure it with just a few lines of code.
I wrote up
some thoughts; you can also check out the
new docs!
Upgrade now:
pip install -U controlflow
As always, happy engineering! ππ§