Skip to content

Releases: MotleyAI/motleycrew

v0.3.7

26 Mar 09:00
527bbb8

Choose a tag to compare

What's Changed

  • Egor/dev 1016 change motleycrew error message to user from system for Anthropic compatibility by @ZmeiGorynych in #117

Full Changelog: v0.3.4...v0.3.7

v0.3.4

30 Oct 11:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

09 Sep 11:12
69c30ff

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.3

v0.3.2

02 Sep 11:30
189408d

Choose a tag to compare

What's Changed

  • Default LLM is now GPT-4.1 instead of GPT-4o
  • Allow not specifying agent invoke() input by @whimo in #108
  • Set the streaming mode of LLM in ReActToolCallingMotleyAgent by @ZmeiGorynych in #111
  • Change motleycrew wrappers to omit temperature setting by @ZmeiGorynych in #109
  • Let ReActToolCallingMotleyAgent accept a List[BaseMessage] as input by @ZmeiGorynych in #110
  • Various helpful utilities around images (specify image inputs, detect if an image contains a chart, parse chart data from image) by @ZmeiGorynych in #112
  • Fix signatures of StructuredPassthrough and AgenticValidationLoop by @whimo in #113

Full Changelog: v0.3.0...v0.3.2

v0.3.0

01 Aug 19:10

Choose a tag to compare

What's Changed

  • Add structured passthrough tool by @ZmeiGorynych in #101
  • New PythonREPLTool implementation
  • Agent interface improvements regarding prompts by @whimo in #106
    to avoid confusion, prompt_prefix argument was removed, prompt should be used instead which supports placeholder variables
  • Refactor exception handling control in MotleyTool by @whimo in #107
    again to avoid confusion, exceptions_to_reflect argument was renamed to handle_exceptions, which also supports boolean values, where True means "return any unhandled exception message as the return value"

Full Changelog: v0.2.5...v0.3.0

v0.2.5

29 Mar 13:34
9481f7c

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

25 Oct 09:34

Choose a tag to compare

What's Changed

  • Update Multi-step research agent.ipynb with local embeddings example by @iSevenDays in #87
  • Support AzureOpenAI LLMs & fix research agent defaulting to OpenAI by @whimo in #94

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

17 Oct 18:25

Choose a tag to compare

What's Changed

  • Support agent app & async tools by @whimo in #89
  • Customer support app & event driven workflows docs by @whimo in #92
  • Fixes for async tools & doc updates by @whimo in #93

Full Changelog: v0.2.2...v0.2.3

v0.2.2

01 Oct 09:01

Choose a tag to compare

What's Changed

  • Fixes for asynchronous crew execution by @whimo in #81
  • Event-driven orchestration demo with Faust by @whimo in #85
  • Support custom LLMs in research agent by @whimo in #86
  • Upgrade Langchain to v0.3 by @whimo in #82
  • Retry mechanism in MotleyTool by @whimo in #88

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Sep 12:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1