Skip to content

Releases: steamship-core/python-client

2.16.2 - Experimental Interfaces

18 Apr 20:34
Compare
Choose a tag to compare

What's Changed

  • [Experimental] ChatFile interface by @dkolas in #317
  • [Experimental] easy.blockify by @eob in #337
  • [Experimental] move context window counting to chatfile by @dkolas in #338

Full Changelog: 2.16.1...2.16.2

2.16.1 - Future Tasks & Package Baseclass suport

14 Apr 19:17
@eob eob
4626334
Compare
Choose a tag to compare

What's Changed

  • Baseclasses of packages can now register routes, allowing for "80% premade" package templates that just require the implementor to fill in a few abstract methods
  • The invoke_later method on packages now supports a delay_ms argument that permits a task to be scheduled to occur no earlier than that delayed time, rather than at the Steamship Engine's earliest convenience.

Full Changelog: 2.16.0...2.16.1

2.16.0 - List Paging

13 Apr 14:12
af80dbb
Compare
Choose a tag to compare

Please Note

The Steamship API has changed and now requires clients to page through results of list requests where there are more than 100 results. This version of the SDK supports this, allowing you to pass the token from the previous list request into the next request to get the next batch.

What's Changed

  • Tests and changes for generators returning blocks of bytes by @dkolas in #327
  • feat: add owner and workspace handles to invocation context by @douglas-reid in #329
  • Wait on embedder creation when creating embedding index by @dkolas in #331
  • feat: add paging to list operations in client SDK by @douglas-reid in #328
  • Allow generator to take block index list in input by @dkolas in #330

Full Changelog: 2.15.0...2.16.0

2.14.3b0 - prerelease for generator block rehydration

21 Mar 18:37
12d6d09
Compare
Choose a tag to compare
Rehydrate Blocks with a client object in generators (#322)

2.14.2 - Add fileurl type alias for UI upload generation

18 Mar 17:37
@eob eob
64a4bf7
Compare
Choose a tag to compare

What's Changed

  • feature: Adds new fileurl type alias to help web UI generate a file upload widget that becomes a URL for the package

Full Changelog: 2.14.2...2.14.2

2.14.1 - Hotfix

17 Mar 18:39
e1cb77e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.0...2.14.1

2.14.0 - Generators!

15 Mar 19:52
4c56f14
Compare
Choose a tag to compare

This release provides access to Block objects with non-text content and the Generator plugin interface.

What's Changed

Full Changelog: 2.13.19...2.14.0

2.14.0.b2 - generator prerelease 3

14 Mar 20:27
4c56f14
Compare
Choose a tag to compare
Pre-release
Add role constants (#314)

Add tag constants for Roles, which will allow easy labelling of content
for use in OpenAI chat completion interface.

2.14.0.b1 - generator prerelease 2

13 Mar 20:14
Compare
Choose a tag to compare
Pre-release
Merge branch 'dave/ship-540-python-generator-plugin-interfaces' into …

2.14.0.b0

10 Mar 18:47
Compare
Choose a tag to compare
2.14.0.b0 Pre-release
Pre-release

Beta release for generator support