[0.0.41](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.40...v0.0.41) (2024-11-19)
Features
* **adapters:** add AWS Bedrock LLM provider ([168](https://github.com/i-am-bee/bee-agent-framework/issues/168)) ([23656bd](https://github.com/i-am-bee/bee-agent-framework/commit/23656bd724ff97b7ad9f60afe81bf0ac9f893fb1)), closes [#122](https://github.com/i-am-bee/bee-agent-framework/issues/122)
* **adapters:** add llama-3-1-8b to vllm, remove qwen2 templates ([172](https://github.com/i-am-bee/bee-agent-framework/issues/172)) ([b333594](https://github.com/i-am-bee/bee-agent-framework/commit/b3335948e3280b56fdb4dc9fb06fefe0836b052e))
* **agents:** serialize isRunning state ([f5b7abe](https://github.com/i-am-bee/bee-agent-framework/commit/f5b7abe4b762d33515d0d1302734acdd0f2f858d))
* **internals:** add recursiveSplitString and mergeStrings utility functions ([d82be6e](https://github.com/i-am-bee/bee-agent-framework/commit/d82be6e32f55f3ae5e324cbae85e10863dedbbbf))
* **internals:** make findFirstPair handles longer sequences ([c00efbe](https://github.com/i-am-bee/bee-agent-framework/commit/c00efbe1ad0b969e4859031650ff9bf13e9805c3))
* **tools:** make tools composable ([169](https://github.com/i-am-bee/bee-agent-framework/issues/169)) ([33f1db5](https://github.com/i-am-bee/bee-agent-framework/commit/33f1db5971d269935878a4a83a484a44371c3cdd)), closes [#166](https://github.com/i-am-bee/bee-agent-framework/issues/166)
* **tools:** reduce number of iterations needed for SQLTool ([174](https://github.com/i-am-bee/bee-agent-framework/issues/174)) ([cc221a3](https://github.com/i-am-bee/bee-agent-framework/commit/cc221a3ab7c11b7fa2ec2b16cd1d0d6a62c801ec))
Bug Fixes
* **agents:** remove user messages in bee runner memory ([183](https://github.com/i-am-bee/bee-agent-framework/issues/183)) ([a1a3d0e](https://github.com/i-am-bee/bee-agent-framework/commit/a1a3d0edfe76b5c76f8805839527b1af6a361a63))