awslabs / agent-evaluation

A generative AI-powered framework for testing virtual agents.
https://awslabs.github.io/agent-evaluation/
Apache License 2.0
64 stars 10 forks source link

Bugfix for throttlingException when calling the InvokeAgent operation #66

Open johntelforduk opened 1 month ago

johntelforduk commented 1 month ago

Issue #64: throttlingException when calling the InvokeAgent operation

Description of changes:

In Bedrock Agent target.py program. Try/Except and exponential backoff logic implemented to overcome the Bedrock Agent throttling problem.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

tonykchen commented 1 month ago

Some linting errors in CI also need to be addressed