Releases: awslabs/multi-agent-orchestrator
Releases · awslabs/multi-agent-orchestrator
Python 0.1.3 | Typescript 0.1.2
What's New:
- 🧠 Enhanced Agent Capabilities: Added detailed examples for
BedrockAgent
,AnthropicAgent
, andBedrockLLMAgent
in our documentation, making it easier to implement and integrate these agents. - 📝 Improved Documentation: Updated docs for our OpenAI Agent, including new code examples for using Bedrock Prompt Routing in
BedrockClassifier
andBedrockLLMAgent
. - 🌐 Demo Enhancements: Added new Streamlit app demos for travel planning and movie production, showcasing the versatility of our orchestrator in different contexts.
- 🚀 Deployment: Enhanced the deployment commands in our README
Contributors:
A huge thank you to our contributors for this release:
- Anthony Bernabeu @brnaba-aws
- Corneliu Croitoru @cornelcroi
- Bill Cai @billcai
- Florian Clanet @Flolight
Your contributions help make the Multi-Agent Orchestrator more robust and feature-rich! 🌟
We're committed to continually enhancing the platform to meet the evolving needs of our community. Stay tuned for more updates, and happy coding! 🎉
python-0.1.2 && typescript-0.1.1
What's Changed
- docs: update faq.md by @eltociear in #120
- Split processRequest into 2 method to classify and process the agent's response separatetly by @brnaba-aws @cornelcroi in #124
- Added support for Amazon Bedrock Flows by @brnaba-aws @cornelcroi in #125
- Bump mongoose from 8.4.4 to 8.8.3 in /typescript by @dependabot in #129
- Bump mongoose from 8.5.1 to 8.8.3 in /examples/chat-demo-app by @dependabot in #128
- Bump cross-spawn from 7.0.3 to 7.0.6 in /examples/ecommerce-support-simulator by @dependabot in #114
- Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /examples/ecommerce-support-simulator by @dependabot in #82
Full Changelog: python-0.1.1...python-0.1.2_typescript-0.1.1
python-0.1.1 && typescript-0.1.0
What's Changed
- add OpenAI Classifier by @Rajaniraiyn in #86
- fixed ts lint and test by @brnaba-aws in #99
- Added OpenAI classifier documentation by @brnaba-aws in #100
- Openai Classifier by @Rajaniraiyn in #101
- Split MAO python package dependency into feature (anthropic and openai) and removed Bedrock dependency in Classifier and Orchestrator by @brnaba-aws in #108
- Updated doc installation steps for python with extra feature by @brnaba-aws in #112
- Inline bedrock agent by @brnaba-aws in #113
New Contributors
- @Rajaniraiyn made their first contribution in #86
Full Changelog: python-0.0.21...python-0.1.1
python-0.0.21
What's Changed
- Fixed agentId not populated in history section of the prompt for classifier when using in memory storage by @brnaba-aws in #91
- Added support for sessionState in Agents for Bedrock TS by @brnaba-aws in #94
- docs: update README.md by @eltociear in #95
- Fixed in-memory by @brnaba-aws in #98
New Contributors
- @eltociear made their first contribution in #95
Full Changelog: python-0.0.20...python-0.0.21
python-0.0.20
What's Changed
- refatoring docs & add cookbook section by @cornelcroi in #72
- Saving few tokens. by @FabianRami in #79
- Fix typo by @sinwoobang in #83
- fix broken link by @allaway in #87
- Updated tool handler and usage doc for python by @brnaba-aws in #89
New Contributors
- @FabianRami made their first contribution in #79
- @sinwoobang made their first contribution in #83
- @allaway made their first contribution in #87
Full Changelog: python-0.0.18...python-0.0.20
python release 0.0.18
Python release 0.0.18
Added:
- Support for Amazon Bedrock streaming with tools
- Anthropic Agent with streaming and tools
- Chainlit example
- Fast-api streaming example
- Logger without orchestrator
Fixed:
#68
What's Changed
- Chain agent by @cornelcroi in #28
- update doc for classifier and orchestrator by @cornelcroi in #52
- Handle streaming on Agent with toolConfig enable by @hghandri in #50
- chainlit demo app with 3 agents by @veeragoni in #58
- New chat webapp and ecommerce demo by @brnaba-aws in #61
New Contributors
- @hghandri made their first contribution in #50
- @veeragoni made their first contribution in #58
Full Changelog: https://github.com/awslabs/multi-agent-orchestrator/commits/python-0.0.18