Releases: yaalalabs/agent-kernel
v0.2.9
π Agent Kernel v0.2.9
β Stable release
π¦ View on PyPI
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
π¦ View on PyPI
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
π¦ View on PyPI
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
v0.2.6
π Agent Kernel v0.2.6
β Stable release
π¦ View on PyPI
Installation
pip install agentkernel==0.2.6What's New
- ECS module now supports custom endpoints
- A new agent memory variant has been added
- Agent Kernel now supports pre and post hooks for better control
What's Changed
- feat: integration blog by @amithad in #141
- task: code refactoring by @amithad in #140
- docs updated by @manoj-bandara in #143
- feat: custom endpont support for ECS by @amithad in #144
- Feature/pre post execution hooks by @manoj-bandara in #145
- fix: js-yaml patch to 4.1.1 by @amithad in #147
- feat: dynamodb memory by @amithad in #146
- feature: dynamodb memory on ecs by @amithad in #149
Full Changelog: v0.2.5...v0.2.6
v0.2.5
π Agent Kernel v0.2.5
β Stable release
π¦ View on PyPI
Installation
pip install agentkernel==0.2.5What's Changed
- chore: traceability blog post by @amithad in #132
- Feature/whats app integration by @manoj-bandara in #133
- feat: capability to override runner by @amithad in #134
- fix: update documentation by @amithad in #139
- Feature/facebook messanger by @manoj-bandara in #137
Full Changelog: v0.2.4...v0.2.5
v0.2.4
π Agent Kernel v0.2.4
β Stable release
π¦ View on PyPI
Installation
pip install agentkernel==0.2.4What's Changed
- Deprecated Runtime.instance() in favour of GlobalRuntime.instance()
- Observability support and integration to Langfuse and Traceloop
Full Changelog: v0.2.3...v0.2.4
v0.2.3
π Agent Kernel v0.2.3
β Stable release
π¦ View on PyPI
- Slack integration to Agent Kernel
- Fix config module environment variable load up issue
- Fix Runtime's thread safety issues
Installation
pip install agentkernel==0.2.3Full Changelog: v0.2.2...v0.2.3
v0.2.2
π Agent Kernel v0.2.2
β Stable release
π¦ View on PyPI
- Capability to load and unload agents in a module dynamically has been introduced (Refer to examples/cli/openai-dynamic)
module.addfunctionality has been removed
Installation
pip install agentkernel==0.2.2What's Changed
Full Changelog: v0.2.1...v0.2.2
v0.2.1
π Agent Kernel v0.2.1
β Stable release
π¦ View on PyPI
- Capability to add an agent to a module dynamically has been introduced (Refer to
examples/cli/openai-dynamic) - REST API reusability is introduced (Refer to
examples/api/openai)
Installation
pip install agentkernel==0.2.1What's Changed
- chore: docs v0.2.0 by @amithad in #86
- chore: documentation updates by @amithad in #88
- fix: docs syncing by @amithad in #89
- fix: broken link to license by @amithad in #90
- feat: landing web cleanup by @amithad in #91
- feat: dynamic agent registering by @amithad in #93
- fix: module level agent list inconsistency by @amithad in #95
- feat: REST Server reusability by @amithad in #97
Full Changelog: v0.2.0...v0.2.1
v0.2.0
π Agent Kernel v0.2.0
β Stable release
π¦ View on PyPI
Installation
pip install agentkernel==0.2.0Known Issues
Full Changelog: v0.2.0-b1...v0.2.0