Skip to content

Releases: PrefectHQ/marvin

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

v0.6.4

02 Apr 19:29
4999f33
Compare
Choose a tag to compare

Improves handling scalar return types for AI functions

What's Changed

  • small formatting fixes for plugin docs by @zzstoatzz in #150
  • More response formatting improvements; use GPT-4 for some tests by @jlowin in #151

Full Changelog: v0.6.3...v0.6.4

v0.6.3

02 Apr 18:21
2ef8766
Compare
Choose a tag to compare

This release fixes a bug with parsing AI function outputs, among other enhancements.

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.6.3