Skip to content

v0.2.10

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jan 07:47
· 4 commits to develop since this release

πŸš€ Agent Kernel v0.2.10

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.10

What's new

  1. AuxuliaryCache class has been introduced to access volatile and non-volatile caches. This is a breaking change.
  2. Pre-hooks and post-hooks can now be created via modules. Old implementation of creating hooks by accessing Runtime has been removed. This is also a breaking change.

What's Changed

Full Changelog: v0.2.9...v0.2.10