Skip to content

1.2.0

Choose a tag to compare

@sebsto sebsto released this 12 Oct 12:12
· 19 commits to main since this release
f2f1583

While developing the AgentKit library, we realised that some API changes were required to make the life of developers easier.

  • History is not a type alias of [Message] anymore. It is promoted to its own History top-level struct.
    All functions using [Messages] in their signature are marked deprecated and we have added new functions signatures with History.

  • ConverseRequestBuilder is now Sendable. It allows user to pass it between isolation boundaries.

We took the occasion to iron out the JSON structure as well. It doesn't use Any (which is unsafe) anymore.

What's Changed

  • Try to fix compiler crash when running JSONTest by @sebsto in #44
  • [fix] JSON encoding did not remove the top level "value" by @sebsto in #45
  • API Changes to create AgentKit by @sebsto in #46

Full Changelog: 1.1.1...1.2.0