python_v0.1.27
🐞 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: python_v0.1.26...python_v0.1.27