File tree Expand file tree Collapse file tree
examples/integrations/agentcore/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 agent :
1414 build :
1515 context : ..
16- dockerfile : agents/${AGENT:-strands }-single-agent/Dockerfile
16+ dockerfile : agents/${AGENT:-langgraph }-single-agent/Dockerfile
1717 platforms :
1818 - linux/arm64
1919 ports :
@@ -32,7 +32,7 @@ services:
3232 develop :
3333 watch :
3434 - action : sync+restart
35- path : ../agents/${AGENT:-strands }-single-agent
35+ path : ../agents/${AGENT:-langgraph }-single-agent
3636 target : /app
3737 ignore :
3838 - __pycache__/
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ ENV_FILE="$SCRIPT_DIR/.env"
1212[[ -f " $ENV_FILE " ]] || { echo " ERROR: .env not found. Run: cp .env.example .env" ; exit 1; }
1313
1414# Read AGENT from .env
15- AGENT=$( grep " ^AGENT=" " $ENV_FILE " 2> /dev/null | cut -d= -f2 || echo " strands " )
16- AGENT=" ${AGENT:- strands } "
15+ AGENT=$( grep " ^AGENT=" " $ENV_FILE " 2> /dev/null | cut -d= -f2 || echo " langgraph " )
16+ AGENT=" ${AGENT:- langgraph } "
1717
1818# Derive stack name from config.yaml
1919BASE=$( python3 -c "
You can’t perform that action at this time.
0 commit comments