aws / aws/bedrock-agentcore-starter-toolkit
agentcore dev add flag to adjust timeout
- Dominant language
- Python
- Stars
- 508
- Forks
- 155
- Avg merge
- 8h 50m
- Merged PRs (30d)
- 4
Description
Hi,
I am experiencing the issue that I receive a timeout after 180 seconds when running agentcore dev to invoke my agent locally. The timeout for the HTTP request is hardcoded to 180 seconds and I would appreciate if there would be a flag that can be passed to agentcore dev to adjust this timeout.
e.g.
`agentcore dev --timeout 600 // for 600 seconds`
Contributor guide
Research direction
Start at the agentcore dev CLI entry point and trace the local invocation path to find where the 180-second HTTP timeout is set. Add support for the requested timeout flag, then verify that running agentcore dev with a larger value allows requests to wait longer without changing the default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100