Beeai-framework

Latest version: v0.1.13

Safety actively analyzes 723990 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 11

0.0.46

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


⚠ BREAKING CHANGES

* **llms:** make "options" parameter for generate/stream always partial
* **tools:** make run options always partial with fallback to an empty object
* **tools:** make emitter abstract in the base class

Features

* **adapters:** add Azure OpenAI LLM adapter ([201](https://github.com/i-am-bee/bee-agent-framework/issues/201)) ([a6a0653](https://github.com/i-am-bee/bee-agent-framework/commit/a6a06536d0048c37c7853e884416ec748b6a2a57))
* **llms:** make "options" parameter for generate/stream always partial ([20fbe71](https://github.com/i-am-bee/bee-agent-framework/commit/20fbe7103a8dbcec01d1613f8c0f5ec0f4778c28))
* **tools:** improve type support for events ([209](https://github.com/i-am-bee/bee-agent-framework/issues/209)) ([456ff11](https://github.com/i-am-bee/bee-agent-framework/commit/456ff1103e12ccaf312a8ced4543279886dbbd8c))
* **tools:** make run options always partial with fallback to an empty object ([ff65e0c](https://github.com/i-am-bee/bee-agent-framework/commit/ff65e0c25dc82c98fe731a8512deda3e3fe2c651))


Bug Fixes

* **adapters:** handle undefined values for CD in BAM/vLLM ([0f45b64](https://github.com/i-am-bee/bee-agent-framework/commit/0f45b64b9ef856d8464c8ead072ed6e9194c9de9))

0.0.45

[0.0.45](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.44...v0.0.45) (2024-12-03)


Features

* **agents:** add retry for parser errors ([204](https://github.com/i-am-bee/bee-agent-framework/issues/204)) ([226aaf5](https://github.com/i-am-bee/bee-agent-framework/commit/226aaf5e67037225223c59af68c6f96ab362aeb4))
* **llms:** improve type support for events ([74713a6](https://github.com/i-am-bee/bee-agent-framework/commit/74713a601d6d1e4fcb85d160d67d16ad52715e8c))


Bug Fixes

* **adapters:** vLLM JSON Schema guided decoding ([207](https://github.com/i-am-bee/bee-agent-framework/issues/207)) ([7d83d21](https://github.com/i-am-bee/bee-agent-framework/commit/7d83d21c0af2b2489d997bfa1d8f47eca5f625f5))
* **agents:** propagate groupId to events ([e63bc5b](https://github.com/i-am-bee/bee-agent-framework/commit/e63bc5bdfce96ba7c11a1cfaa9c1a05da495e914))

0.0.44

[0.0.44](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.43...v0.0.44) (2024-11-29)


Features

* **agents:** make the Thought in Bee to be single-line ([198](https://github.com/i-am-bee/bee-agent-framework/issues/198)) ([e67dabe](https://github.com/i-am-bee/bee-agent-framework/commit/e67dabe390203667efc0160a46dd31f33ba4a6d4))
* **agents:** update constraint decoding for Bee ([41ea34f](https://github.com/i-am-bee/bee-agent-framework/commit/41ea34f3af4cfbfe19b535f0659d41142a68d1a2))
* **tools:** add tool for Milvus (Vector DB) ([188](https://github.com/i-am-bee/bee-agent-framework/issues/188)) ([bf07a46](https://github.com/i-am-bee/bee-agent-framework/commit/bf07a46370c3362bfa6abecf3768e883b3c55ec9))


Bug Fixes

* **adapters:** gcp vertexai llm adapter parameters ([194](https://github.com/i-am-bee/bee-agent-framework/issues/194)) ([54819bf](https://github.com/i-am-bee/bee-agent-framework/commit/54819bfb77e1b2ee931273031e9ebedfc998bd78))
* **agents:** handle nodes without newlines in PrefixParser ([bb5e3df](https://github.com/i-am-bee/bee-agent-framework/commit/bb5e3dfef335f1ad3826194a50b9d956cf37624b))
* **tools:** update ES Tool typings to work with newer versions ([cf19ba0](https://github.com/i-am-bee/bee-agent-framework/commit/cf19ba041174f83efe91a51b05c5fe90ada2e3d4))

0.0.43

[0.0.43](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.42...v0.0.43) (2024-11-26)


⚠ BREAKING CHANGES

* **agents:** generalize BeeAgent ([193](https://github.com/i-am-bee/bee-agent-framework/issues/193)) ([f6fb4d8](https://github.com/i-am-bee/bee-agent-framework/commit/f6fb4d8e8912d28499474d2bfbf1d1bfad528d4d)), closes [#178](https://github.com/i-am-bee/bee-agent-framework/issues/178)

Features

* **adapters:** add GCP VertexAI LLM adapter ([164](https://github.com/i-am-bee/bee-agent-framework/issues/164)) ([d2eb5b3](https://github.com/i-am-bee/bee-agent-framework/commit/d2eb5b31a992c3216873656e6756734e68cb1fb1))

Bug Fixes

* **adapters:** correctly format messages in OpenAI adapter ([6728ef6](https://github.com/i-am-bee/bee-agent-framework/commit/6728ef696d9c69e23c28c54fda24a82dbed241ef))
* **tools:** run's method return type ([623dbe1](https://github.com/i-am-bee/bee-agent-framework/commit/623dbe1ec2915902cfe45d1b94892dfa81cea11a))

0.0.42

[0.0.42](https://github.com/i-am-bee/bee-agent-framework/compare/v0.0.41...v0.0.42) (2024-11-21)


Features

* **agents:** add experimental Streamlit agent ([180](https://github.com/i-am-bee/bee-agent-framework/issues/180)) ([e8e76b8](https://github.com/i-am-bee/bee-agent-framework/commit/e8e76b8b4efdf1fa18b70c1c6fb45c62f5329542))


Bug Fixes

* **agents:** allow override granite bee prompts ([186](https://github.com/i-am-bee/bee-agent-framework/issues/186)) ([d7c4060](https://github.com/i-am-bee/bee-agent-framework/commit/d7c4060c27f407ec98a7edd3b354c541739a3381))

0.0.41

[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))

Page 4 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.