Skip to content

Commit

Permalink
chore: release 0.0.49
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Dec 5, 2024
1 parent 46dc651 commit b2c9cd8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.0.49](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.48...v0.0.49) (2024-12-05)

### Features

- **agents:** update StreamlitAgent system prompt ([#231](https://github.com/i-am-bee/bee-agent-framework/issues/231)) ([a88bf7a](https://github.com/i-am-bee/bee-agent-framework/commit/a88bf7a287b7f5070e409ce440a9ef5905a23fe3))
- preserve comments in dist ([e2d7390](https://github.com/i-am-bee/bee-agent-framework/commit/e2d739045161660956c8a76af0dab3c608cebd9c))

### Bug Fixes

- **adapters:** propagate WatsonX API errors ([46dc651](https://github.com/i-am-bee/bee-agent-framework/commit/46dc651180963bf3ebac5a3b5e6a7abdb3530af3))

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

### Features
Expand Down
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.0.49](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.48...v0.0.49) (2024-12-05)

### Features

- **agents:** update StreamlitAgent system prompt ([#231](https://github.com/i-am-bee/bee-agent-framework/issues/231)) ([a88bf7a](https://github.com/i-am-bee/bee-agent-framework/commit/a88bf7a287b7f5070e409ce440a9ef5905a23fe3))
- preserve comments in dist ([e2d7390](https://github.com/i-am-bee/bee-agent-framework/commit/e2d739045161660956c8a76af0dab3c608cebd9c))

### Bug Fixes

- **adapters:** propagate WatsonX API errors ([46dc651](https://github.com/i-am-bee/bee-agent-framework/commit/46dc651180963bf3ebac5a3b5e6a7abdb3530af3))

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

### Features
Expand Down
9 changes: 8 additions & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ GROQ_API_KEY=""
WATSONX_API_KEY=""
WATSONX_PROJECT_ID=""
OLLAMA_HOST=""
OPENAI_API_VERSION=""
AZURE_DEPLOYMENT_NAME=""
AZURE_OPENAI_API_KEY=""
AZURE_OPENAI_ENDPOINT=""
GOOGLE_APPLICATION_CREDENTIALS=""
GCP_VERTEXAI_PROJECT=""
GCP_VERTEXAI_LOCATION=""

WATSONX_SPACE_ID="" # optional
WATSONX_DEPLOYMENT_ID="" # optional
Expand All @@ -86,7 +93,7 @@ WATSONX_DEPLOYMENT_ID="" # optional
_Example:_

```
feat(llm): add streaming support for watsonx adapter
feat(llms): add streaming support for watsonx adapter
Ref: #15
```
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.48",
"version": "0.0.49",
"license": "Apache-2.0",
"description": "Bee - LLM Agent Framework",
"author": "IBM Corp.",
Expand Down

0 comments on commit b2c9cd8

Please sign in to comment.