aws / aws/bedrock-agentcore-starter-toolkit

agentcore dev add flag to adjust timeout

Open
#456 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.