#demo

6 posts tagged with #demo

Grounding an Agent Without a Vector Database: AgentCore Managed Knowledge Base

18 min read

This is the sixth part of the series Building a Partner Sales Agent on Amazon Bedrock AgentCore: the agent's answers are based on a Bedrock Managed Knowledge Base which draws its information from an S3 document bucket and three web-crawled sources, and which reaches the model via the same Gateway as all the other tools, although it requires a Terraform escape hatch for the one connector target that no provider resource currently covers.

A Deterministic Backstop for Your Agent: AgentCore Policy and Cedar

18 min read

Part 5 of the series ‘Building a Partner Sales Agent on Amazon Bedrock AgentCore’: how the Cedar policy engine bound to the Gateway deterministically blocks two specific bad calls, why a default-deny engine forces a baseline permit before any forbid rule, and exactly where its blindness to conversation history leaves a human-approval guard that verifies the flag but not the approval behind it.