Skip to content

Commit 95be9a5

Browse files
committed
chore(agentcore): finalize langgraph and frontend with cpk full features
1 parent af6b453 commit 95be9a5

22 files changed

Lines changed: 21200 additions & 556 deletions

File tree

examples/integrations/agentcore/agents/langgraph-single-agent/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ USER bedrock_agentcore
2323

2424
EXPOSE 8080
2525

26-
# Copy agent code and shared utilities
26+
# Copy agent code, tools, and shared utilities
2727
COPY agents/langgraph-single-agent/langgraph_agent.py .
28+
COPY agents/langgraph-single-agent/tools/ tools/
2829
COPY agents/utils/ utils/
2930

3031
# Healthcheck using Python (no extra dependencies needed)

0 commit comments

Comments
 (0)