What's Changed
- Update to build and common for next dev iteration by @alexheifetz in https://github.com/embabel/embabel-agent/pull/1280
- Migrate internal uses of Spring AI
ToolCallbackto EmbabelToolinterface and implement our own tool calling loop by @johnsonr in https://github.com/embabel/embabel-agent/pull/1276 - Fix KotlinReflectionInternalError for Java records by @alexheifetz i...