python-0.1.2_typescript-0.1.1

2FastLabs/agent-squadpython-0.1.2_typescript-0.1.1Dec 3, 2024by brnaba-aws

AI Summary

Adds support for Amazon Bedrock Flows and refactors the request processing logic for better separation of concerns.

Key Highlights

  • Added support for Amazon Bedrock Flows.
  • Split processRequest into separate classification and processing methods.
  • Updated FAQ documentation.

New Features

  • Amazon Bedrock Flows support
  • Refactored processRequest method

Full Release Notes

## What's Changed
* docs: update faq.md by @eltociear in https://github.com/awslabs/multi-agent-orchestrator/pull/120
* Split processRequest into 2 method to classify and process the agent's response separatetly by @brnaba-aws @cornelcroi  in https://github.com/awslabs/multi-agent-orchestrator/pull/124
* Added support for Amazon Bedrock Flows by @brnaba-aws @cornelcroi  in https://github.com/awslabs/multi-agent-orchestrator/pull/125
* Bump mongoose from 8.4.4 to 8.8.3 in /typescript by @dependabot in https://github.com/awslabs/multi-agent-orchestrator/pull/129
* Bump mongoose from 8.5.1 to 8.8.3 in /examples/chat-demo-app by @dependabot in https://github.com/awslabs/multi-agent-orchestrator/pull/128
* Bump cross-spawn from 7.0.3 to 7.0.6 in /examples/ecommerce-support-simulator by @dependabot in https://github.com/awslabs/multi-agent-orchestrator/pull/114
* Bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /examples/ecommerce-support-simulator by @dependabot in https://github.com/awslabs/multi-agent-orchestrator/pull/82


**Full Changelog**: https://github.com/awslabs/multi-agent-orchestrator/compare/python-0.1.1...python-0.1.2_typescript-0.1.1