Skip to content

Releases: yaalalabs/agent-kernel

v0.2.9

18 Dec 12:28

Choose a tag to compare

πŸš€ Agent Kernel v0.2.9

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.9

What's New

  1. Gmail as an integration
  2. Session caching support
  3. Test framework capabilities to use LLM as a judge for test scenarios

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8

15 Dec 12:57

Choose a tag to compare

πŸš€ Agent Kernel v0.2.8

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.8

What's New

  1. Dynamic memory clearing while retaining the session ID has been added to Python SDK
  2. Telegram and instagram integrations
  3. File and image support for agents
  4. Bug fixes for tracing and DynamoDB support in terraform modules

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7

30 Nov 15:41

Choose a tag to compare

πŸš€ Agent Kernel v0.2.7

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.7

What's New

  1. Additional context support for REST API
  2. Additional memory options including volatile and non-volatile memory binding to session
  3. Multi-modal support

What's Changed

Full Changelog: v0.2.6...v0.2.7

v0.2.6

27 Nov 10:22

Choose a tag to compare

πŸš€ Agent Kernel v0.2.6

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.6

What's New

  1. ECS module now supports custom endpoints
  2. A new agent memory variant has been added
  3. Agent Kernel now supports pre and post hooks for better control

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

21 Nov 11:18

Choose a tag to compare

πŸš€ Agent Kernel v0.2.5

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.5

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

17 Nov 10:47

Choose a tag to compare

πŸš€ Agent Kernel v0.2.4

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.4

What'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

06 Nov 10:53

Choose a tag to compare

πŸš€ Agent Kernel v0.2.3

βœ… Stable release

πŸ“¦ View on PyPI

  1. Slack integration to Agent Kernel
  2. Fix config module environment variable load up issue
  3. Fix Runtime's thread safety issues

Installation

pip install agentkernel==0.2.3

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Oct 06:07

Choose a tag to compare

πŸš€ Agent Kernel v0.2.2

βœ… Stable release

πŸ“¦ View on PyPI

  1. Capability to load and unload agents in a module dynamically has been introduced (Refer to examples/cli/openai-dynamic)
  2. module.add functionality has been removed

Installation

pip install agentkernel==0.2.2

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Oct 09:33

Choose a tag to compare

πŸš€ Agent Kernel v0.2.1

βœ… Stable release

πŸ“¦ View on PyPI

  1. Capability to add an agent to a module dynamically has been introduced (Refer to examples/cli/openai-dynamic)
  2. REST API reusability is introduced (Refer to examples/api/openai)

Installation

pip install agentkernel==0.2.1

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Oct 16:04

Choose a tag to compare

πŸš€ Agent Kernel v0.2.0

βœ… Stable release

πŸ“¦ View on PyPI

Installation

pip install agentkernel==0.2.0

Known Issues

  1. #85

Full Changelog: v0.2.0-b1...v0.2.0