π Agent Kernel v0.2.10
β Stable release
π¦ View on PyPI
Installation
pip install agentkernel==0.2.10What's new
AuxuliaryCacheclass has been introduced to access volatile and non-volatile caches. This is a breaking change.- Pre-hooks and post-hooks can now be created via modules. Old implementation of creating hooks by accessing
Runtimehas been removed. This is also a breaking change.
What's Changed
- chore: doc updates for gmail by @amithad in #181
- Adding files and image support for Slack by @manoj-bandara in #180
- feat: add gateway endpoint for serverless by @pasindu-waidyarathna-yl in #173
- add file & image support for whatsapp by @manoj-bandara in #182
- fix: hooks integration pitfalls by @amithad in #183
- fix: GlobalRuntime direct access for auxiliary memory by @amithad in #187
Full Changelog: v0.2.9...v0.2.10