awslabs / awslabs/agentcore-samples
06-workshops - [Bug] 07-Temporal Policies: 'Transfer $500' test case fails — agent reports no transfer tool
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
**In which component is this bug present?**
- [ ] 01-AgentCore-runtime
- [x] 02-AgentCore-gateway
- [ ] 03-AgentCore-identity
- [ ] 04-AgentCore-memory
- [ ] 05-AgentCore-tools
- [ ] 06-AgentCore-observability
- [ ] 07-AgentCore-E2E
**Bug Description**
In the Temporal Policies banking assistant UI, one of the workshop instructions says "Transfer $500 from ACC-1001 to ACC-2003". However, the agent replies that it does not have a tool for a direct transfer. This is not documented in the workshop and creates confusion for attendees who expect the transfer to work.
**Expected Behavior**
Either the agent should have a transfer tool, or the workshop instructions should not include this test case (or should document the expected "no tool" response as expected behavior).
**Suggested Fix**
Update workshop instructions to either:
1. Add a transfer tool to the banking assistant, or
2. Remove this test case, or
3. Document the expected "no tool available" response and explain why (temporal policy blocks it)
Contributor guide
Assessment
This issue has not been assessed yet.