Releases: awslabs/multi-agent-orchestrator
typescript_0.1.5_python_0.1.9
What's Changed
- remove star history, throttled by @cornelcroi in #235
- update min version required for libs by @cornelcroi in #234
Full Changelog: typescript_0.1.5_python_0.1.8...typescript_0.1.5_python_0.1.9
typescript_0.1.5_python_0.1.8
What's Changed
- Fix broken link in Quickstart Guide by @cornelcroi in #223
- Bump aws-cdk-lib from 2.160.0 to 2.178.1 in /examples/ecommerce-support-simulator by @dependabot in #227
- Bump vite from 5.4.11 to 5.4.14 in /examples/ecommerce-support-simulator/resources/ui by @dependabot in #226
- Bump vite from 6.0.7 to 6.1.0 in /docs by @dependabot in #225
- Bump vite from 6.0.3 to 6.1.0 in /examples/ecommerce-support-simulator by @dependabot in #229
- Bump aws-cdk-lib from 2.158.0 to 2.178.1 in /examples/chat-demo-app by @dependabot in #228
- doc:chat-chainlit-app.md by @FamousMai in #224
- send additional_params to each agent in the team by @cornelcroi in #230
New Contributors
- @FamousMai made their first contribution in #224
Full Changelog: typescript_0.1.5_python_0.1.7...typescript_0.1.5_python_0.1.8
typescript_0.1.5_python_0.1.7
What's Changed
- Bump mongoose from 8.8.3 to 8.9.5 in /typescript by @dependabot in #206
- cleanup duplicate content by @Rajaniraiyn in #214
- bug fix #211 & #210
Full Changelog: typescript_0.1.5_python_0.1.6...typescript_0.1.5_python_0.1.7
typescript_0.1.5_python_0.1.6
What's Changed
- cleanup streamlit examples by @cornelcroi in #177
- fixing agent key to accept numbers - issue #80 by @RanaElwaseef21 in #165
- fix[typos] - use
Any
from typing instead ofany
(which is a function) by @ksachdeva in #182 - Bump astro from 4.16.5 to 4.16.18 in /docs by @dependabot in #168
- Bump cross-spawn from 7.0.3 to 7.0.6 in /examples/local-demo by @dependabot in #188
- Export SqlChatStorage for typescript by @fryz in #189
- chore: rename file extension to mdx to process correctly by @jveldboom in #191
- minor documentation formatting by @jveldboom in #197
- Supervisor agent by @brnaba-aws in #196
- remove useless field in Agent by @cornelcroi in #198
- rename function & update tests by @cornelcroi in #200
- Fix: Implement
save_chat_messages
inSQLChatStorage
and Improve Reliability by @Rajaniraiyn in #201 - remove method by @cornelcroi in #199
New Contributors
- @RanaElwaseef21 made their first contribution in #165
- @ksachdeva made their first contribution in #182
- @fryz made their first contribution in #189
- @jveldboom made their first contribution in #191
Full Changelog: typescript_0.1.3...typescript_0.1.5_python_0.1.6
typescript_0.1.3
Release of Python 0.1.4 and Typescript 0.1.3!
🌟 Key Enhancements:
- Enhanced SQL Storage: Our SQL storage implementation now includes initialization and connection management features, making it more robust and easier to manage.
- Improved Documentation: Find updated examples and better guidance across our documentation, making it easier to implement and scale your solutions.
🛠️ Fixes and Improvements:
- Tool Definitions: We've introduced a new way to define tools within the framework, streamlining the process and reducing overhead.
- Minor Fixes: From typo corrections in the documentation to minor adjustments in the email simulator, we've polished the framework to enhance your experience.
Contributors 🌟
A huge thank you to our contributors for this release:
- Anthony Bernabeu @brnaba-aws
- Corneliu CROITORU @cornelcroi
- Rajaniraiyn R @Rajaniraiyn
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