Skip to content

Releases: ShoggothAI/motleycrew

v0.2.4

25 Oct 09:34
Compare
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
1299bfb
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.2.0

11 Sep 14:43
d022827
Compare
Choose a tag to compare

What's Changed

In v0.2, some breaking changes were introduced. Agents no more have a distinct output_handler argument. Output handlers are now regular tools with return_direct set to True. Multiple output handlers are supported.

Agents now have a force_output_handler argument, which will block direct output.

  • Unify output handlers and regular tools, improve exception management, major refactor by @whimo in #76

v0.1.15

06 Sep 09:28
Compare
Choose a tag to compare

What's Changed

  • MotleyTool LlamaIndex compatibility fix by @whimo in #74
  • Support various LLM providers (Ollama, Groq, Together...) + docs by @whimo in #75

Full Changelog: v0.1.14...v0.1.15

v0.1.14

30 Aug 13:06
Compare
Choose a tag to compare

What's Changed

  • Support custom callbacks in Langchain agents + streaming demo by @whimo in #73

Full Changelog: v0.1.13...v0.1.14

v0.1.13

29 Aug 10:57
5b007b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

25 Aug 19:57
Compare
Choose a tag to compare

What's Changed

  • Replicate image api by @ZmeiGorynych in #69
  • Supply prompt prefix as a list of messages by @whimo in #70
  • Introduce intermediate_steps_processor in ReActToolCallingMotleyAgent by @whimo in #70
  • Generalize common graph store tests by @whimo in #68

Full Changelog: v0.1.11...v0.1.12

v0.1.11

25 Jul 06:02
Compare
Choose a tag to compare

What's Changed

  • Support CrewAI tools by @BespalovSergey in #63
  • Fix TypeError: StructuredTool._run() missing 1 required keyword-only argument: 'config' with newer versions of Langchain

Full Changelog: v0.1.10...v0.1.11