Skip to content

toolbox-langchain: v0.1.0

Compare
Choose a tag to compare
@release-please release-please released this 05 Feb 23:52
a1f7b1c

0.1.0 (2025-02-05)

⚠ BREAKING CHANGES

  • Improve PyPI package name
  • Migrate existing state and APIs to a tools level class
  • deprecate 'add_auth_headers' in favor of 'add_auth_tokens'

Features

  • Add support for sync operations (9885469)
  • Add features for binding parameters to ToolboxTool class. (4fcfc35)
  • Add Toolbox SDK for LangChain (d4a24e6)
  • Correctly parse Manifest API response as JSON (86bcf1c)
  • Migrate existing state and APIs to a tools level class. (6fe2e39)
  • Support authentication in LangChain Toolbox SDK. (b28bdb5)
  • Implement OAuth support for LlamaIndex. (dc47da9)
  • Make ClientSession optional when initializing ToolboxClient (956591d)

Bug Fixes

  • Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' (c5c699c)