Skip to content

Commit

Permalink
chore: release 0.0.48
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Dec 4, 2024
1 parent d906841 commit 984c774
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.0.48](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.47...v0.0.48) (2024-12-04)

### Features

- **adapters:** add watsonx debug example ([a737327](https://github.com/i-am-bee/bee-agent-framework/commit/a73732743bc78f9ccc0a4b5b9a95d04c2b34cd02))
- **agents:** update system prompt for Bee ([#199](https://github.com/i-am-bee/bee-agent-framework/issues/199)) ([a38804d](https://github.com/i-am-bee/bee-agent-framework/commit/a38804dd41a6051212824b8987294fe4dda50613))
- **agents:** use prompt templates from a concrete runner ([#223](https://github.com/i-am-bee/bee-agent-framework/issues/223)) ([b868974](https://github.com/i-am-bee/bee-agent-framework/commit/b8689749ca9f613a92fe5d807c599f20743113b7)), closes [#219](https://github.com/i-am-bee/bee-agent-framework/issues/219)
- **internals:** extends RestfulClient by emitting events ([e7a95c0](https://github.com/i-am-bee/bee-agent-framework/commit/e7a95c019ccdcb5e88a4e4b61c3af63f937a05d2))
- **tools:** rename CustomToolEmitter to ToolEmitter ([a22a4d9](https://github.com/i-am-bee/bee-agent-framework/commit/a22a4d9d65b96b53e35890c52a32757fef2aa5e5))

### Bug Fixes

- **llms:** correct the vllm granite model_id ([#218](https://github.com/i-am-bee/bee-agent-framework/issues/218)) ([643cd8e](https://github.com/i-am-bee/bee-agent-framework/commit/643cd8e3b7553db430516382bcb2de25837dd800))

### Reverts

- **agents:** update constrained decoding for Bee ([#220](https://github.com/i-am-bee/bee-agent-framework/issues/220)) ([6e616ed](https://github.com/i-am-bee/bee-agent-framework/commit/6e616edd3acf622f5a776decf69d39a385fa878c))

## [0.0.47](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.46...v0.0.47) (2024-12-03)

### ⚠ BREAKING CHANGES
Expand Down
18 changes: 18 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.0.48](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.47...v0.0.48) (2024-12-04)

### Features

- **adapters:** add watsonx debug example ([a737327](https://github.com/i-am-bee/bee-agent-framework/commit/a73732743bc78f9ccc0a4b5b9a95d04c2b34cd02))
- **agents:** update system prompt for Bee ([#199](https://github.com/i-am-bee/bee-agent-framework/issues/199)) ([a38804d](https://github.com/i-am-bee/bee-agent-framework/commit/a38804dd41a6051212824b8987294fe4dda50613))
- **agents:** use prompt templates from a concrete runner ([#223](https://github.com/i-am-bee/bee-agent-framework/issues/223)) ([b868974](https://github.com/i-am-bee/bee-agent-framework/commit/b8689749ca9f613a92fe5d807c599f20743113b7)), closes [#219](https://github.com/i-am-bee/bee-agent-framework/issues/219)
- **internals:** extends RestfulClient by emitting events ([e7a95c0](https://github.com/i-am-bee/bee-agent-framework/commit/e7a95c019ccdcb5e88a4e4b61c3af63f937a05d2))
- **tools:** rename CustomToolEmitter to ToolEmitter ([a22a4d9](https://github.com/i-am-bee/bee-agent-framework/commit/a22a4d9d65b96b53e35890c52a32757fef2aa5e5))

### Bug Fixes

- **llms:** correct the vllm granite model_id ([#218](https://github.com/i-am-bee/bee-agent-framework/issues/218)) ([643cd8e](https://github.com/i-am-bee/bee-agent-framework/commit/643cd8e3b7553db430516382bcb2de25837dd800))

### Reverts

- **agents:** update constrained decoding for Bee ([#220](https://github.com/i-am-bee/bee-agent-framework/issues/220)) ([6e616ed](https://github.com/i-am-bee/bee-agent-framework/commit/6e616edd3acf622f5a776decf69d39a385fa878c))

## [0.0.47](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.46...v0.0.47) (2024-12-03)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bee-agent-framework",
"version": "0.0.47",
"version": "0.0.48",
"license": "Apache-2.0",
"description": "Bee - LLM Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit 984c774

Please sign in to comment.