Skip to content

Releases: PrefectHQ/marvin

v0.8.2

09 May 21:42
127128b
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v0.7.1

08 Apr 02:08
1b2af7d
Compare
Choose a tag to compare

This release is a small bugfix for a situation in which the TUI's automatic database upgrade screen wasn't shown because the system was trying to access the database and crashing.

What's Changed

  • Improve database upgrade experience by @jlowin in #185

Full Changelog: v0.7.0...v0.7.1

The TUI

08 Apr 01:39
Compare
Choose a tag to compare

v0.7.0

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.7.0