awslabs / agent-evaluation

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

Bugfix for throttlingException when calling the InvokeAgent operation #66

Open johntelforduk opened 6 months ago

johntelforduk commented 6 months 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 6 months ago

Some linting errors in CI also need to be addressed