Skip to content

@plotday/sdk@0.17.0

Choose a tag to compare

@github-actions github-actions released this 27 Oct 03:33
· 445 commits to main since this release
b26de62

Added

Changed

  • BREAKING: Creating and updating Activity using the Plot tool now requires requesting permission in options (#51 b3242e4)
  • BREAKING: Agents and Tools now define a build() method to gain access to tools, which are then available via this.tools.
  • BREAKING: Renamed callCallback, run, cancel, and cancelAll Agent/Tool functions (#51 49b4dc9)
  • BREAKING: Improved callback ergonomics and types to use functions instead of strings (#51 02c6a1e)