Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
python_v0.1.27 source code.tar.gz | 2025-07-01 | 1.2 MB | |
python_v0.1.27 source code.zip | 2025-07-01 | 1.8 MB | |
README.md | 2025-07-01 | 771 Bytes | |
Totals: 3 Items | 2.9 MB | 0 |
🐞 Bug Fixes
- adapters: Corrected the agent's return type in
ACPServer
to ensure consistent and expected behavior. - agents: Restored the
result
field inRequirementAgent
's output for backward compatibility with previous versions.
✨ New Features
- adapters: Added integration with IBM watsonx Orchestrate (#897), enabling seamless orchestration capabilities.
- internals: Introduced support for
oneOf
andanyOf
modifiers inJSONSchemaModel
(#896), enhancing schema flexibility and validation options.
Full Changelog: https://github.com/i-am-bee/beeai-framework/compare/python_v0.1.26...python_v0.1.27