Releases: yaalalabs/agent-kernel
Releases · yaalalabs/agent-kernel
v0.3.3
🚀 Agent Kernel v0.3.3
✅ Stable release
Installation
pip install agentkernel==0.3.3What's Changed
- bug: removed session id mismatch validation by @lakindu-yl in #268
Full Changelog: v0.3.2...v0.3.3
v0.3.2
🚀 Agent Kernel v0.3.2
✅ Stable release
Installation
pip install agentkernel==0.3.2What's Changed
- feat: add support to disable API Gateway, Request Handler & Authorizer lambdas by @lakindu-yl in #264
- feat: expose SQS Handler by @lakindu-yl in #266
Full Changelog: v0.3.1...v0.3.2
v0.3.1
🚀 Agent Kernel v0.3.1
✅ Stable release
Installation
pip install agentkernel==0.3.1What's Changed
- bug: AWS servereless scalability fixes & documentation updates by @lakindu-yl in #260
- feat: expose lambda sqs consumer by @lakindu-yl in #261
Full Changelog: v0.3.0...v0.3.1
v0.3.0
🚀 Agent Kernel v0.3.0
✅ Stable release
Installation
pip install agentkernel==0.3.0What's Changed
- chore: remove deprecated methods by @amithad in #248
- Feature/add file support for telegram by @pulinduvidmal in #184
- Feature/add file support for whatsapp by @pulinduvidmal in #249
- Feature/add file support for gmail by @pulinduvidmal in #242
- Feature/add file support for messenger by @pulinduvidmal in #185
- Feature/add file support for instagram by @pulinduvidmal in #186
- Feature/add teams integration by @pulinduvidmal in #202
- feat: multi modal skills by @amithad in #250
- Feature/scalability implementation rest by @lakindu-yl in #257
Full Changelog: v0.2.14...v0.3.0
v0.2.14
🚀 Agent Kernel v0.2.14
✅ Stable release
Installation
pip install agentkernel==0.2.14What's Changed
- chore: tools blog + update example versions by @amithad in #235
- feat: website revamp by @amithad in #239
- fix: update social card by @amithad in #241
- bug: jwt module not found issue by @lakindu-yl in #236
- Feature/converting memory examples to docker by @lakindu-yl in #237
- Feature/walled ai by @JohnPraveenYL in #240
- fix: improve error handling and response in Walled AI input guardrail by @JohnPraveenYL in #244
- feat: agent kernel skills by @amithad in #246
- Feature/walledaiblog by @JohnPraveenYL in #245
New Contributors
- @JohnPraveenYL made their first contribution in #240
Full Changelog: v0.2.13...v0.2.14
v0.2.11
🚀 Agent Kernel v0.2.11
✅ Stable release
Installation
pip install agentkernel==0.2.11What's Changed
- task: python strict version by @amithad in #190
- aws serverless docs command update by @lakindu-yl in #191
- fix: support pyenv in examples by @amithad in #192
- feat: add mcp support for containerized deployment by @pasindu-waidyarathna-yl in #188
- feat: guardrail by @amithad in #194
Full Changelog: v0.2.10...v0.2.11
v0.2.10
🚀 Agent Kernel v0.2.10
✅ Stable release
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
v0.2.9
🚀 Agent Kernel v0.2.9
✅ Stable release
Installation
pip install agentkernel==0.2.9What's New
- Gmail as an integration
- Session caching support
- Test framework capabilities to use LLM as a judge for test scenarios
What's Changed
- chore: doc updates by @amithad in #175
- feat: adding support for session caching for redis and dynamodb session stores for better performance by @tharindud in #170
- fix: test flakiness by @amithad in #177
- docs: refactoring + hooks blog post by @amithad in #178
- Feature/add gmail integration by @pulinduvidmal in #159
- fix: secrets to run unit tests by @amithad in #179
Full Changelog: v0.2.8...v0.2.9
v0.2.8
🚀 Agent Kernel v0.2.8
✅ Stable release
Installation
pip install agentkernel==0.2.8What's New
- Dynamic memory clearing while retaining the session ID has been added to Python SDK
- Telegram and instagram integrations
- File and image support for agents
- Bug fixes for tracing and DynamoDB support in terraform modules
What's Changed
- feat: add support for clearing session memory while keeping the session id intact by @tharindud in #156
- fix: tf trim signature update + doc site vulnerable dependency upgrade by @amithad in #161
- fix: title + animation glitches by @amithad in #162
- Feature/add telegram integration by @pulinduvidmal in #157
- feat: knowledge agent by @amithad in #169
- Feature/files and images support via REST API by @manoj-bandara in #166
- feat: test trusted PRs workflow by @amithad in #171
- fix: openai-dynamodb example dynamodb table creation issue by @pasindu-waidyarathna-yl in #163
- fix: tracing import errors by @amithad in #174
- feat: Instagram chat API integration by @NagithaAbeywickrema in #160
New Contributors
- @pulinduvidmal made their first contribution in #157
- @pasindu-waidyarathna-yl made their first contribution in #163
- @NagithaAbeywickrema made their first contribution in #160
Full Changelog: v0.2.7...v0.2.8
v0.2.7
🚀 Agent Kernel v0.2.7
✅ Stable release
Installation
pip install agentkernel==0.2.7What's New
- Additional context support for REST API
- Additional memory options including volatile and non-volatile memory binding to session
- Multi-modal support
What's Changed
- chore: doc site feature section by @amithad in #151
- feat: REST API additional context by @amithad in #152
- Feature/additional mem support by @manoj-bandara in #150
- fix: seo info fix by @amithad in #154
- Chore/refactor for multi modal by @manoj-bandara in #155
Full Changelog: v0.2.6...v0.2.7