From 2de5a851dbab5f7d9b8b940f59e057b9eb5ce221 Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Thu, 10 Oct 2024 17:45:39 +0200 Subject: [PATCH] chore: release 0.0.28 Signed-off-by: Tomas Dvorak --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75bae0a..ede3e111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.28](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.27...v0.0.28) (2024-10-10) + +### Features + +- **agent:** update system prompt ([#76](https://github.com/i-am-bee/bee-agent-framework/issues/76)) ([46e45b7](https://github.com/i-am-bee/bee-agent-framework/commit/46e45b773b3cbf6dd373ac6b25fe62b43414892c)) +- improve Python tool ([#79](https://github.com/i-am-bee/bee-agent-framework/issues/79)) ([feb2f4a](https://github.com/i-am-bee/bee-agent-framework/commit/feb2f4a44946ad82580b6943c39111ffccf94b0e)) +- **internals:** createURLParams handles nested objects ([2f0ec77](https://github.com/i-am-bee/bee-agent-framework/commit/2f0ec77b97479f7e9dbfdb8ef061c82f996d95c2)) +- **tools:** propagate run context to the CustomTool ([b3cc10a](https://github.com/i-am-bee/bee-agent-framework/commit/b3cc10ae558758eda6f08d4a79ee15dfb99037c7)) + +### Bug Fixes + +- **agent:** LinePrefixParser - handling termination nodes ([2a5ce16](https://github.com/i-am-bee/bee-agent-framework/commit/2a5ce1660c6e0e63d505d01551fa00c2c61b4403)) +- **llm:** templates serialization ([d7584ef](https://github.com/i-am-bee/bee-agent-framework/commit/d7584ef11a38e3541c53265d2e51e4adacd83096)), closes [#78](https://github.com/i-am-bee/bee-agent-framework/issues/78) + ## [0.0.27](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.26...v0.0.27) (2024-10-08) ### Features diff --git a/package.json b/package.json index 8cfb377d..b4a29d51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bee-agent-framework", - "version": "0.0.27", + "version": "0.0.28", "license": "Apache-2.0", "description": "Bee - LLM Agent Framework", "author": "IBM Corp.",