Releases: ShoggothAI/motleycrew
Releases · ShoggothAI/motleycrew
v0.2.4
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
- @iSevenDays made their first contribution in #87
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
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
v0.2.0
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.
v0.1.15
v0.1.14
v0.1.13
What's Changed
- Minor tweaks by @ZmeiGorynych in #67
- Remove optional dependencies from Poetry resolver by @whimo in #72
Full Changelog: v0.1.12...v0.1.13
v0.1.12
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
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