Skip to content

Releases: PrefectHQ/marvin

v0.9.0

11 May 22:12
c4b1a81

Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v0.9.0

v0.8.3

11 May 20:49
1d7ff59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

09 May 21:42
127128b

Choose a tag to compare

Fixes a bug caused by a race condition between Prefect and Alembic's logging configurations

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

02 May 20:31
1c09e84

Choose a tag to compare

A change in Langchain callbacks broke the TUI; this release temporarily pins Langchain to the last version with the old streaming API until we release a full update.

Also includes a number of fixes related to enhance plugin selection and performance.

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

22 Apr 17:02
3190e84

Choose a tag to compare

This release begins to capture useful AI Functions in their own modules:

  • marvin.ai_functions.strings has string-parsing utilities that go beyond simple casing, such as fixing capitalization errors and APA title case
  • marvin.ai_functions.entities has functions for extracting structured keywords, named entities, or categorized entities from unstructured text
  • marvin.ai_functions.data has functions for working with lists of data or dataframes

In addition, this release includes end-to-end Slackbot functionality and significant upgrades to how bots use plugins, including advanced task planning that assist in splitting larger objectives into discrete, separately achievable goals.

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.8.0

v0.7.6

18 Apr 23:40
00ef03a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.5...v0.7.6

v0.7.5

12 Apr 22:01
663be04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.4...v0.7.5

v0.7.4

09 Apr 15:53
5022510

Choose a tag to compare

What's Changed

  • Ensure async streaming functions are called by @jlowin in #192

Full Changelog: v0.7.3...v0.7.4

v0.7.3

09 Apr 13:06
5cabe79

Choose a tag to compare

What's Changed

  • Avoid unecessary bot_response.last() by @jlowin in #191

Full Changelog: v0.7.2...v0.7.3

v0.7.2

08 Apr 16:50
e018bdf

Choose a tag to compare

What's Changed

  • Ensure the bots window has a scrollbar if needed by @jlowin in #186
  • Improve Marvin's plugin instructions by @jlowin in #187
  • Improve streaming response when using plugin by @jlowin in #188

Full Changelog: v0.7.1...v0.7.2